All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-fasteners: Remove recipe
@ 2020-07-06  8:36 zangrc
  2020-07-06  8:36 ` [meta-virtualization] [PATCH] python3-httplib2: " zangrc
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: zangrc @ 2020-07-06  8:36 UTC (permalink / raw)
  To: meta-virtualization

This recipe already exists in meta-openembedded, the path is:
/meta-openembedded/meta-python/recipes-devtools/python/python3-fasteners_0.15.bb

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../python/python-fasteners.inc               | 24 -------------------
 .../python/python3-fasteners_git.bb           |  2 --
 2 files changed, 26 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-fasteners.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-fasteners_git.bb

diff --git a/meta-openstack/recipes-devtools/python/python-fasteners.inc b/meta-openstack/recipes-devtools/python/python-fasteners.inc
deleted file mode 100644
index 6e5e5f0..0000000
--- a/meta-openstack/recipes-devtools/python/python-fasteners.inc
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "A python package that provides useful locks."
-HOMEPAGE = "https://github.com/harlowja/fasteners"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52"
-
-SRCNAME = "fasteners"
-
-PV = "0.15+git${SRCPV}"
-SRCREV = "75148cb679c351966cd4ad5e9d177048a0ea8380"
-
-SRC_URI = "git://github.com/harlowja/${SRCNAME}.git"
-
-S = "${WORKDIR}/git"
-
-DEPENDS += " \
-        ${PYTHON_PN}-pip \
-        ${PYTHON_PN}-pbr \
-        "
-
-# RDEPENDS_default:
-RDEPENDS_${PN} += " \
-        ${PYTHON_PN}-pbr \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python3-fasteners_git.bb b/meta-openstack/recipes-devtools/python/python3-fasteners_git.bb
deleted file mode 100644
index 9b2053c..0000000
--- a/meta-openstack/recipes-devtools/python/python3-fasteners_git.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-fasteners.inc
-- 
2.17.1




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

* [meta-virtualization] [PATCH] python3-httplib2: Remove recipe
  2020-07-06  8:36 [meta-virtualization] [PATCH] python3-fasteners: Remove recipe zangrc
@ 2020-07-06  8:36 ` zangrc
  2020-07-06  8:36 ` [meta-virtualization] [PATCH] python3-pyflakes: " zangrc
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: zangrc @ 2020-07-06  8:36 UTC (permalink / raw)
  To: meta-virtualization

This recipe already exists in meta-openembedded, the path is:
/meta-openembedded/meta-python/recipes-devtools/python/python3-httplib2_0.18.1.bb

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-httplib2.inc | 17 -----------------
 .../python/python3-httplib2_0.14.0.bb           |  2 --
 2 files changed, 19 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-httplib2.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-httplib2_0.14.0.bb

diff --git a/meta-openstack/recipes-devtools/python/python-httplib2.inc b/meta-openstack/recipes-devtools/python/python-httplib2.inc
deleted file mode 100644
index 35c8b1c..0000000
--- a/meta-openstack/recipes-devtools/python/python-httplib2.inc
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "A comprehensive HTTP client library"
-HOMEPAGE = "https://code.google.com/p/httplib2/"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=2d0e1e5a49b6ead3380e3ac544351eb9"
-
-SRC_URI[md5sum] = "427cda9f4d55762db325bd2eb46b7fe0"
-SRC_URI[sha256sum] = "34537dcdd5e0f2386d29e0e2c6d4a1703a3b982d34c198a5102e6e5d6194b107"
-
-inherit pypi
-
-do_install_append() {
-	perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt"`
-	for f in $perm_files; do
-		chmod 644 "${f}"
-	done
-}
diff --git a/meta-openstack/recipes-devtools/python/python3-httplib2_0.14.0.bb b/meta-openstack/recipes-devtools/python/python3-httplib2_0.14.0.bb
deleted file mode 100644
index 03be0bd..0000000
--- a/meta-openstack/recipes-devtools/python/python3-httplib2_0.14.0.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-httplib2.inc
-- 
2.17.1




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

