All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 00/16] Drop python3-pytest and others
@ 2020-11-28 19:46 Tim Orling
  2020-11-28 19:46 ` [meta-python][PATCH 01/16] python3-atomicwrites: drop (moved to oe-core) Tim Orling
                   ` (16 more replies)
  0 siblings, 17 replies; 34+ messages in thread
From: Tim Orling @ 2020-11-28 19:46 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <ticotimo@gmail.com>

Once the 2 series for moving python3-pytest and the numpy ptest
dependencies from meta-python are merged to openembedded-core, this
series drops the moved recipes.

The following changes since commit d9874ce27c7a2ff3ed2a3a2e5f6de810f10421ae:

  python3-transitions: Upgrade 0.8.4 -> 0.8.5 (2020-11-27 11:54:04 -0800)

are available in the Git repository at:

  git://git.openembedded.org/meta-openembedded-contrib timo/drop-moved-python-modules
  http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=timo/drop-moved-python-modules

Tim Orling (16):
  python3-atomicwrites: drop (moved to oe-core)
  python3-attrs: drop (moved to oe-core)
  python3-iniconfig: drop (moved to oe-core)
  python3-more-itertools: drop (moved to oe-core)
  python3-pathlib2: drop (moved to oe-core)
  python3-toml: drop (moved to oe-core)
  python3-py: drop (moved to oe-core)
  python3-setuptools-scm: drop (moved to oe-core)
  python3-packaging: drop (moved to oe-core)
  python3-wcwidth: drop (moved to oe-core)
  python3-zipp: drop (moved to oe-core)
  python3-importlib-metadata: drop (moved to oe-core)
  python3-pluggy: drop (moved to oe-core)
  python3-pytest: drop (moved to oe-core)
  python3-hypothesis: drop (moved to oe-core)
  python3-sortedcontainers: drop (moved to oe-core)

 .../python/python3-atomicwrites/run-ptest     |  3 --
 .../python/python3-atomicwrites_1.4.0.bb      | 25 ------------
 .../python/python3-attrs_20.3.0.bb            | 20 ----------
 .../python/python3-hypothesis_5.41.3.bb       | 14 -------
 .../python3-importlib-metadata_2.0.0.bb       | 18 ---------
 .../python/python3-iniconfig_1.1.1.bb         |  9 -----
 .../python/python3-more-itertools/run-ptest   |  3 --
 .../python/python3-more-itertools_8.5.0.bb    | 24 ------------
 .../python/python3-packaging_20.4.bb          | 14 -------
 .../python/python3-pathlib2_2.3.5.bb          | 13 -------
 .../python/python3-pluggy/run-ptest           |  3 --
 .../python/python3-pluggy_0.13.1.bb           | 27 -------------
 .../python/python3-py_1.9.0.bb                | 15 -------
 ...he-setup_requires-for-setuptools-scm.patch | 39 -------------------
 .../python/python3-pytest_6.1.2.bb            | 38 ------------------
 .../python/python3-setuptools-scm_4.1.2.bb    | 21 ----------
 .../python/python3-sortedcontainers_2.3.0.bb  |  9 -----
 .../python/python3-toml_0.10.2.bb             | 15 -------
 .../python/python3-wcwidth/run-ptest          |  3 --
 .../python/python3-wcwidth_0.2.5.bb           | 25 ------------
 .../python/python3-zipp_3.4.0.bb              | 19 ---------
 21 files changed, 357 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-atomicwrites/run-ptest
 delete mode 100644 meta-python/recipes-devtools/python/python3-atomicwrites_1.4.0.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-attrs_20.3.0.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-hypothesis_5.41.3.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-importlib-metadata_2.0.0.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-iniconfig_1.1.1.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-more-itertools/run-ptest
 delete mode 100644 meta-python/recipes-devtools/python/python3-more-itertools_8.5.0.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-packaging_20.4.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-pathlib2_2.3.5.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-pluggy/run-ptest
 delete mode 100644 meta-python/recipes-devtools/python/python3-pluggy_0.13.1.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-py_1.9.0.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-pytest/0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch
 delete mode 100644 meta-python/recipes-devtools/python/python3-pytest_6.1.2.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-toml_0.10.2.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-wcwidth/run-ptest
 delete mode 100644 meta-python/recipes-devtools/python/python3-wcwidth_0.2.5.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-zipp_3.4.0.bb

-- 
2.25.0


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

* [meta-python][PATCH 01/16] python3-atomicwrites: drop (moved to oe-core)
  2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
@ 2020-11-28 19:46 ` Tim Orling
  2020-12-02 14:09   ` [oe] " Trevor Gamblin
  2020-11-28 19:46 ` [meta-python][PATCH 02/16] python3-attrs: " Tim Orling
                   ` (15 subsequent siblings)
  16 siblings, 1 reply; 34+ messages in thread
From: Tim Orling @ 2020-11-28 19:46 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <ticotimo@gmail.com>

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 .../python/python3-atomicwrites/run-ptest     |  3 ---
 .../python/python3-atomicwrites_1.4.0.bb      | 25 -------------------
 2 files changed, 28 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-atomicwrites/run-ptest
 delete mode 100644 meta-python/recipes-devtools/python/python3-atomicwrites_1.4.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-atomicwrites/run-ptest b/meta-python/recipes-devtools/python/python3-atomicwrites/run-ptest
deleted file mode 100644
index b63c4de0d9..0000000000
--- a/meta-python/recipes-devtools/python/python3-atomicwrites/run-ptest
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-pytest -o log_cli=true -o log_cli_level=INFO | sed -e 's/\[...%\]//g'| sed -e 's/PASSED/PASS/g'| sed -e 's/FAILED/FAIL/g'|sed -e 's/SKIPPED/SKIP/g'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS"){printf "%s: %s\n", $NF, $0}else{print}}'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS") {$NF="";print $0}else{print}}'
diff --git a/meta-python/recipes-devtools/python/python3-atomicwrites_1.4.0.bb b/meta-python/recipes-devtools/python/python3-atomicwrites_1.4.0.bb
deleted file mode 100644
index 7edd41030f..0000000000
--- a/meta-python/recipes-devtools/python/python3-atomicwrites_1.4.0.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "Powerful Python library for atomic file writes"
-HOMEPAGE = "https://github.com/untitaker/python-atomicwrites"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=91cc36cfafeefb7863673bcfcb1d4da4"
-
-SRC_URI[md5sum] = "b5cc15c8f9f180a48665f9aacf91d817"
-SRC_URI[sha256sum] = "ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"
-
-inherit pypi setuptools3 ptest
-
-SRC_URI += " \
-	file://run-ptest \
-"
-
-RDEPENDS_${PN}-ptest += " \
-	${PYTHON_PN}-pytest \
-	${PYTHON_PN}-unixadmin \
-"
-
-do_install_ptest() {
-	install -d ${D}${PTEST_PATH}/tests
-	cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
-}
-
-RDEPENDS_${PN} = "${PYTHON_PN}-misc"
-- 
2.25.0


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

