diff options
| author | Derek Straka <derek@asterius.io> | 2016-02-14 23:05:18 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:48 +0100 |
| commit | 9d9a616a392deeb06bf7458902281c9bfeb7f5b6 (patch) | |
| tree | dccc15079aa4f39de3266c838415202ada4a4060 /meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb | |
| parent | b62ae60f869b83721757a2f5316cdc26c1030af3 (diff) | |
| download | meta-openembedded-9d9a616a392deeb06bf7458902281c9bfeb7f5b6.tar.gz | |
Update python recipes to use the common pypi package
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb b/meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb index a7376db5d1..fe25fd7780 100644 --- a/meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb +++ b/meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb | |||
| @@ -2,24 +2,15 @@ SUMMARY = "A Python enumeration package." | |||
| 2 | DESCRIPTION = "The flufl.enum library is a Python enumeration package. Its goal is to provide simple, \ | 2 | DESCRIPTION = "The flufl.enum library is a Python enumeration package. Its goal is to provide simple, \ |
| 3 | specific, concise semantics in an easy to read and write syntax. flufl.enum has just enough of the \ | 3 | specific, concise semantics in an easy to read and write syntax. flufl.enum has just enough of the \ |
| 4 | features needed to make enumerations useful, but without a lot of extra baggage to weigh them down. " | 4 | features needed to make enumerations useful, but without a lot of extra baggage to weigh them down. " |
| 5 | HOMEPAGE = "https://pypi.python.org/pypi/flufl.enum" | ||
| 6 | SECTION = "devel/python" | ||
| 7 | 5 | ||
| 8 | LICENSE = "LGPLv3" | 6 | LICENSE = "LGPLv3" |
| 9 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1fa25baed15d3be23c902636379438e8" | 7 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1fa25baed15d3be23c902636379438e8" |
| 10 | 8 | ||
| 11 | SRCNAME = "flufl.enum" | ||
| 12 | |||
| 13 | SRC_URI = " \ | ||
| 14 | http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 15 | " | ||
| 16 | |||
| 17 | SRC_URI[md5sum] = "b3ad23761a78232bc78499ced7cb85d9" | 9 | SRC_URI[md5sum] = "b3ad23761a78232bc78499ced7cb85d9" |
| 18 | SRC_URI[sha256sum] = "4af7e7cf2dcc7517251570c7ef9ad194e30ee4b6f860eba500c03954ae95f9d8" | 10 | SRC_URI[sha256sum] = "4af7e7cf2dcc7517251570c7ef9ad194e30ee4b6f860eba500c03954ae95f9d8" |
| 19 | 11 | ||
| 20 | inherit setuptools | 12 | PYPI_PACKAGE = "flufl.enum" |
| 21 | 13 | inherit pypi setuptools | |
| 22 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 23 | 14 | ||
| 24 | PACKAGES =+ "\ | 15 | PACKAGES =+ "\ |
| 25 | ${PN}-test \ | 16 | ${PN}-test \ |
