diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-24 16:35:13 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-24 16:35:13 -0400 |
| commit | a32d653b7db8346fab84342561c170c397e5da13 (patch) | |
| tree | 41293008b9832f3f6a5fdd215adfe08a0581657e /meta-openstack/recipes-devtools/python/python-py_1.4.26.bb | |
| parent | 038414fdec4c120c74f10b71e58a0a7d73ea9869 (diff) | |
| download | meta-cloud-services-a32d653b7db8346fab84342561c170c397e5da13.tar.gz | |
libraries: refresh to latest versions
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-py_1.4.26.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-py_1.4.26.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-py_1.4.26.bb b/meta-openstack/recipes-devtools/python/python-py_1.4.26.bb new file mode 100644 index 0000000..53a5045 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-py_1.4.26.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | DESCRIPTION = "library with cross-python path, ini-parsing, io, code, log facilities" | ||
| 2 | HOMEPAGE = " http://pylib.org" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "py" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "30c3fd92a53f1a5ed6f3591c1fe75c0e" | ||
| 13 | SRC_URI[sha256sum] = "28dd0b90d29b386afb552efc4e355c889f4639ce93658a7872a2150ece28bb89" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | " | ||
| 22 | |||
| 23 | RDEPENDS_${PN} += " \ | ||
| 24 | python-virtualenv \ | ||
| 25 | " | ||