* [meta-python][PATCH 02/16] python3-attrs: drop (moved to oe-core)
  2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
  2020-11-28 19:46 ` [meta-python][PATCH 01/16] python3-atomicwrites: drop (moved to oe-core) Tim Orling
@ 2020-11-28 19:46 ` Tim Orling
  2020-12-02 14:09   ` [oe] " Trevor Gamblin
  2020-11-28 19:46 ` [meta-python][PATCH 03/16] python3-iniconfig: " Tim Orling
                   ` (14 subsequent siblings)
  16 siblings, 1 reply; 34+ messages in thread
From: Tim Orling @ 2020-11-28 19:46 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <ticotimo@gmail.com>

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 .../python/python3-attrs_20.3.0.bb            | 20 -------------------
 1 file changed, 20 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-attrs_20.3.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-attrs_20.3.0.bb b/meta-python/recipes-devtools/python/python3-attrs_20.3.0.bb
deleted file mode 100644
index 55cfda7180..0000000000
--- a/meta-python/recipes-devtools/python/python3-attrs_20.3.0.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Classes Without Boilerplate"
-HOMEPAGE = "http://www.attrs.org/"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff"
-
-SRC_URI[sha256sum] = "832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700"
-SRC_URI[md5sum] = "4fe38f89297b2b446d83190fce189f29"
-
-inherit pypi setuptools3
-
-RDEPENDS_${PN}_class-target += " \
-    ${PYTHON_PN}-crypt \
-    ${PYTHON_PN}-ctypes \
-"
-RDEPENDS_${PN}_class-nativesdk += " \
-    ${PYTHON_PN}-crypt \
-    ${PYTHON_PN}-ctypes \
-"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.0


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

* [meta-python][PATCH 03/16] python3-iniconfig: drop (moved to oe-core)
  2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
  2020-11-28 19:46 ` [meta-python][PATCH 01/16] python3-atomicwrites: drop (moved to oe-core) Tim Orling
  2020-11-28 19:46 ` [meta-python][PATCH 02/16] python3-attrs: " Tim Orling
@ 2020-11-28 19:46 ` Tim Orling
  2020-12-02 14:09   ` [oe] " Trevor Gamblin
  2020-11-28 19:46 ` [meta-python][PATCH 04/16] python3-more-itertools: " Tim Orling
                   ` (13 subsequent siblings)
  16 siblings, 1 reply; 34+ messages in thread
From: Tim Orling @ 2020-11-28 19:46 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <ticotimo@gmail.com>

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 .../recipes-devtools/python/python3-iniconfig_1.1.1.bb   | 9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-iniconfig_1.1.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-iniconfig_1.1.1.bb b/meta-python/recipes-devtools/python/python3-iniconfig_1.1.1.bb
deleted file mode 100644
index af4291bbf4..0000000000
--- a/meta-python/recipes-devtools/python/python3-iniconfig_1.1.1.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-SUMMARY = "A small and simple INI-file parser module"
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
-
-SRC_URI[md5sum] = "0b7f3be87481211c183eae095bcea6f1"
-SRC_URI[sha256sum] = "bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"
-
-inherit pypi setuptools3
-- 
2.25.0


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

* [meta-python][PATCH 04/16] python3-more-itertools: drop (moved to oe-core)
  2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
                   ` (2 preceding siblings ...)
  2020-11-28 19:46 ` [meta-python][PATCH 03/16] python3-iniconfig: " Tim Orling
@ 2020-11-28 19:46 ` Tim Orling
  2020-12-02 14:09   ` [oe] " Trevor Gamblin
  2020-11-28 19:46 ` [meta-python][PATCH 05/16] python3-pathlib2: " Tim Orling
                   ` (12 subsequent siblings)
  16 siblings, 1 reply; 34+ messages in thread
From: Tim Orling @ 2020-11-28 19:46 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <ticotimo@gmail.com>

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 .../python/python3-more-itertools/run-ptest   |  3 ---
 .../python/python3-more-itertools_8.5.0.bb    | 24 -------------------
 2 files changed, 27 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-more-itertools/run-ptest
 delete mode 100644 meta-python/recipes-devtools/python/python3-more-itertools_8.5.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-more-itertools/run-ptest b/meta-python/recipes-devtools/python/python3-more-itertools/run-ptest
deleted file mode 100644
index 3385d68939..0000000000
--- a/meta-python/recipes-devtools/python/python3-more-itertools/run-ptest
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-pytest -o log_cli=true -o log_cli_level=INFO | sed -e 's/\[...%\]//g'| sed -e 's/PASSED/PASS/g'| sed -e 's/FAILED/FAIL/g'|sed -e 's/SKIPED/SKIP/g'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS"){printf "%s: %s\n", $NF, $0}else{print}}'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS") {$NF="";print $0}else{print}}'
diff --git a/meta-python/recipes-devtools/python/python3-more-itertools_8.5.0.bb b/meta-python/recipes-devtools/python/python3-more-itertools_8.5.0.bb
deleted file mode 100644
index e924b0f731..0000000000
--- a/meta-python/recipes-devtools/python/python3-more-itertools_8.5.0.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "More routines for operating on iterables, beyond itertools"
-HOMEPAGE = "https://github.com/erikrose/more-itertools"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5"
-
-SRC_URI[md5sum] = "2588b5a7042576b99574779582be9292"
-SRC_URI[sha256sum] = "6f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20"
-
-inherit pypi setuptools3 ptest
-
-BBCLASSEXTEND = "native nativesdk"
-
-SRC_URI += " \
-	file://run-ptest \
-"
-
-RDEPENDS_${PN}-ptest += " \
-	${PYTHON_PN}-pytest \
-"
-
-do_install_ptest() {
-	install -d ${D}${PTEST_PATH}/tests
-	cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
-}
-- 
2.25.0


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

* [meta-python][PATCH 05/16] python3-pathlib2: drop (moved to oe-core)
  2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
                   ` (3 preceding siblings ...)
  2020-11-28 19:46 ` [meta-python][PATCH 04/16] python3-more-itertools: " Tim Orling
@ 2020-11-28 19:46 ` Tim Orling
  2020-12-02 14:09   ` [oe] " Trevor Gamblin
  2020-11-28 19:46 ` [meta-python][PATCH 06/16] python3-toml: " Tim Orling
                   ` (11 subsequent siblings)
  16 siblings, 1 reply; 34+ messages in thread
From: Tim Orling @ 2020-11-28 19:46 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <ticotimo@gmail.com>

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 .../python/python3-pathlib2_2.3.5.bb                | 13 -------------
 1 file changed, 13 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-pathlib2_2.3.5.bb

diff --git a/meta-python/recipes-devtools/python/python3-pathlib2_2.3.5.bb b/meta-python/recipes-devtools/python/python3-pathlib2_2.3.5.bb
deleted file mode 100644
index a022701ad0..0000000000
--- a/meta-python/recipes-devtools/python/python3-pathlib2_2.3.5.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "Object-oriented filesystem paths"
-HOMEPAGE = "https://github.com/mcmtroffaes/pathlib2"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=042856c23a3e903b33bf361ea1cbe29a"
-
-SRC_URI[md5sum] = "f2bd0a363eb0f8fa0556f35c1d9e66fb"
-SRC_URI[sha256sum] = "6cd9a47b597b37cc57de1c05e56fb1a1c9cc9fab04fe78c29acd090418529868"
-
-inherit pypi setuptools3
-
-RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-ctypes"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.0


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

* [meta-python][PATCH 06/16] python3-toml: drop (moved to oe-core)
  2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
                   ` (4 preceding siblings ...)
  2020-11-28 19:46 ` [meta-python][PATCH 05/16] python3-pathlib2: " Tim Orling
@ 2020-11-28 19:46 ` Tim Orling
  2020-12-02 14:09   ` [oe] " Trevor Gamblin
  2020-11-28 19:46 ` [meta-python][PATCH 07/16] python3-py: " Tim Orling
                   ` (10 subsequent siblings)
  16 siblings, 1 reply; 34+ messages in thread
From: Tim Orling @ 2020-11-28 19:46 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <ticotimo@gmail.com>

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 .../python/python3-toml_0.10.2.bb                 | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-toml_0.10.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-toml_0.10.2.bb b/meta-python/recipes-devtools/python/python3-toml_0.10.2.bb
deleted file mode 100644
index b46eba6fd1..0000000000
--- a/meta-python/recipes-devtools/python/python3-toml_0.10.2.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "Python Library for Tom's Obvious, Minimal Language"
-HOMEPAGE = "https://github.com/uiri/toml"
-LICENSE = "MIT"
-SECTION = "devel/python"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=16c77b2b1050d2f03cb9c2ed0edaf4f0"
-
-SRC_URI[sha256sum] = "b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"
-
-inherit pypi setuptools3
-
-BBCLASSEXTEND = "native nativesdk"
-
-RDEPENDS_${PN} += " \
-    ${PYTHON_PN}-misc \
-"
-- 
2.25.0


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

* [meta-python][PATCH 07/16] python3-py: drop (moved to oe-core)
  2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
                   ` (5 preceding siblings ...)
  2020-11-28 19:46 ` [meta-python][PATCH 06/16] python3-toml: " Tim Orling
@ 2020-11-28 19:46 ` Tim Orling
  2020-12-02 14:10   ` [oe] " Trevor Gamblin
  2020-11-28 19:46 ` [meta-python][PATCH 08/16] python3-setuptools-scm: " Tim Orling
                   ` (9 subsequent siblings)
  16 siblings, 1 reply; 34+ messages in thread
From: Tim Orling @ 2020-11-28 19:46 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <ticotimo@gmail.com>

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 .../recipes-devtools/python/python3-py_1.9.0.bb   | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-py_1.9.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-py_1.9.0.bb b/meta-python/recipes-devtools/python/python3-py_1.9.0.bb
deleted file mode 100644
index 794ec2a87e..0000000000
--- a/meta-python/recipes-devtools/python/python3-py_1.9.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "Library with cross-python path, ini-parsing, io, code, log facilities"
-HOMEPAGE = "http://py.readthedocs.io/"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
-
-SRC_URI[md5sum] = "b80db4e61eef724f49feb4d20b649e62"
-SRC_URI[sha256sum] = "9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342"
-
-DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
-
-inherit pypi setuptools3
-
-BBCLASSEXTEND = "native nativesdk"
-
-RDEPENDS_${PN} += "${PYTHON_PN}-netclient"
-- 
2.25.0


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

* [meta-python][PATCH 08/16] python3-setuptools-scm: drop (moved to oe-core)
  2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
                   ` (6 preceding siblings ...)
  2020-11-28 19:46 ` [meta-python][PATCH 07/16] python3-py: " Tim Orling
@ 2020-11-28 19:46 ` Tim Orling
  2020-12-02 14:10   ` [oe] " Trevor Gamblin
  2020-11-28 19:46 ` [meta-python][PATCH 09/16] python3-packaging: " Tim Orling
                   ` (8 subsequent siblings)
  16 siblings, 1 reply; 34+ messages in thread
From: Tim Orling @ 2020-11-28 19:46 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <ticotimo@gmail.com>

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 .../python/python3-setuptools-scm_4.1.2.bb    | 21 -------------------
 1 file changed, 21 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb b/meta-python/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb
deleted file mode 100644
index 4ebbac6b65..0000000000
--- a/meta-python/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-SUMMARY = "the blessed package to manage your versions by scm tags"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
-
-SRC_URI[md5sum] = "e6c9fad17c90516d640868eb833d5150"
-SRC_URI[sha256sum] = "a8994582e716ec690f33fec70cca0f85bd23ec974e3f783233e4879090a7faa8"
-
-PYPI_PACKAGE = "setuptools_scm"
-inherit pypi setuptools3
-
-RDEPENDS_${PN} = "\
-    ${PYTHON_PN}-debugger \
-    ${PYTHON_PN}-json \
-    ${PYTHON_PN}-py \
-    ${PYTHON_PN}-setuptools \
-"
-RDEPENDS_${PN}_class-native = "\
-    ${PYTHON_PN}-setuptools-native \
-"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.0


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

* [meta-python][PATCH 09/16] python3-packaging: drop (moved to oe-core)
  2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
                   ` (7 preceding siblings ...)
  2020-11-28 19:46 ` [meta-python][PATCH 08/16] python3-setuptools-scm: " Tim Orling
@ 2020-11-28 19:46 ` Tim Orling
  2020-12-02 14:10   ` [oe] " Trevor Gamblin
  2020-11-28 19:46 ` [meta-python][PATCH 10/16] python3-wcwidth: " Tim Orling
                   ` (7 subsequent siblings)
  16 siblings, 1 reply; 34+ messages in thread
From: Tim Orling @ 2020-11-28 19:46 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <ticotimo@gmail.com>

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 .../python/python3-packaging_20.4.bb               | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-packaging_20.4.bb

diff --git a/meta-python/recipes-devtools/python/python3-packaging_20.4.bb b/meta-python/recipes-devtools/python/python3-packaging_20.4.bb
deleted file mode 100644
index c75707e69c..0000000000
--- a/meta-python/recipes-devtools/python/python3-packaging_20.4.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "Core utilities for Python packages"
-HOMEPAGE = "https://github.com/pypa/packaging"
-LICENSE = "Apache-2.0 & BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
-
-SRC_URI[md5sum] = "3208229da731c5d8e29d4d8941e75005"
-SRC_URI[sha256sum] = "4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"
-
-inherit pypi setuptools3
-
-BBCLASSEXTEND = "native"
-
-DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
-RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing"
-- 
2.25.0


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

* [meta-python][PATCH 10/16] python3-wcwidth: drop (moved to oe-core)
  2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
                   ` (8 preceding siblings ...)
  2020-11-28 19:46 ` [meta-python][PATCH 09/16] python3-packaging: " Tim Orling
@ 2020-11-28 19:46 ` Tim Orling
  2020-12-02 14:10   ` [oe] " Trevor Gamblin
  2020-11-28 19:46 ` [meta-python][PATCH 11/16] python3-zipp: " Tim Orling
                   ` (6 subsequent siblings)
  16 siblings, 1 reply; 34+ messages in thread
From: Tim Orling @ 2020-11-28 19:46 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <ticotimo@gmail.com>

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 .../python/python3-wcwidth/run-ptest          |  3 ---
 .../python/python3-wcwidth_0.2.5.bb           | 25 -------------------
 2 files changed, 28 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-wcwidth/run-ptest
 delete mode 100644 meta-python/recipes-devtools/python/python3-wcwidth_0.2.5.bb

diff --git a/meta-python/recipes-devtools/python/python3-wcwidth/run-ptest b/meta-python/recipes-devtools/python/python3-wcwidth/run-ptest
deleted file mode 100644
index b63c4de0d9..0000000000
--- a/meta-python/recipes-devtools/python/python3-wcwidth/run-ptest
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-pytest -o log_cli=true -o log_cli_level=INFO | sed -e 's/\[...%\]//g'| sed -e 's/PASSED/PASS/g'| sed -e 's/FAILED/FAIL/g'|sed -e 's/SKIPPED/SKIP/g'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS"){printf "%s: %s\n", $NF, $0}else{print}}'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS") {$NF="";print $0}else{print}}'
diff --git a/meta-python/recipes-devtools/python/python3-wcwidth_0.2.5.bb b/meta-python/recipes-devtools/python/python3-wcwidth_0.2.5.bb
deleted file mode 100644
index bb4aae2e86..0000000000
--- a/meta-python/recipes-devtools/python/python3-wcwidth_0.2.5.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-SUMMARY = "Library for building powerful interactive command lines in Python"
-DESCRIPTION = "Measures the displayed width of unicode strings in a terminal"
-HOMEPAGE = "https://github.com/jquast/wcwidth"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=b15979c39a2543892fca8cd86b4b52cb"
-
-SRC_URI[md5sum] = "a07a75f99d316e14838ac760c831ea37"
-SRC_URI[sha256sum] = "c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"
-
-inherit pypi setuptools3 ptest
-
-SRC_URI += " \
-        file://run-ptest \
-"
-
-RDEPENDS_${PN}-ptest += " \
-       ${PYTHON_PN}-pytest \
-"
-
-do_install_ptest() {
-      install -d ${D}${PTEST_PATH}/tests
-        cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
-}
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.0


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

* [meta-python][PATCH 11/16] python3-zipp: drop (moved to oe-core)
  2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
                   ` (9 preceding siblings ...)
  2020-11-28 19:46 ` [meta-python][PATCH 10/16] python3-wcwidth: " Tim Orling
@ 2020-11-28 19:46 ` Tim Orling
  2020-12-02 14:11   ` [oe] " Trevor Gamblin
  2020-11-28 19:46 ` [meta-python][PATCH 12/16] python3-importlib-metadata: " Tim Orling
                   ` (5 subsequent siblings)
  16 siblings, 1 reply; 34+ messages in thread
From: Tim Orling @ 2020-11-28 19:46 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <ticotimo@gmail.com>

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 .../python/python3-zipp_3.4.0.bb              | 19 -------------------
 1 file changed, 19 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-zipp_3.4.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-zipp_3.4.0.bb b/meta-python/recipes-devtools/python/python3-zipp_3.4.0.bb
deleted file mode 100644
index 97523e8e7c..0000000000
--- a/meta-python/recipes-devtools/python/python3-zipp_3.4.0.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "Backport of pathlib-compatible object wrapper for zip files"
-HOMEPAGE = "https://github.com/jaraco/zipp"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
-
-SRC_URI[md5sum] = "ae81f228995578b840d76d1b7d87fede"
-SRC_URI[sha256sum] = "ed5eee1974372595f9e416cc7bbeeb12335201d8081ca8a0743c954d4446e5cb"
-
-DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
-
-inherit pypi setuptools3
-
-DEPENDS += "${PYTHON_PN}-toml-native"
-
-RDEPENDS_${PN} += "${PYTHON_PN}-compression \
-                   ${PYTHON_PN}-math \
-                   ${PYTHON_PN}-more-itertools"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.0


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

* [meta-python][PATCH 12/16] python3-importlib-metadata: drop (moved to oe-core)
  2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
                   ` (10 preceding siblings ...)
  2020-11-28 19:46 ` [meta-python][PATCH 11/16] python3-zipp: " Tim Orling
@ 2020-11-28 19:46 ` Tim Orling
  2020-12-02 14:11   ` [oe] " Trevor Gamblin
  2020-11-28 19:46 ` [meta-python][PATCH 13/16] python3-pluggy: " Tim Orling
                   ` (4 subsequent siblings)
  16 siblings, 1 reply; 34+ messages in thread
From: Tim Orling @ 2020-11-28 19:46 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <ticotimo@gmail.com>

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 .../python/python3-importlib-metadata_2.0.0.bb | 18 ------------------
 1 file changed, 18 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-importlib-metadata_2.0.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-importlib-metadata_2.0.0.bb b/meta-python/recipes-devtools/python/python3-importlib-metadata_2.0.0.bb
deleted file mode 100644
index 325a41c22e..0000000000
--- a/meta-python/recipes-devtools/python/python3-importlib-metadata_2.0.0.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Read metadata from Python packages"
-HOMEPAGE = "https://pypi.org/project/importlib-metadata/"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e88ae122f3925d8bde8319060f2ddb8e"
-
-inherit pypi setuptools3
-
-SRC_URI = "https://files.pythonhosted.org/packages/56/1f/74c3e29389d34feea2d62ba3de1169efea2566eb22e9546d379756860525/importlib_metadata-2.0.0.tar.gz"
-S = "${WORKDIR}/importlib_metadata-${PV}"
-SRC_URI[md5sum] = "3dd91821c930a3c3633e99a7025aa9c2"
-SRC_URI[sha256sum] = "77a540690e24b0305878c37ffd421785a6f7e53c8b5720d211b211de8d0e95da"
-
-DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
-RDEPENDS_${PN} += "${PYTHON_PN}-zipp ${PYTHON_PN}-pathlib2"
-RDEPENDS_${PN}_append_class-target = " python3-misc"
-RDEPENDS_${PN}_append_class-nativesdk = " python3-misc"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.0


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

* [meta-python][PATCH 13/16] python3-pluggy: drop (moved to oe-core)
  2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
                   ` (11 preceding siblings ...)
  2020-11-28 19:46 ` [meta-python][PATCH 12/16] python3-importlib-metadata: " Tim Orling
@ 2020-11-28 19:46 ` Tim Orling
  2020-12-02 14:11   ` [oe] " Trevor Gamblin
  2020-11-28 19:46 ` [meta-python][PATCH 14/16] python3-pytest: " Tim Orling
                   ` (3 subsequent siblings)
  16 siblings, 1 reply; 34+ messages in thread
From: Tim Orling @ 2020-11-28 19:46 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <ticotimo@gmail.com>

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 .../python/python3-pluggy/run-ptest           |  3 ---
 .../python/python3-pluggy_0.13.1.bb           | 27 -------------------
 2 files changed, 30 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-pluggy/run-ptest
 delete mode 100644 meta-python/recipes-devtools/python/python3-pluggy_0.13.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-pluggy/run-ptest b/meta-python/recipes-devtools/python/python3-pluggy/run-ptest
deleted file mode 100644
index b63c4de0d9..0000000000
--- a/meta-python/recipes-devtools/python/python3-pluggy/run-ptest
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-pytest -o log_cli=true -o log_cli_level=INFO | sed -e 's/\[...%\]//g'| sed -e 's/PASSED/PASS/g'| sed -e 's/FAILED/FAIL/g'|sed -e 's/SKIPPED/SKIP/g'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS"){printf "%s: %s\n", $NF, $0}else{print}}'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS") {$NF="";print $0}else{print}}'
diff --git a/meta-python/recipes-devtools/python/python3-pluggy_0.13.1.bb b/meta-python/recipes-devtools/python/python3-pluggy_0.13.1.bb
deleted file mode 100644
index d3e0365ca1..0000000000
--- a/meta-python/recipes-devtools/python/python3-pluggy_0.13.1.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-SUMMARY = "Plugin and hook calling mechanisms for python"
-HOMEPAGE = "https://github.com/pytest-dev/pluggy"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1c8206d16fd5cc02fa9b0bb98955e5c2"
-
-SRC_URI[md5sum] = "7f610e28b8b34487336b585a3dfb803d"
-SRC_URI[sha256sum] = "15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"
-
-DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
-RDEPENDS_${PN} += "${PYTHON_PN}-importlib-metadata \
-                   ${PYTHON_PN}-more-itertools \
-"
-
-inherit pypi ptest setuptools3
-
-SRC_URI += " \
-	file://run-ptest \
-"
-
-RDEPENDS_${PN}-ptest += " \
-	${PYTHON_PN}-pytest \
-"
-
-do_install_ptest() {
-	install -d ${D}${PTEST_PATH}/testing
-	cp -rf ${S}/testing/* ${D}${PTEST_PATH}/testing/
-}
-- 
2.25.0


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

* [meta-python][PATCH 14/16] python3-pytest: drop (moved to oe-core)
  2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
                   ` (12 preceding siblings ...)
  2020-11-28 19:46 ` [meta-python][PATCH 13/16] python3-pluggy: " Tim Orling
@ 2020-11-28 19:46 ` Tim Orling
  2020-12-02 14:11   ` [oe] " Trevor Gamblin
  2020-11-28 19:46 ` [meta-python][PATCH 15/16] python3-hypothesis: " Tim Orling
                   ` (2 subsequent siblings)
  16 siblings, 1 reply; 34+ messages in thread
From: Tim Orling @ 2020-11-28 19:46 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <ticotimo@gmail.com>

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 ...he-setup_requires-for-setuptools-scm.patch | 39 -------------------
 .../python/python3-pytest_6.1.2.bb            | 38 ------------------
 2 files changed, 77 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-pytest/0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch
 delete mode 100644 meta-python/recipes-devtools/python/python3-pytest_6.1.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-pytest/0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch b/meta-python/recipes-devtools/python/python3-pytest/0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch
deleted file mode 100644
index 8c5c17247e..0000000000
--- a/meta-python/recipes-devtools/python/python3-pytest/0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From ff784f4803ab33f5e3389e40d038d52d1e211843 Mon Sep 17 00:00:00 2001
-From: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
-Date: Wed, 28 Aug 2019 16:12:27 +0900
-Subject: [PATCH] [PATCH] setup.py: remove the setup_requires for
- setuptools-scm
-
-The setup_requires argument forces the download of the egg file for setuptools-scm
-during the do_compile phase.  This download is incompatible with the typical fetch
-and mirror structure.  The only usage of scm is the generation of the _version.py
-file and in the release tarball it is already correctly created
-
-Upstream-Status: Inappropriate [oe specific]
-
-Signed-off-by: Derek Straka <derek@asterius.io>
-
-Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
-
-Rebase for pytest 6.1.0.
-
-Signed-off-by: Kai Kang <kai.kang@windriver.com>
----
- setup.cfg | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/setup.cfg b/setup.cfg
-index 60f6564..c4d1471 100644
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -55,7 +55,6 @@ package_dir =
- 	=src
- setup_requires = 
- 	setuptools>=40.0
--	setuptools-scm
- zip_safe = no
- 
- [options.entry_points]
--- 
-2.17.1
-
diff --git a/meta-python/recipes-devtools/python/python3-pytest_6.1.2.bb b/meta-python/recipes-devtools/python/python3-pytest_6.1.2.bb
deleted file mode 100644
index 6872da5cfa..0000000000
--- a/meta-python/recipes-devtools/python/python3-pytest_6.1.2.bb
+++ /dev/null
@@ -1,38 +0,0 @@
-SUMMARY = "Simple powerful testing with python"
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b"
-
-SRC_URI_append = " file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch "
-
-SRC_URI[sha256sum] = "c0a7e94a8cdbc5422a51ccdad8e6f1024795939cc89159a0ae7f0b316ad3823e"
-
-inherit update-alternatives pypi setuptools3
-
-RDEPENDS_${PN}_class-target += " \
-    ${PYTHON_PN}-attrs \
-    ${PYTHON_PN}-debugger \
-    ${PYTHON_PN}-doctest \
-    ${PYTHON_PN}-iniconfig \
-    ${PYTHON_PN}-json \
-    ${PYTHON_PN}-pluggy \
-    ${PYTHON_PN}-py \
-    ${PYTHON_PN}-setuptools \
-    ${PYTHON_PN}-six \
-    ${PYTHON_PN}-atomicwrites \
-    ${PYTHON_PN}-importlib-metadata \
-    ${PYTHON_PN}-pathlib2 \
-    ${PYTHON_PN}-wcwidth \
-    ${PYTHON_PN}-more-itertools \
-    ${PYTHON_PN}-packaging \
-"
-
-ALTERNATIVE_${PN} += "py.test pytest"
-
-NATIVE_LINK_NAME[pytest] = "${bindir}/pytest"
-ALTERNATIVE_TARGET[pytest] = "${bindir}/pytest"
-
-ALTERNATIVE_LINK_NAME[py.test] = "${bindir}/py.test"
-ALTERNATIVE_TARGET[py.test] = "${bindir}/py.test"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.0


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

* [meta-python][PATCH 15/16] python3-hypothesis: drop (moved to oe-core)
  2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
                   ` (13 preceding siblings ...)
  2020-11-28 19:46 ` [meta-python][PATCH 14/16] python3-pytest: " Tim Orling
@ 2020-11-28 19:46 ` Tim Orling
  2020-12-02 14:11   ` [oe] " Trevor Gamblin
  2020-11-28 19:46 ` [meta-python][PATCH 16/16] python3-sortedcontainers: " Tim Orling
  2020-12-02 14:08 ` [oe] [meta-python][PATCH 00/16] Drop python3-pytest and others Trevor Gamblin
  16 siblings, 1 reply; 34+ messages in thread
From: Tim Orling @ 2020-11-28 19:46 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <ticotimo@gmail.com>

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 .../python/python3-hypothesis_5.41.3.bb            | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-hypothesis_5.41.3.bb

diff --git a/meta-python/recipes-devtools/python/python3-hypothesis_5.41.3.bb b/meta-python/recipes-devtools/python/python3-hypothesis_5.41.3.bb
deleted file mode 100644
index b7bf15c31e..0000000000
--- a/meta-python/recipes-devtools/python/python3-hypothesis_5.41.3.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-SUMMARY = "A library for property-based testing"
-HOMEPAGE = "https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python"
-LICENSE = "MPL-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4ee62c16ebd0f4f99d906f36b7de8c3c"
-
-PYPI_PACKAGE = "hypothesis"
-
-inherit pypi setuptools3
-
-SRC_URI[sha256sum] = "6a3471ff74864ab04a0650c75500ef15f2f4a901d49ccbb7cbec668365736688"
-
-RDEPENDS_${PN} += "python3-core"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.0


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

* [meta-python][PATCH 16/16] python3-sortedcontainers: drop (moved to oe-core)
  2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
                   ` (14 preceding siblings ...)
  2020-11-28 19:46 ` [meta-python][PATCH 15/16] python3-hypothesis: " Tim Orling
@ 2020-11-28 19:46 ` Tim Orling
  2020-12-02 14:12   ` [oe] " Trevor Gamblin
  2020-12-02 14:08 ` [oe] [meta-python][PATCH 00/16] Drop python3-pytest and others Trevor Gamblin
  16 siblings, 1 reply; 34+ messages in thread
