diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-05-13 15:24:31 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-05-13 16:50:29 -0400 |
| commit | 282f09ec42241a43cc260cbe05cb58760a887f62 (patch) | |
| tree | 5386176d4ad937d3d681aefe6d804a4446fa5848 /meta-openstack | |
| parent | b788ec7abe994c0c4bfa0029c24d5e3772db0f6f (diff) | |
| download | meta-cloud-services-282f09ec42241a43cc260cbe05cb58760a887f62.tar.gz | |
python-enum: add new recipe
It's required by python-pyscss.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb b/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb new file mode 100644 index 0000000..4671a59 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "Robust enumerated type support in Python" | ||
| 2 | DESCRIPTION = "This package provides a module for robust enumerations in Python." | ||
| 3 | HOMEPAGE = "https://pypi.python.org/pypi/enum" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LICENSE = "GPLv2 | PSFv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=4325afd396febcb659c36b49533135d4 \ | ||
| 7 | file://LICENSE.PSF;md5=1ad8a43fc3bbfea1585223c99f4c3e6f \ | ||
| 8 | " | ||
| 9 | |||
| 10 | SRCNAME = "enum" | ||
| 11 | SRC_URI = "http://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "ce75c7c3c86741175a84456cc5bd531e" | ||
| 14 | SRC_URI[sha256sum] = "9bdfacf543baf2350df7613eb37f598a802f346985ca0dc1548be6494140fdff" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit setuptools | ||
| 19 | |||
| 20 | DEPENDS += " \ | ||
| 21 | python-pip \ | ||
| 22 | " | ||
| 23 | |||
| 24 | RDEPENDS_${PN} += " \ | ||
| 25 | " | ||