* [meta-virtualization] [PATCH] python3-pyflakes: Remove recipe
  2020-07-06  8:36 [meta-virtualization] [PATCH] python3-fasteners: Remove recipe zangrc
  2020-07-06  8:36 ` [meta-virtualization] [PATCH] python3-httplib2: " zangrc
@ 2020-07-06  8:36 ` zangrc
  2020-07-06  8:36 ` [meta-virtualization] [PATCH] python3-uritemplate: " zangrc
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: zangrc @ 2020-07-06  8:36 UTC (permalink / raw)
  To: meta-virtualization

This recipe already exists in meta-openembedded, the path is:
/meta-openembedded/meta-python/recipes-devtools/python/python3-pyflakes_2.2.0.bb

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-pyflakes.inc    | 14 --------------
 .../python/python3-pyflakes_0.7.3.bb               |  2 --
 2 files changed, 16 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-pyflakes.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-pyflakes_0.7.3.bb

diff --git a/meta-openstack/recipes-devtools/python/python-pyflakes.inc b/meta-openstack/recipes-devtools/python/python-pyflakes.inc
deleted file mode 100644
index df92d80..0000000
--- a/meta-openstack/recipes-devtools/python/python-pyflakes.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "passive checker of Python programs"
-HOMEPAGE = "https://github.com/dreamhost/cliff"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://README.rst;md5=1815018ebbbfc8659a9df33681a0936e"
-
-SRC_URI[md5sum] = "ec94ac11cb110e6e72cca23c104b66b1"
-SRC_URI[sha256sum] = "dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3"
-
-inherit pypi
-
-RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \
-            ${PYTHON_PN}-cmd2 \
-            ${PYTHON_PN}-pyparsing"
diff --git a/meta-openstack/recipes-devtools/python/python3-pyflakes_0.7.3.bb b/meta-openstack/recipes-devtools/python/python3-pyflakes_0.7.3.bb
deleted file mode 100644
index cc9e864..0000000
--- a/meta-openstack/recipes-devtools/python/python3-pyflakes_0.7.3.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-pyflakes.inc
-inherit setuptools3
-- 
2.17.1




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

* [meta-virtualization] [PATCH] python3-uritemplate: Remove recipe
  2020-07-06  8:36 [meta-virtualization] [PATCH] python3-fasteners: Remove recipe zangrc
  2020-07-06  8:36 ` [meta-virtualization] [PATCH] python3-httplib2: " zangrc
  2020-07-06  8:36 ` [meta-virtualization] [PATCH] python3-pyflakes: " zangrc
@ 2020-07-06  8:36 ` zangrc
  2020-07-06  8:36 ` [meta-virtualization] [PATCH] python3-xstatic-font-awesome: " zangrc
  2020-07-06  8:46 ` [meta-virtualization] [PATCH] python3-colorama: " zhengruoqin
  4 siblings, 0 replies; 9+ messages in thread
From: zangrc @ 2020-07-06  8:36 UTC (permalink / raw)
  To: meta-virtualization

This recipe already exists in meta-openembedded, the path is:
/meta-openembedded/meta-python/recipes-devtools/python/python3-uritemplate_3.0.1.bb

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-uritemplate.inc       | 9 ---------
 .../recipes-devtools/python/python3-uritemplate_3.0.0.bb | 2 --
 2 files changed, 11 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-uritemplate.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-uritemplate_3.0.0.bb

diff --git a/meta-openstack/recipes-devtools/python/python-uritemplate.inc b/meta-openstack/recipes-devtools/python/python-uritemplate.inc
deleted file mode 100644
index e0c53e7..0000000
--- a/meta-openstack/recipes-devtools/python/python-uritemplate.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-SUMMARY = "Simple python library to deal with URI Templates."
-AUTHOR = "Ian Cordasco"
-LICENSE = "Apache-2.0 & BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=f2e14cc8f5f696fd9d47092e992265c1"
-
-inherit pypi
-
-SRC_URI[md5sum] = "1ec31e0d8a2eec72357b2cef4bce5945"
-SRC_URI[sha256sum] = "c02643cebe23fc8adb5e6becffe201185bf06c40bda5c0b4028a93f1527d011d"
diff --git a/meta-openstack/recipes-devtools/python/python3-uritemplate_3.0.0.bb b/meta-openstack/recipes-devtools/python/python3-uritemplate_3.0.0.bb
deleted file mode 100644
index eac83dc..0000000
--- a/meta-openstack/recipes-devtools/python/python3-uritemplate_3.0.0.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-uritemplate.inc
-inherit setuptools3
-- 
2.17.1




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