From: Tim Orling @ 2020-11-28 19:46 UTC (permalink / raw)
  To: openembedded-devel

From: Tim Orling <ticotimo@gmail.com>

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 .../python/python3-sortedcontainers_2.3.0.bb             | 9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb b/meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb
deleted file mode 100644
index 6060c03723..0000000000
--- a/meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-SUMMARY = "Sorted Containers is an Apache2 licensed sorted collections library, written in pure-Python, and fast as C-extensions."
-HOMEPAGE = "http://www.grantjenks.com/docs/sortedcontainers/"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=7c7c6a1a12ec816da16c1839137d53ae"
-
-inherit pypi setuptools3
-SRC_URI[sha256sum] = "59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.0


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

* Re: [oe] [meta-python][PATCH 00/16] Drop python3-pytest and others
  2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
                   ` (15 preceding siblings ...)
  2020-11-28 19:46 ` [meta-python][PATCH 16/16] python3-sortedcontainers: " Tim Orling
@ 2020-12-02 14:08 ` Trevor Gamblin
  16 siblings, 0 replies; 34+ messages in thread
From: Trevor Gamblin @ 2020-12-02 14:08 UTC (permalink / raw)
  To: Tim Orling, openembedded-devel

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


On 2020-11-28 2:46 p.m., Tim Orling wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> From: Tim Orling <ticotimo@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
>
> Once the 2 series for moving python3-pytest and the numpy ptest
> dependencies from meta-python are merged to openembedded-core, this
> series drops the moved recipes.
>
> The following changes since commit d9874ce27c7a2ff3ed2a3a2e5f6de810f10421ae:
>
>    python3-transitions: Upgrade 0.8.4 -> 0.8.5 (2020-11-27 11:54:04 -0800)
>
> are available in the Git repository at:
>
>    git://git.openembedded.org/meta-openembedded-contrib timo/drop-moved-python-modules
>    http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=timo/drop-moved-python-modules
>
> Tim Orling (16):
>    python3-atomicwrites: drop (moved to oe-core)
>    python3-attrs: drop (moved to oe-core)
>    python3-iniconfig: drop (moved to oe-core)
>    python3-more-itertools: drop (moved to oe-core)
>    python3-pathlib2: drop (moved to oe-core)
>    python3-toml: drop (moved to oe-core)
>    python3-py: drop (moved to oe-core)
>    python3-setuptools-scm: drop (moved to oe-core)
>    python3-packaging: drop (moved to oe-core)
>    python3-wcwidth: drop (moved to oe-core)
>    python3-zipp: drop (moved to oe-core)
>    python3-importlib-metadata: drop (moved to oe-core)
>    python3-pluggy: drop (moved to oe-core)
>    python3-pytest: drop (moved to oe-core)
>    python3-hypothesis: drop (moved to oe-core)
>    python3-sortedcontainers: drop (moved to oe-core)
>
>   .../python/python3-atomicwrites/run-ptest     |  3 --
>   .../python/python3-atomicwrites_1.4.0.bb      | 25 ------------
>   .../python/python3-attrs_20.3.0.bb            | 20 ----------
>   .../python/python3-hypothesis_5.41.3.bb       | 14 -------
>   .../python3-importlib-metadata_2.0.0.bb       | 18 ---------
>   .../python/python3-iniconfig_1.1.1.bb         |  9 -----
>   .../python/python3-more-itertools/run-ptest   |  3 --
>   .../python/python3-more-itertools_8.5.0.bb    | 24 ------------
>   .../python/python3-packaging_20.4.bb          | 14 -------
>   .../python/python3-pathlib2_2.3.5.bb          | 13 -------
>   .../python/python3-pluggy/run-ptest           |  3 --
>   .../python/python3-pluggy_0.13.1.bb           | 27 -------------
>   .../python/python3-py_1.9.0.bb                | 15 -------
>   ...he-setup_requires-for-setuptools-scm.patch | 39 -------------------
>   .../python/python3-pytest_6.1.2.bb            | 38 ------------------
>   .../python/python3-setuptools-scm_4.1.2.bb    | 21 ----------
>   .../python/python3-sortedcontainers_2.3.0.bb  |  9 -----
>   .../python/python3-toml_0.10.2.bb             | 15 -------
>   .../python/python3-wcwidth/run-ptest          |  3 --
>   .../python/python3-wcwidth_0.2.5.bb           | 25 ------------
>   .../python/python3-zipp_3.4.0.bb              | 19 ---------
>   21 files changed, 357 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-atomicwrites/run-ptest
>   delete mode 100644 meta-python/recipes-devtools/python/python3-atomicwrites_1.4.0.bb
>   delete mode 100644 meta-python/recipes-devtools/python/python3-attrs_20.3.0.bb
>   delete mode 100644 meta-python/recipes-devtools/python/python3-hypothesis_5.41.3.bb
>   delete mode 100644 meta-python/recipes-devtools/python/python3-importlib-metadata_2.0.0.bb
>   delete mode 100644 meta-python/recipes-devtools/python/python3-iniconfig_1.1.1.bb
>   delete mode 100644 meta-python/recipes-devtools/python/python3-more-itertools/run-ptest
>   delete mode 100644 meta-python/recipes-devtools/python/python3-more-itertools_8.5.0.bb
>   delete mode 100644 meta-python/recipes-devtools/python/python3-packaging_20.4.bb
>   delete mode 100644 meta-python/recipes-devtools/python/python3-pathlib2_2.3.5.bb
>   delete mode 100644 meta-python/recipes-devtools/python/python3-pluggy/run-ptest
>   delete mode 100644 meta-python/recipes-devtools/python/python3-pluggy_0.13.1.bb
>   delete mode 100644 meta-python/recipes-devtools/python/python3-py_1.9.0.bb
>   delete mode 100644 meta-python/recipes-devtools/python/python3-pytest/0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch
>   delete mode 100644 meta-python/recipes-devtools/python/python3-pytest_6.1.2.bb
>   delete mode 100644 meta-python/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb
>   delete mode 100644 meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb
>   delete mode 100644 meta-python/recipes-devtools/python/python3-toml_0.10.2.bb
>   delete mode 100644 meta-python/recipes-devtools/python/python3-wcwidth/run-ptest
>   delete mode 100644 meta-python/recipes-devtools/python/python3-wcwidth_0.2.5.bb
>   delete mode 100644 meta-python/recipes-devtools/python/python3-zipp_3.4.0.bb
>
> --
> 2.25.0
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 01/16] python3-atomicwrites: drop (moved to oe-core)
  2020-11-28 19:46 ` [meta-python][PATCH 01/16] python3-atomicwrites: drop (moved to oe-core) Tim Orling
