From 71cd881e14608347906ceebdbfc0066a5f715a7e Mon Sep 17 00:00:00 2001 From: Huang Qiyu Date: Fri, 23 Mar 2018 11:28:56 +0800 Subject: python-setuptools-git: 1.1 -> 1.2 Upgrade python-setuptools-git from 1.1 to 1.2. Signed-off-by: Huang Qiyu Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-setuptools-git_1.1.bb | 16 ---------------- .../recipes-devtools/python/python-setuptools-git_1.2.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb create mode 100644 meta-openstack/recipes-devtools/python/python-setuptools-git_1.2.bb (limited to 'meta-openstack/recipes-devtools/python') 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 deleted file mode 100644 index bfbc1d6..0000000 --- a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Plugin for setuptools that enables git integration" -HOMEPAGE = "https://github.com/wichert/setuptools-git" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3775480a712fc46a69647678acb234cb" - -SRC_URI[md5sum] = "7b5967e9527c789c3113b07a1f196f6e" -SRC_URI[sha256sum] = "047d7595546635edebef226bc566579d422ccc48a8a91c7d32d8bd174f68f831" - -inherit setuptools pypi - -# conflicting file prevention -do_install_append() { - rm -f ${D}${libdir}/python*/site-packages/site.py* -} -BBCLASSEXTEND = "native" diff --git a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.2.bb b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.2.bb new file mode 100644 index 0000000..2514017 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.2.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Plugin for setuptools that enables git integration" +HOMEPAGE = "https://github.com/wichert/setuptools-git" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3775480a712fc46a69647678acb234cb" + +SRC_URI[md5sum] = "40b2ef7687a384ea144503c2e5bc67e2" +SRC_URI[sha256sum] = "ff64136da01aabba76ae88b050e7197918d8b2139ccbf6144e14d472b9c40445" + +inherit setuptools pypi + +# conflicting file prevention +do_install_append() { + rm -f ${D}${libdir}/python*/site-packages/site.py* +} +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf