All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-rcssmin: Consolidate in a single file
@ 2020-10-20  6:51 zangrc
  2020-10-20  6:51 ` [meta-virtualization] [PATCH] python3-saharaclient: upgrade 2.3.0 -> 3.2.1 zangrc
  0 siblings, 1 reply; 6+ messages in thread
From: zangrc @ 2020-10-20  6:51 UTC (permalink / raw)
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-rcssmin.inc  | 15 ---------------
 .../python/python3-rcssmin_1.0.6.bb             | 17 +++++++++++++++--
 2 files changed, 15 insertions(+), 17 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-rcssmin.inc

diff --git a/meta-openstack/recipes-devtools/python/python-rcssmin.inc b/meta-openstack/recipes-devtools/python/python-rcssmin.inc
deleted file mode 100644
index c897395..0000000
--- a/meta-openstack/recipes-devtools/python/python-rcssmin.inc
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "RCSSmin is a CSS minifier."
-HOMEPAGE = "http://opensource.perlig.de/rcssmin/"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-
-SRC_URI[md5sum] = "467d56503ce386c0b0e52f69ac143a9a"
-SRC_URI[sha256sum] = "ca87b695d3d7864157773a61263e5abb96006e9ff0e021eff90cbe0e1ba18270"
-
-inherit pypi
-
-RDEPENDS_${PN} += " \
-        "
-
-CLEANBROKEN = "1"
diff --git a/meta-openstack/recipes-devtools/python/python3-rcssmin_1.0.6.bb b/meta-openstack/recipes-devtools/python/python3-rcssmin_1.0.6.bb
index 56347b5..7409cdc 100644
--- a/meta-openstack/recipes-devtools/python/python3-rcssmin_1.0.6.bb
+++ b/meta-openstack/recipes-devtools/python/python3-rcssmin_1.0.6.bb
@@ -1,2 +1,15 @@
-require python-rcssmin.inc
-inherit setuptools3
+DESCRIPTION = "RCSSmin is a CSS minifier."
+HOMEPAGE = "http://opensource.perlig.de/rcssmin/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+SRC_URI[md5sum] = "467d56503ce386c0b0e52f69ac143a9a"
+SRC_URI[sha256sum] = "ca87b695d3d7864157773a61263e5abb96006e9ff0e021eff90cbe0e1ba18270"
+
+inherit setuptools3 pypi
+
+RDEPENDS_${PN} += " \
+        "
+
+CLEANBROKEN = "1"
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-saharaclient: upgrade 2.3.0 -> 3.2.1
@ 2020-10-20  6:51 ` zangrc
  2020-10-20  6:51   ` [meta-virtualization] [PATCH] python3-simplegeneric: Consolidate in a single file zangrc
  0 siblings, 1 reply; 6+ messages in thread
From: zangrc @ 2020-10-20  6:51 UTC (permalink / raw)
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../python/python-saharaclient.inc            | 28 -----------------
 .../python/python3-saharaclient_git.bb        | 30 ++++++++++++++++++-
 2 files changed, 29 insertions(+), 29 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-saharaclient.inc

diff --git a/meta-openstack/recipes-devtools/python/python-saharaclient.inc b/meta-openstack/recipes-devtools/python/python-saharaclient.inc
deleted file mode 100644
index 91549ae..0000000
--- a/meta-openstack/recipes-devtools/python/python-saharaclient.inc
+++ /dev/null
@@ -1,28 +0,0 @@
-DESCRIPTION = "CLI and python client library for OpenStack Sahara"
-HOMEPAGE = "https://launchpad.net/sahara"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
-
-DEPENDS += " \
-        ${PYTHON_PN}-pip \
-        ${PYTHON_PN}-pbr \
-        "
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
-        ${PYTHON_PN}-pbr-native \
-"
-
-RDEPENDS_${PN} += " \
-	${PYTHON_PN}-pbr \
-	"
-
-SRCNAME = "saharaclient"
-
-SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master"
-
-PV = "2.3.0+git${SRCPV}"
-SRCREV = "3107b452467537f4eef3d9ecfb5e35d110d19662"
-S = "${WORKDIR}/git"
-
diff --git a/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb b/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb
index 806cd76..9ec4c56 100644
--- a/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb
@@ -1,2 +1,30 @@
-require python-saharaclient.inc
+DESCRIPTION = "CLI and python client library for OpenStack Sahara"
+HOMEPAGE = "https://launchpad.net/sahara"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
+
+DEPENDS += " \
+        ${PYTHON_PN}-pip \
+        ${PYTHON_PN}-pbr \
+        "
+
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        ${PYTHON_PN}-pbr-native \
+"
+
+RDEPENDS_${PN} += " \
+	${PYTHON_PN}-pbr \
+	"
+
+SRCNAME = "saharaclient"
+
 inherit setuptools3
+
+SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master"
+
+PV = "3.2.1+git${SRCPV}"
+SRCREV = "a9fee07108c432e20a3ca7760541d4fcb4f14811"
+S = "${WORKDIR}/git"
+
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-simplegeneric: Consolidate in a single file
@ 2020-10-20  6:51   ` zangrc
  2020-10-20  6:51     ` [meta-virtualization] [PATCH] python3-singledispatch: " zangrc
  0 siblings, 1 reply; 6+ messages in thread
From: zangrc @ 2020-10-20  6:51 UTC (permalink / raw)
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../python/python-simplegeneric.inc                | 12 ------------
 .../python/python3-simplegeneric_0.8.1.bb          | 14 ++++++++++++--
 2 files changed, 12 insertions(+), 14 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-simplegeneric.inc

diff --git a/meta-openstack/recipes-devtools/python/python-simplegeneric.inc b/meta-openstack/recipes-devtools/python/python-simplegeneric.inc
deleted file mode 100644
index 2cd9fc0..0000000
--- a/meta-openstack/recipes-devtools/python/python-simplegeneric.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "Simple generic functions"
-HOMEPAGE = "https://pypi.python.org/pypi/simplegeneric/"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://README.txt;md5=2085f2c228ed80422edf70e52e86c34b"
-
-PYPI_PACKAGE_EXT = "zip"
-
-SRC_URI[md5sum] = "f9c1fab00fd981be588fc32759f474e3"
-SRC_URI[sha256sum] = "dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173"
-
-inherit pypi
diff --git a/meta-openstack/recipes-devtools/python/python3-simplegeneric_0.8.1.bb b/meta-openstack/recipes-devtools/python/python3-simplegeneric_0.8.1.bb
index 56ad221..a960926 100644
--- a/meta-openstack/recipes-devtools/python/python3-simplegeneric_0.8.1.bb
+++ b/meta-openstack/recipes-devtools/python/python3-simplegeneric_0.8.1.bb
@@ -1,2 +1,12 @@
-inherit setuptools3
-require python-simplegeneric.inc 
+DESCRIPTION = "Simple generic functions"
+HOMEPAGE = "https://pypi.python.org/pypi/simplegeneric/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://README.txt;md5=2085f2c228ed80422edf70e52e86c34b"
+
+PYPI_PACKAGE_EXT = "zip"
+
+SRC_URI[md5sum] = "f9c1fab00fd981be588fc32759f474e3"
+SRC_URI[sha256sum] = "dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173"
+
+inherit setuptools3 pypi
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-singledispatch: Consolidate in a single file
@ 2020-10-20  6:51     ` zangrc
  2020-10-20  6:51       ` [meta-virtualization] [PATCH] python3-statsd: " zangrc
  0 siblings, 1 reply; 6+ messages in thread
From: zangrc @ 2020-10-20  6:51 UTC (permalink / raw)
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../python/python-singledispatch.inc                 | 10 ----------
 .../python/python3-singledispatch_3.4.0.3.bb         | 12 ++++++++++--
 2 files changed, 10 insertions(+), 12 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-singledispatch.inc

diff --git a/meta-openstack/recipes-devtools/python/python-singledispatch.inc b/meta-openstack/recipes-devtools/python/python-singledispatch.inc
deleted file mode 100644
index 3ea5026..0000000
--- a/meta-openstack/recipes-devtools/python/python-singledispatch.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION = "functools.singledispatch from Python 3.4 to Python 2.6"
-HOMEPAGE = "https://pypi.python.org/pypi/singledistpatch"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://README.rst;md5=ee3cd67264adc7eb07981f3644dc17dc"
-
-SRC_URI[md5sum] = "af2fc6a3d6cc5a02d0bf54d909785fcb"
-SRC_URI[sha256sum] = "5b06af87df13818d14f08a028e42f566640aef80805c3b50c5056b086e3c2b9c"
-
-inherit pypi
diff --git a/meta-openstack/recipes-devtools/python/python3-singledispatch_3.4.0.3.bb b/meta-openstack/recipes-devtools/python/python3-singledispatch_3.4.0.3.bb
index 0f4b483..975d308 100644
--- a/meta-openstack/recipes-devtools/python/python3-singledispatch_3.4.0.3.bb
+++ b/meta-openstack/recipes-devtools/python/python3-singledispatch_3.4.0.3.bb
@@ -1,2 +1,10 @@
-require python-singledispatch.inc
-inherit setuptools3
+DESCRIPTION = "functools.singledispatch from Python 3.4 to Python 2.6"
+HOMEPAGE = "https://pypi.python.org/pypi/singledistpatch"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://README.rst;md5=ee3cd67264adc7eb07981f3644dc17dc"
+
+SRC_URI[md5sum] = "af2fc6a3d6cc5a02d0bf54d909785fcb"
+SRC_URI[sha256sum] = "5b06af87df13818d14f08a028e42f566640aef80805c3b50c5056b086e3c2b9c"
+
+inherit setuptools3 pypi
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-statsd: Consolidate in a single file
@ 2020-10-20  6:51       ` zangrc
  2020-10-28  3:29         ` Bruce Ashfield
  0 siblings, 1 reply; 6+ messages in thread
From: zangrc @ 2020-10-20  6:51 UTC (permalink / raw)
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-statsd.inc     | 13 -------------
 .../python/python3-statsd_3.3.0.bb                | 15 +++++++++++++--
 2 files changed, 13 insertions(+), 15 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-statsd.inc

diff --git a/meta-openstack/recipes-devtools/python/python-statsd.inc b/meta-openstack/recipes-devtools/python/python-statsd.inc
deleted file mode 100644
index 33257b9..0000000
--- a/meta-openstack/recipes-devtools/python/python-statsd.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "A simple statsd client."
-HOMEPAGE = "https://github.com/jsocol/pystatsd"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=4d8aa8ac1dc54b8aee4054bd5e5c61bd"
-
-inherit pypi
-
-SRC_URI[md5sum] = "b397ccf880f37cf099e775907ebf7a46"
-SRC_URI[sha256sum] = "e3e6db4c246f7c59003e51c9720a51a7f39a396541cb9b147ff4b14d15b5dd1f"
-
-RDEPENDS_${PN} += " \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python3-statsd_3.3.0.bb b/meta-openstack/recipes-devtools/python/python3-statsd_3.3.0.bb
index 3e430a1..0c0cc6a 100644
--- a/meta-openstack/recipes-devtools/python/python3-statsd_3.3.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-statsd_3.3.0.bb
@@ -1,2 +1,13 @@
-inherit setuptools3
-require python-statsd.inc
+DESCRIPTION = "A simple statsd client."
+HOMEPAGE = "https://github.com/jsocol/pystatsd"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4d8aa8ac1dc54b8aee4054bd5e5c61bd"
+
+inherit setuptools3 pypi
+
+SRC_URI[md5sum] = "b397ccf880f37cf099e775907ebf7a46"
+SRC_URI[sha256sum] = "e3e6db4c246f7c59003e51c9720a51a7f39a396541cb9b147ff4b14d15b5dd1f"
+
+RDEPENDS_${PN} += " \
+        "
-- 
2.25.1




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

* Re: [meta-virtualization] [PATCH] python3-statsd: Consolidate in a single file
  2020-10-20  6:51       ` [meta-virtualization] [PATCH] python3-statsd: " zangrc