@ 2020-12-02 14:09   ` Trevor Gamblin
  0 siblings, 0 replies; 34+ messages in thread
From: Trevor Gamblin @ 2020-12-02 14:09 UTC (permalink / raw)
  To: Tim Orling, openembedded-devel

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


On 2020-11-28 2:46 p.m., Tim Orling wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> From: Tim Orling <ticotimo@gmail.com>
>
> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-atomicwrites/run-ptest     |  3 ---
>   .../python/python3-atomicwrites_1.4.0.bb      | 25 -------------------
>   2 files changed, 28 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-atomicwrites/run-ptest
>   delete mode 100644 meta-python/recipes-devtools/python/python3-atomicwrites_1.4.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-atomicwrites/run-ptest b/meta-python/recipes-devtools/python/python3-atomicwrites/run-ptest
> deleted file mode 100644
> index b63c4de0d9..0000000000
> --- a/meta-python/recipes-devtools/python/python3-atomicwrites/run-ptest
> +++ /dev/null
> @@ -1,3 +0,0 @@
> -#!/bin/sh
> -
> -pytest -o log_cli=true -o log_cli_level=INFO | sed -e 's/\[...%\]//g'| sed -e 's/PASSED/PASS/g'| sed -e 's/FAILED/FAIL/g'|sed -e 's/SKIPPED/SKIP/g'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS"){printf "%s: %s\n", $NF, $0}else{print}}'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS") {$NF="";print $0}else{print}}'
> diff --git a/meta-python/recipes-devtools/python/python3-atomicwrites_1.4.0.bb b/meta-python/recipes-devtools/python/python3-atomicwrites_1.4.0.bb
> deleted file mode 100644
> index 7edd41030f..0000000000
> --- a/meta-python/recipes-devtools/python/python3-atomicwrites_1.4.0.bb
> +++ /dev/null
> @@ -1,25 +0,0 @@
> -DESCRIPTION = "Powerful Python library for atomic file writes"
> -HOMEPAGE = "https://github.com/untitaker/python-atomicwrites"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=91cc36cfafeefb7863673bcfcb1d4da4"
> -
> -SRC_URI[md5sum] = "b5cc15c8f9f180a48665f9aacf91d817"
> -SRC_URI[sha256sum] = "ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"
> -
> -inherit pypi setuptools3 ptest
> -
> -SRC_URI += " \
> -       file://run-ptest \
> -"
> -
> -RDEPENDS_${PN}-ptest += " \
> -       ${PYTHON_PN}-pytest \
> -       ${PYTHON_PN}-unixadmin \
> -"
> -
> -do_install_ptest() {
> -       install -d ${D}${PTEST_PATH}/tests
> -       cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
> -}
> -
> -RDEPENDS_${PN} = "${PYTHON_PN}-misc"
> --
> 2.25.0
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 02/16] python3-attrs: drop (moved to oe-core)
  2020-11-28 19:46 ` [meta-python][PATCH 02/16] python3-attrs: " Tim Orling
