All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/6] python3-dateutil: Consolidate in a single file
@ 2020-06-04 12:12 Leon Anavi
  2020-06-04 12:12 ` [meta-python][PATCH 2/6] python3-dnspython: " Leon Anavi
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Leon Anavi @ 2020-06-04 12:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/python-dateutil.inc                | 25 -----------------
 .../python/python3-dateutil_2.8.1.bb          | 27 +++++++++++++++++--
 2 files changed, 25 insertions(+), 27 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-dateutil.inc

diff --git a/meta-python/recipes-devtools/python/python-dateutil.inc b/meta-python/recipes-devtools/python/python-dateutil.inc
deleted file mode 100644
index e70e963e9..000000000
--- a/meta-python/recipes-devtools/python/python-dateutil.inc
+++ /dev/null
@@ -1,25 +0,0 @@
-SUMMARY = "Extensions to the standard Python datetime module"
-DESCRIPTION = "The dateutil module provides powerful extensions to the datetime module available in the Python standard library."
-HOMEPAGE = "https://dateutil.readthedocs.org"
-LICENSE = "BSD-3-Clause & Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e3155c7bdc71f66e02678411d2abf996"
-
-SRC_URI[md5sum] = "f2a1d4b680b297b367a974664ca3a4f6"
-SRC_URI[sha256sum] = "73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c"
-
-PYPI_PACKAGE = "python-dateutil"
-inherit pypi
-
-PACKAGES =+ "${PN}-zoneinfo"
-FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo"
-
-DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
-
-RDEPENDS_${PN} = "\
-    ${PYTHON_PN}-datetime \
-    ${PYTHON_PN}-numbers \
-    ${PYTHON_PN}-six \
-    ${PYTHON_PN}-stringold \
-"
-
-BBCLASSEXTEND = "native"
diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb
index 1d2baf55c..fb7db162c 100644
--- a/meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb
+++ b/meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb
@@ -1,2 +1,25 @@
-inherit setuptools3
-require python-dateutil.inc
+SUMMARY = "Extensions to the standard Python datetime module"
+DESCRIPTION = "The dateutil module provides powerful extensions to the datetime module available in the Python standard library."
+HOMEPAGE = "https://dateutil.readthedocs.org"
+LICENSE = "BSD-3-Clause & Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e3155c7bdc71f66e02678411d2abf996"
+
+SRC_URI[md5sum] = "f2a1d4b680b297b367a974664ca3a4f6"
+SRC_URI[sha256sum] = "73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c"
+
+PYPI_PACKAGE = "python-dateutil"
+inherit pypi setuptools3
+
+PACKAGES =+ "${PN}-zoneinfo"
+FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo"
+
+DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
+
+RDEPENDS_${PN} = "\
+    ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-numbers \
+    ${PYTHON_PN}-six \
+    ${PYTHON_PN}-stringold \
+"
+
+BBCLASSEXTEND = "native"
-- 
2.17.1


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

* [meta-python][PATCH 2/6] python3-dnspython: Consolidate in a single file
  2020-06-04 12:12 [meta-python][PATCH 1/6] python3-dateutil: Consolidate in a single file Leon Anavi
@ 2020-06-04 12:12 ` Leon Anavi
  2020-06-05 17:26   ` [oe] " Trevor Gamblin
  2020-06-04 12:12 ` [meta-python][PATCH 3/6] python3-future: " Leon Anavi
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Leon Anavi @ 2020-06-04 12:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/python-dnspython.inc               | 20 -----------------
 .../python/python3-dnspython_1.16.0.bb        | 22 +++++++++++++++++--
 2 files changed, 20 insertions(+), 22 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-dnspython.inc

