diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:09:05 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:42 -0400 |
| commit | 2ed930f23e4d5678ef943cef413d09cd10c78eb7 (patch) | |
| tree | 0ce2e834315a30a0a70e993fc1f799e6582820c7 /meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb | |
| parent | b48f3951084a7edfb7aaf079a186e70151397cd4 (diff) | |
| download | meta-cloud-services-2ed930f23e4d5678ef943cef413d09cd10c78eb7.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.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb deleted file mode 100644 index 8c41969..0000000 --- a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | DESCRIPTION = "Plugin for setuptools that enables git integration" | ||
| 2 | HOMEPAGE = "https://github.com/wichert/setuptools-git" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3775480a712fc46a69647678acb234cb" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "setuptools-git" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}b1.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "ac67cbaa1336b7de25b1b5ff93b4e90d" | ||
| 13 | SRC_URI[sha256sum] = "dccd496b4166315c2b6b842f3dcd417b22e2cb43aaa4a8983b1ea0ceae0fe328" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}b1" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # conflicting file prevention | ||
| 20 | do_install_append() { | ||
| 21 | rm -f ${D}${libdir}/python*/site-packages/site.py* | ||
| 22 | } | ||