@ 2020-12-02 14:09   ` Trevor Gamblin
  0 siblings, 0 replies; 34+ messages in thread
From: Trevor Gamblin @ 2020-12-02 14:09 UTC (permalink / raw)
  To: Tim Orling, openembedded-devel

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


On 2020-11-28 2:46 p.m., Tim Orling wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> From: Tim Orling <ticotimo@gmail.com>
>
> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-attrs_20.3.0.bb            | 20 -------------------
>   1 file changed, 20 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-attrs_20.3.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-attrs_20.3.0.bb b/meta-python/recipes-devtools/python/python3-attrs_20.3.0.bb
> deleted file mode 100644
> index 55cfda7180..0000000000
> --- a/meta-python/recipes-devtools/python/python3-attrs_20.3.0.bb
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -DESCRIPTION = "Classes Without Boilerplate"
> -HOMEPAGE = "http://www.attrs.org/"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff"
> -
> -SRC_URI[sha256sum] = "832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700"
> -SRC_URI[md5sum] = "4fe38f89297b2b446d83190fce189f29"
> -
> -inherit pypi setuptools3
> -
> -RDEPENDS_${PN}_class-target += " \
> -    ${PYTHON_PN}-crypt \
> -    ${PYTHON_PN}-ctypes \
> -"
> -RDEPENDS_${PN}_class-nativesdk += " \
> -    ${PYTHON_PN}-crypt \
> -    ${PYTHON_PN}-ctypes \
> -"
> -
> -BBCLASSEXTEND = "native nativesdk"
> --
> 2.25.0
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 03/16] python3-iniconfig: drop (moved to oe-core)
  2020-11-28 19:46 ` [meta-python][PATCH 03/16] python3-iniconfig: " Tim Orling
@ 2020-12-02 14:09   ` Trevor Gamblin
  0 siblings, 0 replies; 34+ messages in thread
From: Trevor Gamblin @ 2020-12-02 14:09 UTC (permalink / raw)
  To: Tim Orling, openembedded-devel

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


On 2020-11-28 2:46 p.m., Tim Orling wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> From: Tim Orling <ticotimo@gmail.com>
>
> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../recipes-devtools/python/python3-iniconfig_1.1.1.bb   | 9 ---------
>   1 file changed, 9 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-iniconfig_1.1.1.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-iniconfig_1.1.1.bb b/meta-python/recipes-devtools/python/python3-iniconfig_1.1.1.bb
> deleted file mode 100644
> index af4291bbf4..0000000000
> --- a/meta-python/recipes-devtools/python/python3-iniconfig_1.1.1.bb
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -SUMMARY = "A small and simple INI-file parser module"
> -
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
> -
> -SRC_URI[md5sum] = "0b7f3be87481211c183eae095bcea6f1"
> -SRC_URI[sha256sum] = "bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"
> -
> -inherit pypi setuptools3
> --
> 2.25.0
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 04/16] python3-more-itertools: drop (moved to oe-core)
  2020-11-28 19:46 ` [meta-python][PATCH 04/16] python3-more-itertools: " Tim Orling
