summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-11-26 16:47:24 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-01 09:35:00 -0500
commitf6a2bc7b03119dfb253fb5e9a326ac06f730300c (patch)
treeb3140de71878a132708b2e2b785033eccf192773 /meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb
parent629e8c3305dca56466ac8c912bd1e8cd29354e1e (diff)
downloadmeta-cloud-services-f6a2bc7b03119dfb253fb5e9a326ac06f730300c.tar.gz
python-setuptools-git: upgrade to 1.1
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb
new file mode 100644
index 0000000..9447744
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb
@@ -0,0 +1,21 @@
1DESCRIPTION = "Plugin for setuptools that enables git integration"
2HOMEPAGE = "https://github.com/wichert/setuptools-git"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3775480a712fc46a69647678acb234cb"
6
7SRCNAME = "setuptools-git"
8
9SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "7b5967e9527c789c3113b07a1f196f6e"
12SRC_URI[sha256sum] = "047d7595546635edebef226bc566579d422ccc48a8a91c7d32d8bd174f68f831"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17
18# conflicting file prevention
19do_install_append() {
20 rm -f ${D}${libdir}/python*/site-packages/site.py*
21}