diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-06-27 14:24:58 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:57 -0400 |
| commit | 5d954189e58501c3d1c52322451433353cb0af96 (patch) | |
| tree | b2165914600b15f8936e0ef265552768b9c8d74d /meta-openstack/recipes-devtools/python | |
| parent | 0626a9479d9f537feaa65ea222c1fdb00f8e702e (diff) | |
| download | meta-cloud-services-5d954189e58501c3d1c52322451433353cb0af96.tar.gz | |
python-six: added 1.3.0
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-six_1.3.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-six_1.3.0.bb b/meta-openstack/recipes-devtools/python/python-six_1.3.0.bb new file mode 100644 index 0000000..86823a1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-six_1.3.0.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Python 2 and 3 compatibility utilities" | ||
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/six/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "UNKNOWN" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aa39e09066d6ba3a8c8b2db7cbd8bd70" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "six" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "ec47fe6070a8a64c802363d2c2b1e2ee" | ||
| 14 | SRC_URI[sha256sum] = "d59793f9b255bd00de800b97f9a50cce4fc8a44c205f7defa5bb7d691d13b852" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit distutils | ||