@ 2020-12-02 14:09   ` Trevor Gamblin
  0 siblings, 0 replies; 34+ messages in thread
From: Trevor Gamblin @ 2020-12-02 14:09 UTC (permalink / raw)
  To: Tim Orling, openembedded-devel

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


On 2020-11-28 2:46 p.m., Tim Orling wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> From: Tim Orling <ticotimo@gmail.com>
>
> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-more-itertools/run-ptest   |  3 ---
>   .../python/python3-more-itertools_8.5.0.bb    | 24 -------------------
>   2 files changed, 27 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-more-itertools/run-ptest
>   delete mode 100644 meta-python/recipes-devtools/python/python3-more-itertools_8.5.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-more-itertools/run-ptest b/meta-python/recipes-devtools/python/python3-more-itertools/run-ptest
> deleted file mode 100644
> index 3385d68939..0000000000
> --- a/meta-python/recipes-devtools/python/python3-more-itertools/run-ptest
> +++ /dev/null
> @@ -1,3 +0,0 @@
> -#!/bin/sh
> -
> -pytest -o log_cli=true -o log_cli_level=INFO | sed -e 's/\[...%\]//g'| sed -e 's/PASSED/PASS/g'| sed -e 's/FAILED/FAIL/g'|sed -e 's/SKIPED/SKIP/g'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS"){printf "%s: %s\n", $NF, $0}else{print}}'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS") {$NF="";print $0}else{print}}'
> diff --git a/meta-python/recipes-devtools/python/python3-more-itertools_8.5.0.bb b/meta-python/recipes-devtools/python/python3-more-itertools_8.5.0.bb
> deleted file mode 100644
> index e924b0f731..0000000000
> --- a/meta-python/recipes-devtools/python/python3-more-itertools_8.5.0.bb
> +++ /dev/null
> @@ -1,24 +0,0 @@
> -DESCRIPTION = "More routines for operating on iterables, beyond itertools"
> -HOMEPAGE = "https://github.com/erikrose/more-itertools"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5"
> -
> -SRC_URI[md5sum] = "2588b5a7042576b99574779582be9292"
> -SRC_URI[sha256sum] = "6f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20"
> -
> -inherit pypi setuptools3 ptest
> -
> -BBCLASSEXTEND = "native nativesdk"
> -
> -SRC_URI += " \
> -       file://run-ptest \
> -"
> -
> -RDEPENDS_${PN}-ptest += " \
> -       ${PYTHON_PN}-pytest \
> -"
> -
> -do_install_ptest() {
> -       install -d ${D}${PTEST_PATH}/tests
> -       cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
> -}
> --
> 2.25.0
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 05/16] python3-pathlib2: drop (moved to oe-core)
  2020-11-28 19:46 ` [meta-python][PATCH 05/16] python3-pathlib2: " Tim Orling
@ 2020-12-02 14:09   ` Trevor Gamblin
  0 siblings, 0 replies; 34+ messages in thread
From: Trevor Gamblin @ 2020-12-02 14:09 UTC (permalink / raw)
  To: Tim Orling, openembedded-devel

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


On 2020-11-28 2:46 p.m., Tim Orling wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> From: Tim Orling <ticotimo@gmail.com>
>
> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-pathlib2_2.3.5.bb                | 13 -------------
>   1 file changed, 13 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-pathlib2_2.3.5.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-pathlib2_2.3.5.bb b/meta-python/recipes-devtools/python/python3-pathlib2_2.3.5.bb
> deleted file mode 100644
> index a022701ad0..0000000000
> --- a/meta-python/recipes-devtools/python/python3-pathlib2_2.3.5.bb
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -DESCRIPTION = "Object-oriented filesystem paths"
> -HOMEPAGE = "https://github.com/mcmtroffaes/pathlib2"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=042856c23a3e903b33bf361ea1cbe29a"
> -
> -SRC_URI[md5sum] = "f2bd0a363eb0f8fa0556f35c1d9e66fb"
> -SRC_URI[sha256sum] = "6cd9a47b597b37cc57de1c05e56fb1a1c9cc9fab04fe78c29acd090418529868"
> -
> -inherit pypi setuptools3
> -
> -RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-ctypes"
> -
> -BBCLASSEXTEND = "native nativesdk"
> --
> 2.25.0
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 06/16] python3-toml: drop (moved to oe-core)
  2020-11-28 19:46 ` [meta-python][PATCH 06/16] python3-toml: " Tim Orling
@ 2020-12-02 14:09   ` Trevor Gamblin
  0 siblings, 0 replies; 34+ messages in thread
From: Trevor Gamblin @ 2020-12-02 14:09 UTC (permalink / raw)
  To: Tim Orling, openembedded-devel

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


On 2020-11-28 2:46 p.m., Tim Orling wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> From: Tim Orling <ticotimo@gmail.com>
>
> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-toml_0.10.2.bb                 | 15 ---------------
>   1 file changed, 15 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-toml_0.10.2.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-toml_0.10.2.bb b/meta-python/recipes-devtools/python/python3-toml_0.10.2.bb
> deleted file mode 100644
> index b46eba6fd1..0000000000
> --- a/meta-python/recipes-devtools/python/python3-toml_0.10.2.bb
> +++ /dev/null
> @@ -1,15 +0,0 @@
> -SUMMARY = "Python Library for Tom's Obvious, Minimal Language"
> -HOMEPAGE = "https://github.com/uiri/toml"
> -LICENSE = "MIT"
> -SECTION = "devel/python"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=16c77b2b1050d2f03cb9c2ed0edaf4f0"
> -
> -SRC_URI[sha256sum] = "b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"
> -
> -inherit pypi setuptools3
> -
> -BBCLASSEXTEND = "native nativesdk"
> -
> -RDEPENDS_${PN} += " \
> -    ${PYTHON_PN}-misc \
> -"
> --
> 2.25.0
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 07/16] python3-py: drop (moved to oe-core)
  2020-11-28 19:46 ` [meta-python][PATCH 07/16] python3-py: " Tim Orling
@ 2020-12-02 14:10   ` Trevor Gamblin
  0 siblings, 0 replies; 34+ messages in thread
From: Trevor Gamblin @ 2020-12-02 14:10 UTC (permalink / raw)
  To: Tim Orling, openembedded-devel

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


On 2020-11-28 2:46 p.m., Tim Orling wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> From: Tim Orling <ticotimo@gmail.com>
>
> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../recipes-devtools/python/python3-py_1.9.0.bb   | 15 ---------------
>   1 file changed, 15 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-py_1.9.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-py_1.9.0.bb b/meta-python/recipes-devtools/python/python3-py_1.9.0.bb
> deleted file mode 100644
> index 794ec2a87e..0000000000
> --- a/meta-python/recipes-devtools/python/python3-py_1.9.0.bb
> +++ /dev/null
> @@ -1,15 +0,0 @@
> -SUMMARY = "Library with cross-python path, ini-parsing, io, code, log facilities"
> -HOMEPAGE = "http://py.readthedocs.io/"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
> -
> -SRC_URI[md5sum] = "b80db4e61eef724f49feb4d20b649e62"
> -SRC_URI[sha256sum] = "9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342"
> -
> -DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
> -
> -inherit pypi setuptools3
> -
> -BBCLASSEXTEND = "native nativesdk"
> -
> -RDEPENDS_${PN} += "${PYTHON_PN}-netclient"
> --
> 2.25.0
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 08/16] python3-setuptools-scm: drop (moved to oe-core)
  2020-11-28 19:46 ` [meta-python][PATCH 08/16] python3-setuptools-scm: " Tim Orling
@ 2020-12-02 14:10   ` Trevor Gamblin
  0 siblings, 0 replies; 34+ messages in thread
From: Trevor Gamblin @ 2020-12-02 14:10 UTC (permalink / raw)
  To: Tim Orling, openembedded-devel

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


On 2020-11-28 2:46 p.m., Tim Orling wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> From: Tim Orling <ticotimo@gmail.com>
>
> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-setuptools-scm_4.1.2.bb    | 21 -------------------
>   1 file changed, 21 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb b/meta-python/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb
> deleted file mode 100644
> index 4ebbac6b65..0000000000
> --- a/meta-python/recipes-devtools/python/python3-setuptools-scm_4.1.2.bb
> +++ /dev/null
> @@ -1,21 +0,0 @@
> -SUMMARY = "the blessed package to manage your versions by scm tags"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
> -
> -SRC_URI[md5sum] = "e6c9fad17c90516d640868eb833d5150"
> -SRC_URI[sha256sum] = "a8994582e716ec690f33fec70cca0f85bd23ec974e3f783233e4879090a7faa8"
> -
> -PYPI_PACKAGE = "setuptools_scm"
> -inherit pypi setuptools3
> -
> -RDEPENDS_${PN} = "\
> -    ${PYTHON_PN}-debugger \
> -    ${PYTHON_PN}-json \
> -    ${PYTHON_PN}-py \
> -    ${PYTHON_PN}-setuptools \
> -"
> -RDEPENDS_${PN}_class-native = "\
> -    ${PYTHON_PN}-setuptools-native \
> -"
> -
> -BBCLASSEXTEND = "native nativesdk"
> --
> 2.25.0
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 09/16] python3-packaging: drop (moved to oe-core)
  2020-11-28 19:46 ` [meta-python][PATCH 09/16] python3-packaging: " Tim Orling
@ 2020-12-02 14:10   ` Trevor Gamblin
  0 siblings, 0 replies; 34+ messages in thread
From: Trevor Gamblin @ 2020-12-02 14:10 UTC (permalink / raw)
  To: Tim Orling, openembedded-devel

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


On 2020-11-28 2:46 p.m., Tim Orling wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> From: Tim Orling <ticotimo@gmail.com>
>
> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-packaging_20.4.bb               | 14 --------------
>   1 file changed, 14 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-packaging_20.4.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-packaging_20.4.bb b/meta-python/recipes-devtools/python/python3-packaging_20.4.bb
> deleted file mode 100644
> index c75707e69c..0000000000
> --- a/meta-python/recipes-devtools/python/python3-packaging_20.4.bb
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -DESCRIPTION = "Core utilities for Python packages"
> -HOMEPAGE = "https://github.com/pypa/packaging"
> -LICENSE = "Apache-2.0 & BSD"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
> -
> -SRC_URI[md5sum] = "3208229da731c5d8e29d4d8941e75005"
> -SRC_URI[sha256sum] = "4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"
> -
> -inherit pypi setuptools3
> -
> -BBCLASSEXTEND = "native"
> -
> -DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
> -RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing"
> --
> 2.25.0
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 10/16] python3-wcwidth: drop (moved to oe-core)
  2020-11-28 19:46 ` [meta-python][PATCH 10/16] python3-wcwidth: " Tim Orling
