diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-07 00:20:04 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-07 00:21:51 -0400 |
| commit | 5e6205e3f8f598a4baeaea25354854dd0059f733 (patch) | |
| tree | cc56d8acf5e3e669458f341b44147f2d57edd451 /meta-openstack/recipes-devtools/python/python-six_1.6.1.bb | |
| parent | f3210ec132a82482eaea8fad2c9748d08cdfeb6a (diff) | |
| download | meta-cloud-services-5e6205e3f8f598a4baeaea25354854dd0059f733.tar.gz | |
python-six: update to 1.6.1
For compatibility with opnestack icehouse and more python3 compatible
applications, updating to python-six 1.6.1.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-six_1.6.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-six_1.6.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-six_1.6.1.bb b/meta-openstack/recipes-devtools/python/python-six_1.6.1.bb new file mode 100644 index 0000000..36b9053 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-six_1.6.1.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=530f34047c21ad45b3199946dd90bea5" | ||
| 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] = "07d606ac08595d795bf926cc9985674f" | ||
| 14 | SRC_URI[sha256sum] = "d4392a7c8d91b005c002568a85faf617c67241c8cd8399cc395e8f1005aff80d" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit setuptools | ||
