blob: 71d218cb26437494892782e1c3d2f59948dfc344 [file] [log] [blame]
Brad Bishopf03fee32016-11-04 12:33:27 -04001SUMMARY = "A port of Ruby on Rails inflector to Python"
2DESCRIPTION = "Inflection is a string transformation library. It singularizes \
3and pluralizes English words, and transforms strings from CamelCase to \
4underscored string. Inflection is a port of Ruby on Rails’ inflector to Python."
5HOMEPAGE = "http://github.com/jpvanhal/inflection"
6SECTION = "devel/python"
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=de7833d9c2ce0052a4073928c76a13d7"
9
10inherit allarch
11inherit setuptools
Brad Bishopc1c98002018-03-16 11:16:46 -040012inherit pypi
Brad Bishopf03fee32016-11-04 12:33:27 -040013
Brad Bishopf03fee32016-11-04 12:33:27 -040014RDEPENDS_${PN} += " \
15 ${PYTHON_PN}-re \
16 ${PYTHON_PN}-codecs \
17 "
18RDEPENDS_${PN}_class-native = ""
19
20BBCLASSEXTEND = "native nativesdk"