summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-02-14 23:05:18 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-25 17:45:48 +0100
commit9d9a616a392deeb06bf7458902281c9bfeb7f5b6 (patch)
treedccc15079aa4f39de3266c838415202ada4a4060 /meta-python/recipes-devtools/python/python-flufl-enum_4.0.1.bb
parentb62ae60f869b83721757a2f5316cdc26c1030af3 (diff)
downloadmeta-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.bb13
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."
2DESCRIPTION = "The flufl.enum library is a Python enumeration package. Its goal is to provide simple, \ 2DESCRIPTION = "The flufl.enum library is a Python enumeration package. Its goal is to provide simple, \
3specific, concise semantics in an easy to read and write syntax. flufl.enum has just enough of the \ 3specific, concise semantics in an easy to read and write syntax. flufl.enum has just enough of the \
4features needed to make enumerations useful, but without a lot of extra baggage to weigh them down. " 4features needed to make enumerations useful, but without a lot of extra baggage to weigh them down. "
5HOMEPAGE = "https://pypi.python.org/pypi/flufl.enum"
6SECTION = "devel/python"
7 5
8LICENSE = "LGPLv3" 6LICENSE = "LGPLv3"
9LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1fa25baed15d3be23c902636379438e8" 7LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1fa25baed15d3be23c902636379438e8"
10 8
11SRCNAME = "flufl.enum"
12
13SRC_URI = " \
14 http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
15"
16
17SRC_URI[md5sum] = "b3ad23761a78232bc78499ced7cb85d9" 9SRC_URI[md5sum] = "b3ad23761a78232bc78499ced7cb85d9"
18SRC_URI[sha256sum] = "4af7e7cf2dcc7517251570c7ef9ad194e30ee4b6f860eba500c03954ae95f9d8" 10SRC_URI[sha256sum] = "4af7e7cf2dcc7517251570c7ef9ad194e30ee4b6f860eba500c03954ae95f9d8"
19 11
20inherit setuptools 12PYPI_PACKAGE = "flufl.enum"
21 13inherit pypi setuptools
22S = "${WORKDIR}/${SRCNAME}-${PV}"
23 14
24PACKAGES =+ "\ 15PACKAGES =+ "\
25 ${PN}-test \ 16 ${PN}-test \