diff --git a/meta-python/recipes-devtools/python/python-dnspython.inc b/meta-python/recipes-devtools/python/python-dnspython.inc
deleted file mode 100644
index 84502affe..000000000
--- a/meta-python/recipes-devtools/python/python-dnspython.inc
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "DNS toolkit for Python"
-HOMEPAGE = "http://www.dnspython.org/"
-LICENSE = "ISC"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34"
-
-SRC_URI[md5sum] = "bc9ca3b3a82164667d5730ec6d5248a2"
-SRC_URI[sha256sum] = "36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01"
-
-PYPI_PACKAGE_EXT = "zip"
-
-inherit pypi
-
-RDEPENDS_${PN} += " \
-    ${PYTHON_PN}-crypt \
-    ${PYTHON_PN}-io \
-    ${PYTHON_PN}-math \
-    ${PYTHON_PN}-netclient \
-    ${PYTHON_PN}-numbers \
-    ${PYTHON_PN}-threading \
-"
diff --git a/meta-python/recipes-devtools/python/python3-dnspython_1.16.0.bb b/meta-python/recipes-devtools/python/python3-dnspython_1.16.0.bb
index ce4dfdc74..cb255442f 100644
--- a/meta-python/recipes-devtools/python/python3-dnspython_1.16.0.bb
+++ b/meta-python/recipes-devtools/python/python3-dnspython_1.16.0.bb
@@ -1,2 +1,20 @@
-inherit setuptools3
-require python-dnspython.inc
+DESCRIPTION = "DNS toolkit for Python"
+HOMEPAGE = "http://www.dnspython.org/"
+LICENSE = "ISC"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34"
+
+SRC_URI[md5sum] = "bc9ca3b3a82164667d5730ec6d5248a2"
+SRC_URI[sha256sum] = "36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01"
+
+PYPI_PACKAGE_EXT = "zip"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-crypt \
+    ${PYTHON_PN}-io \
+    ${PYTHON_PN}-math \
+    ${PYTHON_PN}-netclient \
+    ${PYTHON_PN}-numbers \
+    ${PYTHON_PN}-threading \
+"
-- 
2.17.1


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

* [meta-python][PATCH 3/6] python3-future: Consolidate in a single file
  2020-06-04 12:12 [meta-python][PATCH 1/6] python3-dateutil: Consolidate in a single file Leon Anavi
  2020-06-04 12:12 ` [meta-python][PATCH 2/6] python3-dnspython: " Leon Anavi
@ 2020-06-04 12:12 ` Leon Anavi
  2020-06-05 17:26   ` [oe] " Trevor Gamblin
  2020-06-04 12:12 ` [meta-python][PATCH 4/6] python3-requests-futures: Upgrade 0.9.5 -> 1.0.0 Leon Anavi
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Leon Anavi @ 2020-06-04 12:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../recipes-devtools/python/python-future.inc     | 13 -------------
 .../python/python3-future_0.18.2.bb               | 15 +++++++++++++--
 2 files changed, 13 insertions(+), 15 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-future.inc

diff --git a/meta-python/recipes-devtools/python/python-future.inc b/meta-python/recipes-devtools/python/python-future.inc
deleted file mode 100644
index c0a2b39ba..000000000
--- a/meta-python/recipes-devtools/python/python-future.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "Clean single-source support for Python 3 and 2"
-HOMEPAGE = "https://python-future.org"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a253924061f8ecc41ad7a2ba1560e8e7"
-
-SRC_URI[md5sum] = "e4579c836b9c025872efe230f6270349"
-SRC_URI[sha256sum] = "b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"
-
-PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d"
-
-inherit pypi
-
-BBCLASSEXTEND = "native"
diff --git a/meta-python/recipes-devtools/python/python3-future_0.18.2.bb b/meta-python/recipes-devtools/python/python3-future_0.18.2.bb
index f059186bf..90d1661d4 100644
--- a/meta-python/recipes-devtools/python/python3-future_0.18.2.bb
+++ b/meta-python/recipes-devtools/python/python3-future_0.18.2.bb
@@ -1,2 +1,13 @@
-inherit setuptools3
-require python-future.inc
+DESCRIPTION = "Clean single-source support for Python 3 and 2"
+HOMEPAGE = "https://python-future.org"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a253924061f8ecc41ad7a2ba1560e8e7"
+
+SRC_URI[md5sum] = "e4579c836b9c025872efe230f6270349"
+SRC_URI[sha256sum] = "b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"
+
+PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d"
+
+inherit pypi setuptools3
+
+BBCLASSEXTEND = "native"
-- 
2.17.1


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