@ 2020-12-02 14:10   ` Trevor Gamblin
  0 siblings, 0 replies; 34+ messages in thread
From: Trevor Gamblin @ 2020-12-02 14:10 UTC (permalink / raw)
  To: Tim Orling, openembedded-devel

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


On 2020-11-28 2:46 p.m., Tim Orling wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> From: Tim Orling <ticotimo@gmail.com>
>
> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-wcwidth/run-ptest          |  3 ---
>   .../python/python3-wcwidth_0.2.5.bb           | 25 -------------------
>   2 files changed, 28 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-wcwidth/run-ptest
>   delete mode 100644 meta-python/recipes-devtools/python/python3-wcwidth_0.2.5.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-wcwidth/run-ptest b/meta-python/recipes-devtools/python/python3-wcwidth/run-ptest
> deleted file mode 100644
> index b63c4de0d9..0000000000
> --- a/meta-python/recipes-devtools/python/python3-wcwidth/run-ptest
> +++ /dev/null
> @@ -1,3 +0,0 @@
> -#!/bin/sh
> -
> -pytest -o log_cli=true -o log_cli_level=INFO | sed -e 's/\[...%\]//g'| sed -e 's/PASSED/PASS/g'| sed -e 's/FAILED/FAIL/g'|sed -e 's/SKIPPED/SKIP/g'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS"){printf "%s: %s\n", $NF, $0}else{print}}'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS") {$NF="";print $0}else{print}}'
> diff --git a/meta-python/recipes-devtools/python/python3-wcwidth_0.2.5.bb b/meta-python/recipes-devtools/python/python3-wcwidth_0.2.5.bb
> deleted file mode 100644
> index bb4aae2e86..0000000000
> --- a/meta-python/recipes-devtools/python/python3-wcwidth_0.2.5.bb
> +++ /dev/null
> @@ -1,25 +0,0 @@
> -SUMMARY = "Library for building powerful interactive command lines in Python"
> -DESCRIPTION = "Measures the displayed width of unicode strings in a terminal"
> -HOMEPAGE = "https://github.com/jquast/wcwidth"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=b15979c39a2543892fca8cd86b4b52cb"
> -
> -SRC_URI[md5sum] = "a07a75f99d316e14838ac760c831ea37"
> -SRC_URI[sha256sum] = "c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"
> -
> -inherit pypi setuptools3 ptest
> -
> -SRC_URI += " \
> -        file://run-ptest \
> -"
> -
> -RDEPENDS_${PN}-ptest += " \
> -       ${PYTHON_PN}-pytest \
> -"
> -
> -do_install_ptest() {
> -      install -d ${D}${PTEST_PATH}/tests
> -        cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
> -}
> -
> -BBCLASSEXTEND = "native nativesdk"
> --
> 2.25.0
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 11/16] python3-zipp: drop (moved to oe-core)
  2020-11-28 19:46 ` [meta-python][PATCH 11/16] python3-zipp: " Tim Orling
@ 2020-12-02 14:11   ` Trevor Gamblin
  0 siblings, 0 replies; 34+ messages in thread
From: Trevor Gamblin @ 2020-12-02 14:11 UTC (permalink / raw)
  To: Tim Orling, openembedded-devel

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


On 2020-11-28 2:46 p.m., Tim Orling wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> From: Tim Orling <ticotimo@gmail.com>
>
> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-zipp_3.4.0.bb              | 19 -------------------
>   1 file changed, 19 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-zipp_3.4.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-zipp_3.4.0.bb b/meta-python/recipes-devtools/python/python3-zipp_3.4.0.bb
> deleted file mode 100644
> index 97523e8e7c..0000000000
> --- a/meta-python/recipes-devtools/python/python3-zipp_3.4.0.bb
> +++ /dev/null
> @@ -1,19 +0,0 @@
> -DESCRIPTION = "Backport of pathlib-compatible object wrapper for zip files"
> -HOMEPAGE = "https://github.com/jaraco/zipp"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
> -
> -SRC_URI[md5sum] = "ae81f228995578b840d76d1b7d87fede"
> -SRC_URI[sha256sum] = "ed5eee1974372595f9e416cc7bbeeb12335201d8081ca8a0743c954d4446e5cb"
> -
> -DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
> -
> -inherit pypi setuptools3
> -
> -DEPENDS += "${PYTHON_PN}-toml-native"
> -
> -RDEPENDS_${PN} += "${PYTHON_PN}-compression \
> -                   ${PYTHON_PN}-math \
> -                   ${PYTHON_PN}-more-itertools"
> -
> -BBCLASSEXTEND = "native nativesdk"
> --
> 2.25.0
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 12/16] python3-importlib-metadata: drop (moved to oe-core)
  2020-11-28 19:46 ` [meta-python][PATCH 12/16] python3-importlib-metadata: " Tim Orling
@ 2020-12-02 14:11   ` Trevor Gamblin
  0 siblings, 0 replies; 34+ messages in thread
From: Trevor Gamblin @ 2020-12-02 14:11 UTC (permalink / raw)
  To: Tim Orling, openembedded-devel

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


On 2020-11-28 2:46 p.m., Tim Orling wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> From: Tim Orling <ticotimo@gmail.com>
>
> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-importlib-metadata_2.0.0.bb | 18 ------------------
>   1 file changed, 18 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-importlib-metadata_2.0.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-importlib-metadata_2.0.0.bb b/meta-python/recipes-devtools/python/python3-importlib-metadata_2.0.0.bb
> deleted file mode 100644
> index 325a41c22e..0000000000
> --- a/meta-python/recipes-devtools/python/python3-importlib-metadata_2.0.0.bb
> +++ /dev/null
> @@ -1,18 +0,0 @@
> -DESCRIPTION = "Read metadata from Python packages"
> -HOMEPAGE = "https://pypi.org/project/importlib-metadata/"
> -LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=e88ae122f3925d8bde8319060f2ddb8e"
> -
> -inherit pypi setuptools3
> -
> -SRC_URI = "https://files.pythonhosted.org/packages/56/1f/74c3e29389d34feea2d62ba3de1169efea2566eb22e9546d379756860525/importlib_metadata-2.0.0.tar.gz"
> -S = "${WORKDIR}/importlib_metadata-${PV}"
> -SRC_URI[md5sum] = "3dd91821c930a3c3633e99a7025aa9c2"
> -SRC_URI[sha256sum] = "77a540690e24b0305878c37ffd421785a6f7e53c8b5720d211b211de8d0e95da"
> -
> -DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
> -RDEPENDS_${PN} += "${PYTHON_PN}-zipp ${PYTHON_PN}-pathlib2"
> -RDEPENDS_${PN}_append_class-target = " python3-misc"
> -RDEPENDS_${PN}_append_class-nativesdk = " python3-misc"
> -
> -BBCLASSEXTEND = "native nativesdk"
> --
> 2.25.0
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 13/16] python3-pluggy: drop (moved to oe-core)
  2020-11-28 19:46 ` [meta-python][PATCH 13/16] python3-pluggy: " Tim Orling
@ 2020-12-02 14:11   ` Trevor Gamblin
  0 siblings, 0 replies; 34+ messages in thread
From: Trevor Gamblin @ 2020-12-02 14:11 UTC (permalink / raw)
  To: Tim Orling, openembedded-devel

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


On 2020-11-28 2:46 p.m., Tim Orling wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> From: Tim Orling <ticotimo@gmail.com>
>
> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-pluggy/run-ptest           |  3 ---
>   .../python/python3-pluggy_0.13.1.bb           | 27 -------------------
>   2 files changed, 30 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-pluggy/run-ptest
>   delete mode 100644 meta-python/recipes-devtools/python/python3-pluggy_0.13.1.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-pluggy/run-ptest b/meta-python/recipes-devtools/python/python3-pluggy/run-ptest
> deleted file mode 100644
> index b63c4de0d9..0000000000
> --- a/meta-python/recipes-devtools/python/python3-pluggy/run-ptest
> +++ /dev/null
> @@ -1,3 +0,0 @@
> -#!/bin/sh
> -
> -pytest -o log_cli=true -o log_cli_level=INFO | sed -e 's/\[...%\]//g'| sed -e 's/PASSED/PASS/g'| sed -e 's/FAILED/FAIL/g'|sed -e 's/SKIPPED/SKIP/g'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS"){printf "%s: %s\n", $NF, $0}else{print}}'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS") {$NF="";print $0}else{print}}'
> diff --git a/meta-python/recipes-devtools/python/python3-pluggy_0.13.1.bb b/meta-python/recipes-devtools/python/python3-pluggy_0.13.1.bb
> deleted file mode 100644
> index d3e0365ca1..0000000000
> --- a/meta-python/recipes-devtools/python/python3-pluggy_0.13.1.bb
> +++ /dev/null
> @@ -1,27 +0,0 @@
> -SUMMARY = "Plugin and hook calling mechanisms for python"
> -HOMEPAGE = "https://github.com/pytest-dev/pluggy"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=1c8206d16fd5cc02fa9b0bb98955e5c2"
> -
> -SRC_URI[md5sum] = "7f610e28b8b34487336b585a3dfb803d"
> -SRC_URI[sha256sum] = "15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"
> -
> -DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
> -RDEPENDS_${PN} += "${PYTHON_PN}-importlib-metadata \
> -                   ${PYTHON_PN}-more-itertools \
> -"
> -
> -inherit pypi ptest setuptools3
> -
> -SRC_URI += " \
> -       file://run-ptest \
> -"
> -
> -RDEPENDS_${PN}-ptest += " \
> -       ${PYTHON_PN}-pytest \
> -"
> -
> -do_install_ptest() {
> -       install -d ${D}${PTEST_PATH}/testing
> -       cp -rf ${S}/testing/* ${D}${PTEST_PATH}/testing/
> -}
> --
> 2.25.0
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 14/16] python3-pytest: drop (moved to oe-core)
  2020-11-28 19:46 ` [meta-python][PATCH 14/16] python3-pytest: " Tim Orling