* [meta-virtualization] [PATCH] python3-xstatic-font-awesome: Remove recipe
  2020-07-06  8:36 [meta-virtualization] [PATCH] python3-fasteners: Remove recipe zangrc
                   ` (2 preceding siblings ...)
  2020-07-06  8:36 ` [meta-virtualization] [PATCH] python3-uritemplate: " zangrc
@ 2020-07-06  8:36 ` zangrc
  2020-07-06  8:46 ` [meta-virtualization] [PATCH] python3-colorama: " zhengruoqin
  4 siblings, 0 replies; 9+ messages in thread
From: zangrc @ 2020-07-06  8:36 UTC (permalink / raw)
  To: meta-virtualization

This recipe already exists in meta-openembedded, the path is:
/meta-openembedded/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_4.7.0.0.bb

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../python/python-xstatic-font-awesome.inc    | 22 -------------------
 .../python-xstatic-font-awesome_4.7.0.0.bb    |  2 --
 .../python3-xstatic-font-awesome_4.7.0.0.bb   |  2 --
 3 files changed, 26 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-font-awesome.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-font-awesome_4.7.0.0.bb
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-xstatic-font-awesome_4.7.0.0.bb

diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-font-awesome.inc b/meta-openstack/recipes-devtools/python/python-xstatic-font-awesome.inc
deleted file mode 100644
index 57fae23..0000000
--- a/meta-openstack/recipes-devtools/python/python-xstatic-font-awesome.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip."
-HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Font-Awesome"
-SECTION = "devel/python"
-LICENSE = "OFL-1.1"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/OFL-1.1;md5=fac3a519e5e9eb96316656e0ca4f2b90"
-
-PYPI_PACKAGE = "XStatic-Font-Awesome"
-
-SRC_URI[md5sum] = "141a0e9a7e21e82f922573a00ae0c166"
-SRC_URI[sha256sum] = "e01fb480caaa7c7963dcb3328a4700e631bef6070db0e8b685816d220e685f6c"
-
-inherit pypi
-
-# DEPENDS_default: python-pip
-
-DEPENDS += " \
-        ${PYTHON_PN}-pip \
-        "
-
-# RDEPENDS_default: 
-RDEPENDS_${PN} += " \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-font-awesome_4.7.0.0.bb b/meta-openstack/recipes-devtools/python/python-xstatic-font-awesome_4.7.0.0.bb
deleted file mode 100644
index b2998f6..0000000
--- a/meta-openstack/recipes-devtools/python/python-xstatic-font-awesome_4.7.0.0.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-xstatic-font-awesome.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-font-awesome_4.7.0.0.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-font-awesome_4.7.0.0.bb
deleted file mode 100644
index b2998f6..0000000
--- a/meta-openstack/recipes-devtools/python/python3-xstatic-font-awesome_4.7.0.0.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-xstatic-font-awesome.inc
-inherit setuptools3
-- 
2.17.1




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

* [meta-virtualization] [PATCH] python3-colorama: Remove recipe
@ 2020-07-06  8:46 ` zhengruoqin
  2020-07-06  8:46   ` [meta-virtualization] [PATCH] python3-croniter: " zhengruoqin
  0 siblings, 1 reply; 9+ messages in thread
From: zhengruoqin @ 2020-07-06  8:46 UTC (permalink / raw)
  To: meta-virtualization

This recipe already exists in meta-openembedded, the path is:
meta-openembedded/meta-python/recipes-devtools/python/python3-colorama_0.4.3.bb

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../python/python-colorama.inc                 | 18 ------------------
 .../python/python3-colorama_0.4.1.bb           |  3 ---
 2 files changed, 21 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-colorama.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-colorama_0.4.1.bb