* [meta-python][PATCH 4/6] python3-requests-futures: Upgrade 0.9.5 -> 1.0.0
  2020-06-04 12:12 [meta-python][PATCH 1/6] python3-dateutil: Consolidate in a single file Leon Anavi
  2020-06-04 12:12 ` [meta-python][PATCH 2/6] python3-dnspython: " Leon Anavi
  2020-06-04 12:12 ` [meta-python][PATCH 3/6] python3-future: " Leon Anavi
@ 2020-06-04 12:12 ` Leon Anavi
  2020-06-05 17:26   ` [oe] " Trevor Gamblin
  2020-06-04 12:12 ` [meta-python][PATCH 5/6] python3-greenlet: Consolidate in a single file Leon Anavi
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Leon Anavi @ 2020-06-04 12:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.0.0.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...sts-futures_0.9.5.bb => python3-requests-futures_1.0.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-requests-futures_0.9.5.bb => python3-requests-futures_1.0.0.bb} (73%)

diff --git a/meta-python/recipes-devtools/python/python3-requests-futures_0.9.5.bb b/meta-python/recipes-devtools/python/python3-requests-futures_1.0.0.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-requests-futures_0.9.5.bb
rename to meta-python/recipes-devtools/python/python3-requests-futures_1.0.0.bb
index b94929d8c..2372ffa45 100644
--- a/meta-python/recipes-devtools/python/python3-requests-futures_0.9.5.bb
+++ b/meta-python/recipes-devtools/python/python3-requests-futures_1.0.0.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/ross/requests-futures"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e1e50798d0afe0e1f87594c6619a2fa5"
 
-SRC_URI[md5sum] = "e20dc6f063c70888a7f8225e349b6682"
-SRC_URI[sha256sum] = "33aa8a3b7892850701707d7e094b1e1ce7c4f7a36ff2a1dcc2da4e01a1a00f7e"
+SRC_URI[md5sum] = "601b5e90413bb00e06148752d31f0cc7"
+SRC_URI[sha256sum] = "35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c30bc148"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 5/6] python3-greenlet: Consolidate in a single file
  2020-06-04 12:12 [meta-python][PATCH 1/6] python3-dateutil: Consolidate in a single file Leon Anavi
                   ` (2 preceding siblings ...)
  2020-06-04 12:12 ` [meta-python][PATCH 4/6] python3-requests-futures: Upgrade 0.9.5 -> 1.0.0 Leon Anavi
@ 2020-06-04 12:12 ` Leon Anavi
  2020-06-05 17:26   ` [oe] " Trevor Gamblin
  2020-06-04 12:12 ` [meta-python][PATCH 6/6] python3-html2text: Upgrade 2019.8.11 -> 2020.1.16 Leon Anavi
  2020-06-05 17:25 ` [oe] [meta-python][PATCH 1/6] python3-dateutil: Consolidate in a single file Trevor Gamblin
  5 siblings, 1 reply; 12+ messages in thread
From: Leon Anavi @ 2020-06-04 12:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../recipes-devtools/python/python-greenlet.inc       |  9 ---------
 .../python/python3-greenlet_0.4.15.bb                 | 11 +++++++++--
 2 files changed, 9 insertions(+), 11 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-greenlet.inc

diff --git a/meta-python/recipes-devtools/python/python-greenlet.inc b/meta-python/recipes-devtools/python/python-greenlet.inc
deleted file mode 100644
index c7c656c84..000000000
--- a/meta-python/recipes-devtools/python/python-greenlet.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-SUMMARY = "Python lightweight in-process concurrent programming"
-LICENSE = "MIT & PSF"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=03143d7a1a9f5d8a0fee825f24ca9c36 \
-                    file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a"
-
-SRC_URI[md5sum] = "10fa304f673fc18b28fa6d8c6658cb80"
-SRC_URI[sha256sum] = "9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc"
-
-inherit pypi
diff --git a/meta-python/recipes-devtools/python/python3-greenlet_0.4.15.bb b/meta-python/recipes-devtools/python/python3-greenlet_0.4.15.bb
index 1aedf7fa8..f9c862118 100644
--- a/meta-python/recipes-devtools/python/python3-greenlet_0.4.15.bb
+++ b/meta-python/recipes-devtools/python/python3-greenlet_0.4.15.bb
@@ -1,2 +1,9 @@
-inherit distutils3
-require python-greenlet.inc
+SUMMARY = "Python lightweight in-process concurrent programming"
+LICENSE = "MIT & PSF"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=03143d7a1a9f5d8a0fee825f24ca9c36 \
+                    file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a"
+
+SRC_URI[md5sum] = "10fa304f673fc18b28fa6d8c6658cb80"
+SRC_URI[sha256sum] = "9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc"
+
+inherit pypi distutils3
-- 
2.17.1


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

* [meta-python][PATCH 6/6] python3-html2text: Upgrade 2019.8.11 -> 2020.1.16
  2020-06-04 12:12 [meta-python][PATCH 1/6] python3-dateutil: Consolidate in a single file Leon Anavi
                   ` (3 preceding siblings ...)
  2020-06-04 12:12 ` [meta-python][PATCH 5/6] python3-greenlet: Consolidate in a single file Leon Anavi
@ 2020-06-04 12:12 ` Leon Anavi
  2020-06-05 18:15   ` [oe] " Trevor Gamblin
  2020-06-05 17:25 ` [oe] [meta-python][PATCH 1/6] python3-dateutil: Consolidate in a single file Trevor Gamblin
  5 siblings, 1 reply; 12+ messages in thread
