blob: 819b3682fc156e846e81b8a116b8eb53d7c42f95 [file] [log] [blame]
Brad Bishop5fd21d42016-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
12
13S = "${WORKDIR}/${SRCNAME}-${PV}"
14RDEPENDS_${PN} += " \
15 ${PYTHON_PN}-re \
16 ${PYTHON_PN}-codecs \
17 "
18RDEPENDS_${PN}_class-native = ""
19
20BBCLASSEXTEND = "native nativesdk"