diff --git a/meta-openstack/recipes-devtools/python/python-colorama.inc b/meta-openstack/recipes-devtools/python/python-colorama.inc
deleted file mode 100644
index 4b5dc79..0000000
--- a/meta-openstack/recipes-devtools/python/python-colorama.inc
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Copyright (C) 2014 Wind River Systems, Inc.
-#
-DESCRIPTION = "Simple cross-platform colored terminal text in Python"
-HOMEPAGE = "http://pypi.python.org/pypi/colorama"
-SECTION = "devel/python"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26"
-
-SRC_URI[md5sum] = "f927529cd1735f6f50ee2c61628e9c1f"
-SRC_URI[sha256sum] = "05eed71e2e327246ad6b38c540c4a3117230b19679b875190486ddd2d721422d"
-
-inherit pypi
-
-DEPENDS += " \
-        ${PYTHON_PN}-pip \
-        "
-
diff --git a/meta-openstack/recipes-devtools/python/python3-colorama_0.4.1.bb b/meta-openstack/recipes-devtools/python/python3-colorama_0.4.1.bb
deleted file mode 100644
index 89c2fea..0000000
--- a/meta-openstack/recipes-devtools/python/python3-colorama_0.4.1.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-require python-colorama.inc
-inherit setuptools3
-
-- 
2.17.1




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

* [meta-virtualization] [PATCH] python3-croniter: Remove recipe
@ 2020-07-06  8:46   ` zhengruoqin
  2020-07-06  8:47     ` [meta-virtualization] [PATCH] python3-coverage: " zhengruoqin
  0 siblings, 1 reply; 9+ messages in thread
From: zhengruoqin @ 2020-07-06  8:46 UTC (permalink / raw)
  To: meta-virtualization

This recipe already exists in meta-openembedded, the path is:
meta-openembedded/meta-python/recipes-devtools/python/python3-croniter_0.3.34.bb

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../python/python-croniter.inc                | 19 -------------------
 .../python/python3-croniter_0.3.30.bb         |  2 --
 2 files changed, 21 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-croniter.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-croniter_0.3.30.bb

diff --git a/meta-openstack/recipes-devtools/python/python-croniter.inc b/meta-openstack/recipes-devtools/python/python-croniter.inc
deleted file mode 100644
index 885aa9e..0000000
--- a/meta-openstack/recipes-devtools/python/python-croniter.inc
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "croniter provides iteration for datetime object with cron like format"
-HOMEPAGE = "https://pypi.python.org/pypi/croniter/0.3.4"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
-
-# Archived version so we have to overwrite what the pypi class will derive
-PYPI_SRC_URI = "https://pypi.python.org/packages/source/c/croniter/croniter-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "e4a8987521b144c4c2149d4adde8f55c"
-SRC_URI[sha256sum] = "538adeb3a7f7816c3cdec6db974c441620d764c25ff4ed0146ee7296b8a50590"
-
-DEPENDS += " \
-        ${PYTHON_PN}-pip \
-        "
-
-RDEPENDS_${PN} += " \
-        ${PYTHON_PN}-dateutil \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python3-croniter_0.3.30.bb b/meta-openstack/recipes-devtools/python/python3-croniter_0.3.30.bb
deleted file mode 100644
index 6ec5a00..0000000
--- a/meta-openstack/recipes-devtools/python/python3-croniter_0.3.30.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3 pypi
-require python-croniter.inc
-- 
2.17.1




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

* [meta-virtualization] [PATCH] python3-coverage: Remove recipe
@ 2020-07-06  8:47     ` zhengruoqin
  2020-07-09  3:06       ` Bruce Ashfield
  0 siblings, 1 reply; 9+ messages in thread
From: zhengruoqin @ 2020-07-06  8:47 UTC (permalink / raw)
  To: meta-virtualization

This recipe already exists in meta-openembedded, the path is:
meta-openembedded/meta-python/recipes-devtools/python/python3-coverage_5.1.bb

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../python/python-coverage.inc                 | 18 ------------------
 .../python/python3-coverage_4.0a5.bb           |  2 --
 2 files changed, 20 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-coverage.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-coverage_4.0a5.bb

diff --git a/meta-openstack/recipes-devtools/python/python-coverage.inc b/meta-openstack/recipes-devtools/python/python-coverage.inc
deleted file mode 100644
index f1c5022..0000000
--- a/meta-openstack/recipes-devtools/python/python-coverage.inc
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Copyright (C) 2014 Wind River Systems, Inc.
-#
-DESCRIPTION = "Code coverage measurement for Python"
-HOMEPAGE = "https://pypi.python.org/pypi/coverage"
-SECTION = "devel/python"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD;md5=3775480a712fc46a69647678acb234cb"
-
-SRC_URI[md5sum] = "37f4d8ae679b2c43a87da8d519817a3b"
-SRC_URI[sha256sum] = "07a36ac3c82f5961c45565fd5575b4c568a8fc59e8d5d29a5b04dc8597a07e0e"
-
-inherit pypi
-
-DEPENDS += " \
-        ${PYTHON_PN}-pip \
-        "
-
diff --git a/meta-openstack/recipes-devtools/python/python3-coverage_4.0a5.bb b/meta-openstack/recipes-devtools/python/python3-coverage_4.0a5.bb
deleted file mode 100644
index 917a06c..0000000
--- a/meta-openstack/recipes-devtools/python/python3-coverage_4.0a5.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-coverage.inc
-inherit setuptools3
-- 
2.17.1




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