From: Leon Anavi @ 2020-06-04 12:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2020.1.16. Consolidate inc and bb files
into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../recipes-devtools/python/python3-html2text_2019.8.11.bb  | 2 --
 ...{python-html2text.inc => python3-html2text_2020.1.16.bb} | 6 +++---
 2 files changed, 3 insertions(+), 5 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-html2text_2019.8.11.bb
 rename meta-python/recipes-devtools/python/{python-html2text.inc => python3-html2text_2020.1.16.bb} (58%)

diff --git a/meta-python/recipes-devtools/python/python3-html2text_2019.8.11.bb b/meta-python/recipes-devtools/python/python3-html2text_2019.8.11.bb
deleted file mode 100644
index 9cb5b01eb..000000000
--- a/meta-python/recipes-devtools/python/python3-html2text_2019.8.11.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-html2text.inc
diff --git a/meta-python/recipes-devtools/python/python-html2text.inc b/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb
similarity index 58%
rename from meta-python/recipes-devtools/python/python-html2text.inc
rename to meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb
index 678dcef3f..565b31d97 100644
--- a/meta-python/recipes-devtools/python/python-html2text.inc
+++ b/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb
@@ -4,9 +4,9 @@ HOMEPAGE = "https://github.com/Alir3z4/html2text"
 LICENSE = "GPL-3.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-SRC_URI[md5sum] = "21aad7ec95b70606024b783c8253899c"
-SRC_URI[sha256sum] = "f516b9c10284174e2a974d86f91cab02b3cf983a17752075da751af0e895ef5e"
+SRC_URI[md5sum] = "c77b580c94d1a9e0145f23cc4472993d"
+SRC_URI[sha256sum] = "e296318e16b059ddb97f7a8a1d6a5c1d7af4544049a01e261731d2d5cc277bbb"
 
-inherit pypi
+inherit pypi setuptools3
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/6] python3-dateutil: Consolidate in a single file
  2020-06-04 12:12 [meta-python][PATCH 1/6] python3-dateutil: Consolidate in a single file Leon Anavi
                   ` (4 preceding siblings ...)
  2020-06-04 12:12 ` [meta-python][PATCH 6/6] python3-html2text: Upgrade 2019.8.11 -> 2020.1.16 Leon Anavi
