From 282f09ec42241a43cc260cbe05cb58760a887f62 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 13 May 2015 15:24:31 +0800 Subject: python-enum: add new recipe It's required by python-pyscss. Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-enum_0.4.4.bb | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb (limited to 'meta-openstack') 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 @@ +SUMMARY = "Robust enumerated type support in Python" +DESCRIPTION = "This package provides a module for robust enumerations in Python." +HOMEPAGE = "https://pypi.python.org/pypi/enum" +SECTION = "devel/python" +LICENSE = "GPLv2 | PSFv2" +LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=4325afd396febcb659c36b49533135d4 \ + file://LICENSE.PSF;md5=1ad8a43fc3bbfea1585223c99f4c3e6f \ +" + +SRCNAME = "enum" +SRC_URI = "http://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "ce75c7c3c86741175a84456cc5bd531e" +SRC_URI[sha256sum] = "9bdfacf543baf2350df7613eb37f598a802f346985ca0dc1548be6494140fdff" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ +" + +RDEPENDS_${PN} += " \ +" -- cgit v1.2.3-54-g00ecf