@ 2020-10-28  3:29         ` Bruce Ashfield
  0 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2020-10-28  3:29 UTC (permalink / raw)
  To: zangrc; +Cc: meta-virtualization

merged!

Bruce

In message: [meta-virtualization] [PATCH] python3-statsd: Consolidate in a single file
on 20/10/2020 zangrc wrote:

> Consolidate inc and bb files into a single bb file.
> 
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
>  .../recipes-devtools/python/python-statsd.inc     | 13 -------------
>  .../python/python3-statsd_3.3.0.bb                | 15 +++++++++++++--
>  2 files changed, 13 insertions(+), 15 deletions(-)
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-statsd.inc
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-statsd.inc b/meta-openstack/recipes-devtools/python/python-statsd.inc
> deleted file mode 100644
> index 33257b9..0000000
> --- a/meta-openstack/recipes-devtools/python/python-statsd.inc
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -DESCRIPTION = "A simple statsd client."
> -HOMEPAGE = "https://github.com/jsocol/pystatsd"
> -SECTION = "devel/python"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=4d8aa8ac1dc54b8aee4054bd5e5c61bd"
> -
> -inherit pypi
> -
> -SRC_URI[md5sum] = "b397ccf880f37cf099e775907ebf7a46"
> -SRC_URI[sha256sum] = "e3e6db4c246f7c59003e51c9720a51a7f39a396541cb9b147ff4b14d15b5dd1f"
> -
> -RDEPENDS_${PN} += " \
> -        "
> diff --git a/meta-openstack/recipes-devtools/python/python3-statsd_3.3.0.bb b/meta-openstack/recipes-devtools/python/python3-statsd_3.3.0.bb
> index 3e430a1..0c0cc6a 100644
> --- a/meta-openstack/recipes-devtools/python/python3-statsd_3.3.0.bb
> +++ b/meta-openstack/recipes-devtools/python/python3-statsd_3.3.0.bb
> @@ -1,2 +1,13 @@
> -inherit setuptools3
> -require python-statsd.inc
> +DESCRIPTION = "A simple statsd client."
> +HOMEPAGE = "https://github.com/jsocol/pystatsd"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=4d8aa8ac1dc54b8aee4054bd5e5c61bd"
> +
> +inherit setuptools3 pypi
> +
> +SRC_URI[md5sum] = "b397ccf880f37cf099e775907ebf7a46"
> +SRC_URI[sha256sum] = "e3e6db4c246f7c59003e51c9720a51a7f39a396541cb9b147ff4b14d15b5dd1f"
> +
> +RDEPENDS_${PN} += " \
> +        "
> -- 
> 2.25.1
> 
> 
> 

> 
> 
> 



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

end of thread, other threads:[~2020-10-28  3:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20  6:51 [meta-virtualization] [PATCH] python3-rcssmin: Consolidate in a single file zangrc
2020-10-20  6:51 ` [meta-virtualization] [PATCH] python3-saharaclient: upgrade 2.3.0 -> 3.2.1 zangrc
2020-10-20  6:51   ` [meta-virtualization] [PATCH] python3-simplegeneric: Consolidate in a single file zangrc
2020-10-20  6:51     ` [meta-virtualization] [PATCH] python3-singledispatch: " zangrc
2020-10-20  6:51       ` [meta-virtualization] [PATCH] python3-statsd: " zangrc
2020-10-28  3:29         ` 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.