@ 2020-06-05 17:25 ` Trevor Gamblin
  5 siblings, 0 replies; 12+ messages in thread
From: Trevor Gamblin @ 2020-06-05 17:25 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 3120 bytes --]


On 6/4/20 8:12 AM, Leon Anavi wrote:
> Consolidate inc and bb files into a single bb file.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python-dateutil.inc                | 25 -----------------
>   .../python/python3-dateutil_2.8.1.bb          | 27 +++++++++++++++++--
>   2 files changed, 25 insertions(+), 27 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python-dateutil.inc
>
> diff --git a/meta-python/recipes-devtools/python/python-dateutil.inc b/meta-python/recipes-devtools/python/python-dateutil.inc
> deleted file mode 100644
> index e70e963e9..000000000
> --- a/meta-python/recipes-devtools/python/python-dateutil.inc
> +++ /dev/null
> @@ -1,25 +0,0 @@
> -SUMMARY = "Extensions to the standard Python datetime module"
> -DESCRIPTION = "The dateutil module provides powerful extensions to the datetime module available in the Python standard library."
> -HOMEPAGE = "https://dateutil.readthedocs.org"
> -LICENSE = "BSD-3-Clause & Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=e3155c7bdc71f66e02678411d2abf996"
> -
> -SRC_URI[md5sum] = "f2a1d4b680b297b367a974664ca3a4f6"
> -SRC_URI[sha256sum] = "73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c"
> -
> -PYPI_PACKAGE = "python-dateutil"
> -inherit pypi
> -
> -PACKAGES =+ "${PN}-zoneinfo"
> -FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo"
> -
> -DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
> -
> -RDEPENDS_${PN} = "\
> -    ${PYTHON_PN}-datetime \
> -    ${PYTHON_PN}-numbers \
> -    ${PYTHON_PN}-six \
> -    ${PYTHON_PN}-stringold \
> -"
> -
> -BBCLASSEXTEND = "native"
> diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb
> index 1d2baf55c..fb7db162c 100644
> --- a/meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-dateutil_2.8.1.bb
> @@ -1,2 +1,25 @@
> -inherit setuptools3
> -require python-dateutil.inc
> +SUMMARY = "Extensions to the standard Python datetime module"
> +DESCRIPTION = "The dateutil module provides powerful extensions to the datetime module available in the Python standard library."
> +HOMEPAGE = "https://dateutil.readthedocs.org"
> +LICENSE = "BSD-3-Clause & Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=e3155c7bdc71f66e02678411d2abf996"
> +
> +SRC_URI[md5sum] = "f2a1d4b680b297b367a974664ca3a4f6"
> +SRC_URI[sha256sum] = "73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c"
> +
> +PYPI_PACKAGE = "python-dateutil"
> +inherit pypi setuptools3
> +
> +PACKAGES =+ "${PN}-zoneinfo"
> +FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo"
> +
> +DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
> +
> +RDEPENDS_${PN} = "\
> +    ${PYTHON_PN}-datetime \
> +    ${PYTHON_PN}-numbers \
> +    ${PYTHON_PN}-six \
> +    ${PYTHON_PN}-stringold \
> +"
> +
> +BBCLASSEXTEND = "native"
>
> 

[-- Attachment #2: Type: text/html, Size: 5035 bytes --]

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

* Re: [oe] [meta-python][PATCH 2/6] python3-dnspython: Consolidate in a single file
  2020-06-04 12:12 ` [meta-python][PATCH 2/6] python3-dnspython: " Leon Anavi