@ 2020-12-02 14:11   ` Trevor Gamblin
  0 siblings, 0 replies; 34+ messages in thread
From: Trevor Gamblin @ 2020-12-02 14:11 UTC (permalink / raw)
  To: Tim Orling, openembedded-devel

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


On 2020-11-28 2:46 p.m., Tim Orling wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> From: Tim Orling <ticotimo@gmail.com>
>
> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...he-setup_requires-for-setuptools-scm.patch | 39 -------------------
>   .../python/python3-pytest_6.1.2.bb            | 38 ------------------
>   2 files changed, 77 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-pytest/0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch
>   delete mode 100644 meta-python/recipes-devtools/python/python3-pytest_6.1.2.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-pytest/0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch b/meta-python/recipes-devtools/python/python3-pytest/0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch
> deleted file mode 100644
> index 8c5c17247e..0000000000
> --- a/meta-python/recipes-devtools/python/python3-pytest/0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch
> +++ /dev/null
> @@ -1,39 +0,0 @@
> -From ff784f4803ab33f5e3389e40d038d52d1e211843 Mon Sep 17 00:00:00 2001
> -From: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
> -Date: Wed, 28 Aug 2019 16:12:27 +0900
> -Subject: [PATCH] [PATCH] setup.py: remove the setup_requires for
> - setuptools-scm
> -
> -The setup_requires argument forces the download of the egg file for setuptools-scm
> -during the do_compile phase.  This download is incompatible with the typical fetch
> -and mirror structure.  The only usage of scm is the generation of the _version.py
> -file and in the release tarball it is already correctly created
> -
> -Upstream-Status: Inappropriate [oe specific]
> -
> -Signed-off-by: Derek Straka <derek@asterius.io>
> -
> -Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
> -
> -Rebase for pytest 6.1.0.
> -
> -Signed-off-by: Kai Kang <kai.kang@windriver.com>
> ----
> - setup.cfg | 1 -
> - 1 file changed, 1 deletion(-)
> -
> -diff --git a/setup.cfg b/setup.cfg
> -index 60f6564..c4d1471 100644
> ---- a/setup.cfg
> -+++ b/setup.cfg
> -@@ -55,7 +55,6 @@ package_dir =
> -       =src
> - setup_requires =
> -       setuptools>=40.0
> --      setuptools-scm
> - zip_safe = no
> -
> - [options.entry_points]
> ---
> -2.17.1
> -
> diff --git a/meta-python/recipes-devtools/python/python3-pytest_6.1.2.bb b/meta-python/recipes-devtools/python/python3-pytest_6.1.2.bb
> deleted file mode 100644
> index 6872da5cfa..0000000000
> --- a/meta-python/recipes-devtools/python/python3-pytest_6.1.2.bb
> +++ /dev/null
> @@ -1,38 +0,0 @@
> -SUMMARY = "Simple powerful testing with python"
> -
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b"
> -
> -SRC_URI_append = " file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch "
> -
> -SRC_URI[sha256sum] = "c0a7e94a8cdbc5422a51ccdad8e6f1024795939cc89159a0ae7f0b316ad3823e"
> -
> -inherit update-alternatives pypi setuptools3
> -
> -RDEPENDS_${PN}_class-target += " \
> -    ${PYTHON_PN}-attrs \
> -    ${PYTHON_PN}-debugger \
> -    ${PYTHON_PN}-doctest \
> -    ${PYTHON_PN}-iniconfig \
> -    ${PYTHON_PN}-json \
> -    ${PYTHON_PN}-pluggy \
> -    ${PYTHON_PN}-py \
> -    ${PYTHON_PN}-setuptools \
> -    ${PYTHON_PN}-six \
> -    ${PYTHON_PN}-atomicwrites \
> -    ${PYTHON_PN}-importlib-metadata \
> -    ${PYTHON_PN}-pathlib2 \
> -    ${PYTHON_PN}-wcwidth \
> -    ${PYTHON_PN}-more-itertools \
> -    ${PYTHON_PN}-packaging \
> -"
> -
> -ALTERNATIVE_${PN} += "py.test pytest"
> -
> -NATIVE_LINK_NAME[pytest] = "${bindir}/pytest"
> -ALTERNATIVE_TARGET[pytest] = "${bindir}/pytest"
> -
> -ALTERNATIVE_LINK_NAME[py.test] = "${bindir}/py.test"
> -ALTERNATIVE_TARGET[py.test] = "${bindir}/py.test"
> -
> -BBCLASSEXTEND = "native nativesdk"
> --
> 2.25.0
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 15/16] python3-hypothesis: drop (moved to oe-core)
  2020-11-28 19:46 ` [meta-python][PATCH 15/16] python3-hypothesis: " Tim Orling
@ 2020-12-02 14:11   ` Trevor Gamblin
  0 siblings, 0 replies; 34+ messages in thread
From: Trevor Gamblin @ 2020-12-02 14:11 UTC (permalink / raw)
  To: Tim Orling, openembedded-devel

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


On 2020-11-28 2:46 p.m., Tim Orling wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> From: Tim Orling <ticotimo@gmail.com>
>
> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-hypothesis_5.41.3.bb            | 14 --------------
>   1 file changed, 14 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-hypothesis_5.41.3.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-hypothesis_5.41.3.bb b/meta-python/recipes-devtools/python/python3-hypothesis_5.41.3.bb
> deleted file mode 100644
> index b7bf15c31e..0000000000
> --- a/meta-python/recipes-devtools/python/python3-hypothesis_5.41.3.bb
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -SUMMARY = "A library for property-based testing"
> -HOMEPAGE = "https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python"
> -LICENSE = "MPL-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4ee62c16ebd0f4f99d906f36b7de8c3c"
> -
> -PYPI_PACKAGE = "hypothesis"
> -
> -inherit pypi setuptools3
> -
> -SRC_URI[sha256sum] = "6a3471ff74864ab04a0650c75500ef15f2f4a901d49ccbb7cbec668365736688"
> -
> -RDEPENDS_${PN} += "python3-core"
> -
> -BBCLASSEXTEND = "native nativesdk"
> --
> 2.25.0
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 16/16] python3-sortedcontainers: drop (moved to oe-core)
  2020-11-28 19:46 ` [meta-python][PATCH 16/16] python3-sortedcontainers: " Tim Orling
@ 2020-12-02 14:12   ` Trevor Gamblin
  0 siblings, 0 replies; 34+ messages in thread
From: Trevor Gamblin @ 2020-12-02 14:12 UTC (permalink / raw)
  To: Tim Orling, openembedded-devel

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


On 2020-11-28 2:46 p.m., Tim Orling wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> From: Tim Orling <ticotimo@gmail.com>
>
> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-sortedcontainers_2.3.0.bb             | 9 ---------
>   1 file changed, 9 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb b/meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb
> deleted file mode 100644
> index 6060c03723..0000000000
> --- a/meta-python/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -SUMMARY = "Sorted Containers is an Apache2 licensed sorted collections library, written in pure-Python, and fast as C-extensions."
> -HOMEPAGE = "http://www.grantjenks.com/docs/sortedcontainers/"
> -LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=7c7c6a1a12ec816da16c1839137d53ae"
> -
> -inherit pypi setuptools3
> -SRC_URI[sha256sum] = "59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1"
> -
> -BBCLASSEXTEND = "native nativesdk"
> --
> 2.25.0
>
>
> 
>

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

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

end of thread, other threads:[~2020-12-02 14:12 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-28 19:46 [meta-python][PATCH 00/16] Drop python3-pytest and others Tim Orling
2020-11-28 19:46 ` [meta-python][PATCH 01/16] python3-atomicwrites: drop (moved to oe-core) Tim Orling
2020-12-02 14:09   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 02/16] python3-attrs: " Tim Orling
2020-12-02 14:09   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 03/16] python3-iniconfig: " Tim Orling
2020-12-02 14:09   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 04/16] python3-more-itertools: " Tim Orling
2020-12-02 14:09   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 05/16] python3-pathlib2: " Tim Orling
2020-12-02 14:09   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 06/16] python3-toml: " Tim Orling
2020-12-02 14:09   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 07/16] python3-py: " Tim Orling
2020-12-02 14:10   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 08/16] python3-setuptools-scm: " Tim Orling
2020-12-02 14:10   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 09/16] python3-packaging: " Tim Orling
2020-12-02 14:10   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 10/16] python3-wcwidth: " Tim Orling
2020-12-02 14:10   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 11/16] python3-zipp: " Tim Orling
2020-12-02 14:11   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 12/16] python3-importlib-metadata: " Tim Orling
2020-12-02 14:11   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 13/16] python3-pluggy: " Tim Orling
2020-12-02 14:11   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 14/16] python3-pytest: " Tim Orling
2020-12-02 14:11   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 15/16] python3-hypothesis: " Tim Orling
2020-12-02 14:11   ` [oe] " Trevor Gamblin
2020-11-28 19:46 ` [meta-python][PATCH 16/16] python3-sortedcontainers: " Tim Orling
2020-12-02 14:12   ` [oe] " Trevor Gamblin
2020-12-02 14:08 ` [oe] [meta-python][PATCH 00/16] Drop python3-pytest and others 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.