* Re: [meta-virtualization] [PATCH] python3-coverage: Remove recipe
  2020-07-06  8:47     ` [meta-virtualization] [PATCH] python3-coverage: " zhengruoqin
@ 2020-07-09  3:06       ` Bruce Ashfield
  0 siblings, 0 replies; 9+ messages in thread
From: Bruce Ashfield @ 2020-07-09  3:06 UTC (permalink / raw)
  To: zhengruoqin, zangrc; +Cc: meta-virtualization

There's no longer a reason to pin the versions of these, or to have the _git
variants around .. so I've merge this change.

Thanks for the cleanup.

Bruce


In message: [meta-virtualization] [PATCH] python3-coverage: Remove recipe
on 06/07/2020 zhengruoqin wrote:

> This recipe already exists in meta-openembedded, the path is:
> meta-openembedded/meta-python/recipes-devtools/python/python3-coverage_5.1.bb
> 
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>  .../python/python-coverage.inc                 | 18 ------------------
>  .../python/python3-coverage_4.0a5.bb           |  2 --
>  2 files changed, 20 deletions(-)
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-coverage.inc
>  delete mode 100644 meta-openstack/recipes-devtools/python/python3-coverage_4.0a5.bb
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-coverage.inc b/meta-openstack/recipes-devtools/python/python-coverage.inc
> deleted file mode 100644
> index f1c5022..0000000
> --- a/meta-openstack/recipes-devtools/python/python-coverage.inc
> +++ /dev/null
> @@ -1,18 +0,0 @@
> -#
> -# Copyright (C) 2014 Wind River Systems, Inc.
> -#
> -DESCRIPTION = "Code coverage measurement for Python"
> -HOMEPAGE = "https://pypi.python.org/pypi/coverage"
> -SECTION = "devel/python"
> -LICENSE = "BSD"
> -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD;md5=3775480a712fc46a69647678acb234cb"
> -
> -SRC_URI[md5sum] = "37f4d8ae679b2c43a87da8d519817a3b"
> -SRC_URI[sha256sum] = "07a36ac3c82f5961c45565fd5575b4c568a8fc59e8d5d29a5b04dc8597a07e0e"
> -
> -inherit pypi
> -
> -DEPENDS += " \
> -        ${PYTHON_PN}-pip \
> -        "
> -
> diff --git a/meta-openstack/recipes-devtools/python/python3-coverage_4.0a5.bb b/meta-openstack/recipes-devtools/python/python3-coverage_4.0a5.bb
> deleted file mode 100644
> index 917a06c..0000000
> --- a/meta-openstack/recipes-devtools/python/python3-coverage_4.0a5.bb
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -require python-coverage.inc
> -inherit setuptools3
> -- 
> 2.17.1
> 
> 
> 

> 



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

end of thread, other threads:[~2020-07-09  3:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-06  8:36 [meta-virtualization] [PATCH] python3-fasteners: Remove recipe zangrc
2020-07-06  8:36 ` [meta-virtualization] [PATCH] python3-httplib2: " zangrc
2020-07-06  8:36 ` [meta-virtualization] [PATCH] python3-pyflakes: " zangrc
2020-07-06  8:36 ` [meta-virtualization] [PATCH] python3-uritemplate: " zangrc
2020-07-06  8:36 ` [meta-virtualization] [PATCH] python3-xstatic-font-awesome: " zangrc
2020-07-06  8:46 ` [meta-virtualization] [PATCH] python3-colorama: " zhengruoqin
2020-07-06  8:46   ` [meta-virtualization] [PATCH] python3-croniter: " zhengruoqin
2020-07-06  8:47     ` [meta-virtualization] [PATCH] python3-coverage: " zhengruoqin
2020-07-09  3:06       ` 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.