@ 2020-06-05 17:26   ` Trevor Gamblin
  0 siblings, 0 replies; 12+ messages in thread
From: Trevor Gamblin @ 2020-06-05 17:26 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2445 bytes --]


On 6/4/20 8:12 AM, Leon Anavi wrote:
> Consolidate inc and bb files into a single bb file.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python-dnspython.inc               | 20 -----------------
>   .../python/python3-dnspython_1.16.0.bb        | 22 +++++++++++++++++--
>   2 files changed, 20 insertions(+), 22 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python-dnspython.inc
>
> diff --git a/meta-python/recipes-devtools/python/python-dnspython.inc b/meta-python/recipes-devtools/python/python-dnspython.inc
> deleted file mode 100644
> index 84502affe..000000000
> --- a/meta-python/recipes-devtools/python/python-dnspython.inc
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -DESCRIPTION = "DNS toolkit for Python"
> -HOMEPAGE = "http://www.dnspython.org/"
> -LICENSE = "ISC"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34"
> -
> -SRC_URI[md5sum] = "bc9ca3b3a82164667d5730ec6d5248a2"
> -SRC_URI[sha256sum] = "36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01"
> -
> -PYPI_PACKAGE_EXT = "zip"
> -
> -inherit pypi
> -
> -RDEPENDS_${PN} += " \
> -    ${PYTHON_PN}-crypt \
> -    ${PYTHON_PN}-io \
> -    ${PYTHON_PN}-math \
> -    ${PYTHON_PN}-netclient \
> -    ${PYTHON_PN}-numbers \
> -    ${PYTHON_PN}-threading \
> -"
> diff --git a/meta-python/recipes-devtools/python/python3-dnspython_1.16.0.bb b/meta-python/recipes-devtools/python/python3-dnspython_1.16.0.bb
> index ce4dfdc74..cb255442f 100644
> --- a/meta-python/recipes-devtools/python/python3-dnspython_1.16.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-dnspython_1.16.0.bb
> @@ -1,2 +1,20 @@
> -inherit setuptools3
> -require python-dnspython.inc
> +DESCRIPTION = "DNS toolkit for Python"
> +HOMEPAGE = "http://www.dnspython.org/"
> +LICENSE = "ISC"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34"
> +
> +SRC_URI[md5sum] = "bc9ca3b3a82164667d5730ec6d5248a2"
> +SRC_URI[sha256sum] = "36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01"
> +
> +PYPI_PACKAGE_EXT = "zip"
> +
> +inherit pypi setuptools3
> +
> +RDEPENDS_${PN} += " \
> +    ${PYTHON_PN}-crypt \
> +    ${PYTHON_PN}-io \
> +    ${PYTHON_PN}-math \
> +    ${PYTHON_PN}-netclient \
> +    ${PYTHON_PN}-numbers \
> +    ${PYTHON_PN}-threading \
> +"
>
> 

[-- Attachment #2: Type: text/html, Size: 4243 bytes --]

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

* Re: [oe] [meta-python][PATCH 3/6] python3-future: Consolidate in a single file
  2020-06-04 12:12 ` [meta-python][PATCH 3/6] python3-future: " Leon Anavi
@ 2020-06-05 17:26   ` Trevor Gamblin
  0 siblings, 0 replies; 12+ messages in thread
From: Trevor Gamblin @ 2020-06-05 17:26 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2224 bytes --]


On 6/4/20 8:12 AM, Leon Anavi wrote:
> Consolidate inc and bb files into a single bb file.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../recipes-devtools/python/python-future.inc     | 13 -------------
>   .../python/python3-future_0.18.2.bb               | 15 +++++++++++++--
>   2 files changed, 13 insertions(+), 15 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python-future.inc
>
> diff --git a/meta-python/recipes-devtools/python/python-future.inc b/meta-python/recipes-devtools/python/python-future.inc
> deleted file mode 100644
> index c0a2b39ba..000000000
> --- a/meta-python/recipes-devtools/python/python-future.inc
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -DESCRIPTION = "Clean single-source support for Python 3 and 2"
> -HOMEPAGE = "https://python-future.org"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a253924061f8ecc41ad7a2ba1560e8e7"
> -
> -SRC_URI[md5sum] = "e4579c836b9c025872efe230f6270349"
> -SRC_URI[sha256sum] = "b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"
> -
> -PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d"
> -
> -inherit pypi
> -
> -BBCLASSEXTEND = "native"
> diff --git a/meta-python/recipes-devtools/python/python3-future_0.18.2.bb b/meta-python/recipes-devtools/python/python3-future_0.18.2.bb
> index f059186bf..90d1661d4 100644
> --- a/meta-python/recipes-devtools/python/python3-future_0.18.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-future_0.18.2.bb
> @@ -1,2 +1,13 @@
> -inherit setuptools3
> -require python-future.inc
> +DESCRIPTION = "Clean single-source support for Python 3 and 2"
> +HOMEPAGE = "https://python-future.org"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a253924061f8ecc41ad7a2ba1560e8e7"
> +
> +SRC_URI[md5sum] = "e4579c836b9c025872efe230f6270349"
> +SRC_URI[sha256sum] = "b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"
> +
> +PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d"
> +
> +inherit pypi setuptools3
> +
> +BBCLASSEXTEND = "native"
>
> 

[-- Attachment #2: Type: text/html, Size: 3991 bytes --]

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

* Re: [oe] [meta-python][PATCH 4/6] python3-requests-futures: Upgrade 0.9.5 -> 1.0.0
  2020-06-04 12:12 ` [meta-python][PATCH 4/6] python3-requests-futures: Upgrade 0.9.5 -> 1.0.0 Leon Anavi
