diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-07 13:32:21 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:37 -0500 |
| commit | cc4990a1a861907ee2562623024fcc38eefae16e (patch) | |
| tree | 6a33fd63e445aa8a7894bd4eacee90e8c92480b7 /meta-openstack/recipes-devtools/python/python-simplegeneric_0.8.1.bb | |
| parent | b4e7b4de705ca4719c06356f4d6204b09a613456 (diff) | |
| download | meta-cloud-services-cc4990a1a861907ee2562623024fcc38eefae16e.tar.gz | |
python-simplegeneric: introduce recipe to meet ceilometer requirements
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-simplegeneric_0.8.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-simplegeneric_0.8.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-simplegeneric_0.8.1.bb b/meta-openstack/recipes-devtools/python/python-simplegeneric_0.8.1.bb new file mode 100644 index 0000000..b2b8e1c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-simplegeneric_0.8.1.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Simple generic functions" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/simplegeneric/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://README.txt;md5=2085f2c228ed80422edf70e52e86c34b" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "simplegeneric" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.zip" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "f9c1fab00fd981be588fc32759f474e3" | ||
| 13 | SRC_URI[sha256sum] = "dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
