All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-setuptools-git: Remove python recipe
@ 2020-08-04 17:09 zhengruoqin
  2020-08-04 17:10 ` [meta-virtualization] [PATCH] python3-subunit: upgrade 1.1.0 -> 1.4.0 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-08-04 17:09 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
---
 .../python/python-setuptools-git.inc           | 16 ----------------
 .../python/python-setuptools-git_1.2.bb        |  2 --
 .../python/python3-setuptools-git_1.2.bb       | 18 ++++++++++++++++--
 3 files changed, 16 insertions(+), 20 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-setuptools-git.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python-setuptools-git_1.2.bb

diff --git a/meta-openstack/recipes-devtools/python/python-setuptools-git.inc b/meta-openstack/recipes-devtools/python/python-setuptools-git.inc
deleted file mode 100644
index 18bc1dc..0000000
--- a/meta-openstack/recipes-devtools/python/python-setuptools-git.inc
+++ /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] = "40b2ef7687a384ea144503c2e5bc67e2"
-SRC_URI[sha256sum] = "ff64136da01aabba76ae88b050e7197918d8b2139ccbf6144e14d472b9c40445"
-
-inherit 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
deleted file mode 100644
index 5dd6804..0000000
--- a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-setuptools-git.inc
diff --git a/meta-openstack/recipes-devtools/python/python3-setuptools-git_1.2.bb b/meta-openstack/recipes-devtools/python/python3-setuptools-git_1.2.bb
index 5dd6804..34b40de 100644
--- a/meta-openstack/recipes-devtools/python/python3-setuptools-git_1.2.bb
+++ b/meta-openstack/recipes-devtools/python/python3-setuptools-git_1.2.bb
@@ -1,2 +1,16 @@
-inherit setuptools3
-require python-setuptools-git.inc
+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 setuptools3 pypi
+
+# conflicting file prevention
+do_install_append() {
+	rm -f ${D}${libdir}/python*/site-packages/site.py*
+}
+BBCLASSEXTEND = "native"
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-08-08  2:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-04 17:09 [meta-virtualization] [PATCH] python3-setuptools-git: Remove python recipe zhengruoqin
2020-08-04 17:10 ` [meta-virtualization] [PATCH] python3-subunit: upgrade 1.1.0 -> 1.4.0 zhengruoqin
2020-08-04 17:11   ` [meta-virtualization] [PATCH] python3-swiftclient: change to python3 zhengruoqin
2020-08-04 17:12     ` [meta-virtualization] [PATCH] python3-sysv-ipc: upgrade 0.6.8 -> 1.0.1 zhengruoqin
2020-08-04 17:12       ` [meta-virtualization] [PATCH] python3-termcolor: Change to python3 zhengruoqin
2020-08-04 17:12         ` [meta-virtualization] [PATCH] python3-xstatic-term.js: " zhengruoqin
2020-08-08  2:11           ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.