@ 2020-06-05 17:26   ` Trevor Gamblin
  0 siblings, 0 replies; 12+ messages in thread
From: Trevor Gamblin @ 2020-06-05 17:26 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1527 bytes --]


On 6/4/20 8:12 AM, Leon Anavi wrote:
> Upgrade to release 1.0.0.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...sts-futures_0.9.5.bb => python3-requests-futures_1.0.0.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-requests-futures_0.9.5.bb => python3-requests-futures_1.0.0.bb} (73%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-requests-futures_0.9.5.bb b/meta-python/recipes-devtools/python/python3-requests-futures_1.0.0.bb
> similarity index 73%
> rename from meta-python/recipes-devtools/python/python3-requests-futures_0.9.5.bb
> rename to meta-python/recipes-devtools/python/python3-requests-futures_1.0.0.bb
> index b94929d8c..2372ffa45 100644
> --- a/meta-python/recipes-devtools/python/python3-requests-futures_0.9.5.bb
> +++ b/meta-python/recipes-devtools/python/python3-requests-futures_1.0.0.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/ross/requests-futures"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=e1e50798d0afe0e1f87594c6619a2fa5"
>   
> -SRC_URI[md5sum] = "e20dc6f063c70888a7f8225e349b6682"
> -SRC_URI[sha256sum] = "33aa8a3b7892850701707d7e094b1e1ce7c4f7a36ff2a1dcc2da4e01a1a00f7e"
> +SRC_URI[md5sum] = "601b5e90413bb00e06148752d31f0cc7"
> +SRC_URI[sha256sum] = "35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c30bc148"
>   
>   inherit pypi setuptools3
>   
>
> 

[-- Attachment #2: Type: text/html, Size: 2550 bytes --]

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

* Re: [oe] [meta-python][PATCH 5/6] python3-greenlet: Consolidate in a single file
  2020-06-04 12:12 ` [meta-python][PATCH 5/6] python3-greenlet: Consolidate in a single file Leon Anavi
@ 2020-06-05 17:26   ` Trevor Gamblin
  0 siblings, 0 replies; 12+ messages in thread
From: Trevor Gamblin @ 2020-06-05 17:26 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2071 bytes --]


On 6/4/20 8:12 AM, Leon Anavi wrote:
> Consolidate inc and bb files into a single bb file.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../recipes-devtools/python/python-greenlet.inc       |  9 ---------
>   .../python/python3-greenlet_0.4.15.bb                 | 11 +++++++++--
>   2 files changed, 9 insertions(+), 11 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python-greenlet.inc
>
> diff --git a/meta-python/recipes-devtools/python/python-greenlet.inc b/meta-python/recipes-devtools/python/python-greenlet.inc
> deleted file mode 100644
> index c7c656c84..000000000
> --- a/meta-python/recipes-devtools/python/python-greenlet.inc
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -SUMMARY = "Python lightweight in-process concurrent programming"
> -LICENSE = "MIT & PSF"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=03143d7a1a9f5d8a0fee825f24ca9c36 \
> -                    file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a"
> -
> -SRC_URI[md5sum] = "10fa304f673fc18b28fa6d8c6658cb80"
> -SRC_URI[sha256sum] = "9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc"
> -
> -inherit pypi
> diff --git a/meta-python/recipes-devtools/python/python3-greenlet_0.4.15.bb b/meta-python/recipes-devtools/python/python3-greenlet_0.4.15.bb
> index 1aedf7fa8..f9c862118 100644
> --- a/meta-python/recipes-devtools/python/python3-greenlet_0.4.15.bb
> +++ b/meta-python/recipes-devtools/python/python3-greenlet_0.4.15.bb
> @@ -1,2 +1,9 @@
> -inherit distutils3
> -require python-greenlet.inc
> +SUMMARY = "Python lightweight in-process concurrent programming"
> +LICENSE = "MIT & PSF"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=03143d7a1a9f5d8a0fee825f24ca9c36 \
> +                    file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a"
> +
> +SRC_URI[md5sum] = "10fa304f673fc18b28fa6d8c6658cb80"
> +SRC_URI[sha256sum] = "9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc"
> +
> +inherit pypi distutils3
>
> 

[-- Attachment #2: Type: text/html, Size: 3304 bytes --]

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

* Re: [oe] [meta-python][PATCH 6/6] python3-html2text: Upgrade 2019.8.11 -> 2020.1.16
  2020-06-04 12:12 ` [meta-python][PATCH 6/6] python3-html2text: Upgrade 2019.8.11 -> 2020.1.16 Leon Anavi
@ 2020-06-05 18:15   ` Trevor Gamblin
  0 siblings, 0 replies; 12+ messages in thread
From: Trevor Gamblin @ 2020-06-05 18:15 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2114 bytes --]


On 6/4/20 8:12 AM, Leon Anavi wrote:
> Upgrade to release 2020.1.16. Consolidate inc and bb files
> into a single bb file.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../recipes-devtools/python/python3-html2text_2019.8.11.bb  | 2 --
>   ...{python-html2text.inc => python3-html2text_2020.1.16.bb} | 6 +++---
>   2 files changed, 3 insertions(+), 5 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-html2text_2019.8.11.bb
>   rename meta-python/recipes-devtools/python/{python-html2text.inc => python3-html2text_2020.1.16.bb} (58%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-html2text_2019.8.11.bb b/meta-python/recipes-devtools/python/python3-html2text_2019.8.11.bb
> deleted file mode 100644
> index 9cb5b01eb..000000000
> --- a/meta-python/recipes-devtools/python/python3-html2text_2019.8.11.bb
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -inherit setuptools3
> -require python-html2text.inc
> diff --git a/meta-python/recipes-devtools/python/python-html2text.inc b/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb
> similarity index 58%
> rename from meta-python/recipes-devtools/python/python-html2text.inc
> rename to meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb
> index 678dcef3f..565b31d97 100644
> --- a/meta-python/recipes-devtools/python/python-html2text.inc
> +++ b/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb
> @@ -4,9 +4,9 @@ HOMEPAGE = "https://github.com/Alir3z4/html2text"
>   LICENSE = "GPL-3.0"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
>   
> -SRC_URI[md5sum] = "21aad7ec95b70606024b783c8253899c"
> -SRC_URI[sha256sum] = "f516b9c10284174e2a974d86f91cab02b3cf983a17752075da751af0e895ef5e"
> +SRC_URI[md5sum] = "c77b580c94d1a9e0145f23cc4472993d"
> +SRC_URI[sha256sum] = "e296318e16b059ddb97f7a8a1d6a5c1d7af4544049a01e261731d2d5cc277bbb"
>   
> -inherit pypi
> +inherit pypi setuptools3
>   
>   BBCLASSEXTEND = "native nativesdk"
>
> 

[-- Attachment #2: Type: text/html, Size: 3143 bytes --]

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

end of thread, other threads:[~2020-06-05 18:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-04 12:12 [meta-python][PATCH 1/6] python3-dateutil: Consolidate in a single file Leon Anavi
2020-06-04 12:12 ` [meta-python][PATCH 2/6] python3-dnspython: " Leon Anavi
2020-06-05 17:26   ` [oe] " Trevor Gamblin
2020-06-04 12:12 ` [meta-python][PATCH 3/6] python3-future: " Leon Anavi
2020-06-05 17:26   ` [oe] " Trevor Gamblin
2020-06-04 12:12 ` [meta-python][PATCH 4/6] python3-requests-futures: Upgrade 0.9.5 -> 1.0.0 Leon Anavi
2020-06-05 17:26   ` [oe] " Trevor Gamblin
2020-06-04 12:12 ` [meta-python][PATCH 5/6] python3-greenlet: Consolidate in a single file Leon Anavi
2020-06-05 17:26   ` [oe] " Trevor Gamblin
2020-06-04 12:12 ` [meta-python][PATCH 6/6] python3-html2text: Upgrade 2019.8.11 -> 2020.1.16 Leon Anavi
2020-06-05 18:15   ` [oe] " Trevor Gamblin
2020-06-05 17:25 ` [oe] [meta-python][PATCH 1/6] python3-dateutil: Consolidate in a single file Trevor Gamblin

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.