Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-{jaraco*,portend,tempora} update and switch to python-pep517
@ 2022-03-23 19:57 tibequadorian
  2022-03-23 20:19 ` [PR PATCH] [Updated] python3-{jaraco*,portend,tempora}: " tibequadorian
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: tibequadorian @ 2022-03-23 19:57 UTC (permalink / raw)
  To: ml

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

There is a new pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages python3-jaraco
https://github.com/void-linux/void-packages/pull/36303

python3-{jaraco*,portend,tempora} update and switch to python-pep517
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36303.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-jaraco-36303.patch --]
[-- Type: text/x-diff, Size: 9126 bytes --]

From 7f679689d461852b3d7d9d7efed3304e2de4c807 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:03 +0100
Subject: [PATCH 1/6] python3-jaraco.classes: update to 3.2.1.

---
 srcpkgs/python3-jaraco.classes/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 1c0f76247a63..adce25cec0e5 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
-version=3.1.0
-revision=4
+version=3.2.1
+revision=1
 wrksrc="jaraco.classes-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-jaraco python3-more-itertools"
 short_desc="Utility functions for Python class constructs (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
@@ -12,9 +12,8 @@ license="MIT"
 homepage="https://github.com/jaraco/jaraco.classes"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.classes/jaraco.classes-${version}.tar.gz"
-checksum=c38698ff8ef932eb33d91c0e8fc192ad7c44ecee03f7f585afd4f35aeaef7aab
+checksum=ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 63135a86e4e371cbdc9968629490e44f46c2f187 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:07 +0100
Subject: [PATCH 2/6] python3-jaraco.collections: update to 3.5.1.

---
 srcpkgs/python3-jaraco.collections/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index b82e8908866a..678c169a3c7b 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
-version=3.0.0
-revision=4
+version=3.5.1
+revision=1
 wrksrc="jaraco.collections-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-jaraco.classes python3-jaraco.text python3-six"
 short_desc="Collection of objects similar to stdlib by jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
@@ -12,9 +12,8 @@ license="MIT"
 homepage="https://github.com/jaraco/jaraco.collections"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
-checksum=be570ef4f2e7290b757449395238fa63d70a9255574624e73c5ff9f1ee554721
+checksum=b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 99d9432f02ff41e5d0852cf92c1f90892b4b721b Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:11 +0100
Subject: [PATCH 3/6] python3-jaraco.functools: update to 3.5.0.

---
 srcpkgs/python3-jaraco.functools/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index 543cd11ec3b8..6c7880a735b6 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
-version=3.3.0
-revision=2
+version=3.5.0
+revision=1
 wrksrc="jaraco.functools-${version}"
-build_style=python3-module
+build_style=python3-pep517
 make_check_args="--override-ini='addopts=--doctest-modules'"
-hostmakedepends="python3-setuptools_scm python3-more-itertools"
+hostmakedepends="python3-wheel python3-setuptools_scm python3-more-itertools"
 depends="python3-more-itertools python3-jaraco"
 checkdepends="${depends} python3-pytest python3-jaraco.classes"
 short_desc="Functools like those found in stdlib (Python3)"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://github.com/jaraco/jaraco.functools"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz"
-checksum=bfcf7da71e2a0e980189b0744b59dba6c1dcf66dcd7a30f8a4413e478046b314
+checksum=31e0e93d1027592b7b0bec6ad468db850338981ebee76ba5e212e235f4c7dda0
 
 post_install() {
 	vlicense LICENSE

From 06b43ac15e5a4f783892674221e0a930bcf5c76d Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:16 +0100
Subject: [PATCH 4/6] python3-jaraco.text: update to 3.7.0.

---
 srcpkgs/python3-jaraco.text/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index bc551cdabe7f..657b77e1aacd 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
-version=3.2.0
-revision=4
+version=3.7.0
+revision=1
 wrksrc="jaraco.text-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-jaraco.functools python3-six"
 short_desc="Module for text manipulation (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
@@ -12,9 +12,8 @@ license="MIT"
 homepage="https://github.com/jaraco/jaraco.text"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.text/jaraco.text-${version}.tar.gz"
-checksum=e5078b1126cc0f166c7859aa75103a56c0d0f39ebcafc21695615472e0f810ec
+checksum=a7f9cc1b44a5f3096a216cbd130b650c7a6b2c9f8005b000ae97f329239a7c00
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From eaed0b36941d58e9039e415d381b2f12d8350cb2 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:24 +0100
Subject: [PATCH 5/6] python3-portend: update to 3.1.0.

---
 srcpkgs/python3-portend/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 5766db04cbef..88569be67520 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
-version=2.7.1
-revision=2
+version=3.1.0
+revision=1
 wrksrc="portend-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-tempora python3-jaraco.functools"
 checkdepends="python3-pytest $depends"
 short_desc="TCP port monitoring utilities (Python3)"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/jaraco/portend"
 changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
-checksum=986ed9a278e64a87b5b5f4c21e61c25bebdce9919a92238d9c14c37a7416482b
+checksum=239e3116045ea823f6df87d6168107ad75ccc0590e37242af0cc1e98c5d224e4
 
 post_install() {
 	vlicense LICENSE

From 29ca529acb2f1ab60eea45d6b7fa2189f616a897 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:29 +0100
Subject: [PATCH 6/6] python3-tempora: update to 5.0.1.

---
 srcpkgs/python3-tempora/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 2b9efced6fd2..94ea052d348b 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
-version=4.1.1
-revision=2
+version=5.0.1
+revision=1
 wrksrc="tempora-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-setuptools python3-six python3-pytz"
 checkdepends="python3-pytest python3-freezegun
  python3-jaraco python3-jaraco.functools $depends"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/jaraco/tempora"
 distfiles="${PYPI_SITE}/t/tempora/tempora-${version}.tar.gz"
-checksum=c54da0f05405f04eb67abbb1dff4448fd91428b58cb00f0f645ea36f6a927950
+checksum=cba0f197a64883bf3e73657efbc0324d5bf17179e7769b1385b4d75d26cd9127
 alternatives="tempora:calc-prorate:/usr/bin/calc-prorate3"
 
 do_check() {

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

* Re: [PR PATCH] [Updated] python3-{jaraco*,portend,tempora}: update and switch to python-pep517
  2022-03-23 19:57 [PR PATCH] python3-{jaraco*,portend,tempora} update and switch to python-pep517 tibequadorian
@ 2022-03-23 20:19 ` tibequadorian
  2022-03-23 21:00 ` tibequadorian
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-03-23 20:19 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages python3-jaraco
https://github.com/void-linux/void-packages/pull/36303

python3-{jaraco*,portend,tempora}: update and switch to python-pep517
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

Needs to be tested with:
- [ ] python3-CherryPy (depends on python3-portend and python3-jaraco.collections)
- [ ] python3-Cheroot (depends on python3-jaraco.functools)
- [ ] sabnzbd (depends on python3-portend)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36303.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-jaraco-36303.patch --]
[-- Type: text/x-diff, Size: 10494 bytes --]

From 7f679689d461852b3d7d9d7efed3304e2de4c807 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:03 +0100
Subject: [PATCH 1/7] python3-jaraco.classes: update to 3.2.1.

---
 srcpkgs/python3-jaraco.classes/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 1c0f76247a63..adce25cec0e5 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
-version=3.1.0
-revision=4
+version=3.2.1
+revision=1
 wrksrc="jaraco.classes-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-jaraco python3-more-itertools"
 short_desc="Utility functions for Python class constructs (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
@@ -12,9 +12,8 @@ license="MIT"
 homepage="https://github.com/jaraco/jaraco.classes"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.classes/jaraco.classes-${version}.tar.gz"
-checksum=c38698ff8ef932eb33d91c0e8fc192ad7c44ecee03f7f585afd4f35aeaef7aab
+checksum=ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 63135a86e4e371cbdc9968629490e44f46c2f187 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:07 +0100
Subject: [PATCH 2/7] python3-jaraco.collections: update to 3.5.1.

---
 srcpkgs/python3-jaraco.collections/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index b82e8908866a..678c169a3c7b 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
-version=3.0.0
-revision=4
+version=3.5.1
+revision=1
 wrksrc="jaraco.collections-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-jaraco.classes python3-jaraco.text python3-six"
 short_desc="Collection of objects similar to stdlib by jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
@@ -12,9 +12,8 @@ license="MIT"
 homepage="https://github.com/jaraco/jaraco.collections"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
-checksum=be570ef4f2e7290b757449395238fa63d70a9255574624e73c5ff9f1ee554721
+checksum=b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 99d9432f02ff41e5d0852cf92c1f90892b4b721b Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:11 +0100
Subject: [PATCH 3/7] python3-jaraco.functools: update to 3.5.0.

---
 srcpkgs/python3-jaraco.functools/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index 543cd11ec3b8..6c7880a735b6 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
-version=3.3.0
-revision=2
+version=3.5.0
+revision=1
 wrksrc="jaraco.functools-${version}"
-build_style=python3-module
+build_style=python3-pep517
 make_check_args="--override-ini='addopts=--doctest-modules'"
-hostmakedepends="python3-setuptools_scm python3-more-itertools"
+hostmakedepends="python3-wheel python3-setuptools_scm python3-more-itertools"
 depends="python3-more-itertools python3-jaraco"
 checkdepends="${depends} python3-pytest python3-jaraco.classes"
 short_desc="Functools like those found in stdlib (Python3)"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://github.com/jaraco/jaraco.functools"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz"
-checksum=bfcf7da71e2a0e980189b0744b59dba6c1dcf66dcd7a30f8a4413e478046b314
+checksum=31e0e93d1027592b7b0bec6ad468db850338981ebee76ba5e212e235f4c7dda0
 
 post_install() {
 	vlicense LICENSE

From cbc7b5f527b0113bef4d6032ef057c6a2ae4ae48 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 21:16:37 +0100
Subject: [PATCH 4/7] New package: python3-jaraco.context-4.1.1

---
 srcpkgs/python3-jaraco.context/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.context/template

diff --git a/srcpkgs/python3-jaraco.context/template b/srcpkgs/python3-jaraco.context/template
new file mode 100644
index 000000000000..dcd72f5723dd
--- /dev/null
+++ b/srcpkgs/python3-jaraco.context/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-jaraco.context'
+pkgname=python3-jaraco.context
+version=4.1.1
+revision=1
+wrksrc="jaraco.context-${version}"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+short_desc="Context managers by jaraco"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/jaraco/jaraco.context"
+changelog="https://raw.githubusercontent.com/jaraco/jaraco.context/master/CHANGES.rst"
+distfiles="${PYPI_SITE}/j/jaraco.context/jaraco.context-${version}.tar.gz"
+checksum=f0d4d82ffbbbff680384eba48a32a3167f12a91a30a7db56fd97b87e73a87241
+
+post_install() {
+	vlicense LICENSE
+}

From 48bddd596d55cb2c32f1eb4b9674acdcec1b7967 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:16 +0100
Subject: [PATCH 5/7] python3-jaraco.text: update to 3.7.0.

---
 srcpkgs/python3-jaraco.text/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index bc551cdabe7f..cba91bbe6237 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
-version=3.2.0
-revision=4
+version=3.7.0
+revision=1
 wrksrc="jaraco.text-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco.functools python3-six"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-jaraco.functools python3-six python3-jaraco.context"
+checkdepends="$depends python3-pytest"
 short_desc="Module for text manipulation (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.text"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.text/jaraco.text-${version}.tar.gz"
-checksum=e5078b1126cc0f166c7859aa75103a56c0d0f39ebcafc21695615472e0f810ec
+checksum=a7f9cc1b44a5f3096a216cbd130b650c7a6b2c9f8005b000ae97f329239a7c00
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From cc60bbb3c9461b1b4a6241aac9116bc651fa95a1 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:24 +0100
Subject: [PATCH 6/7] python3-portend: update to 3.1.0.

---
 srcpkgs/python3-portend/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 5766db04cbef..88569be67520 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
-version=2.7.1
-revision=2
+version=3.1.0
+revision=1
 wrksrc="portend-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-tempora python3-jaraco.functools"
 checkdepends="python3-pytest $depends"
 short_desc="TCP port monitoring utilities (Python3)"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/jaraco/portend"
 changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
-checksum=986ed9a278e64a87b5b5f4c21e61c25bebdce9919a92238d9c14c37a7416482b
+checksum=239e3116045ea823f6df87d6168107ad75ccc0590e37242af0cc1e98c5d224e4
 
 post_install() {
 	vlicense LICENSE

From 537797828a1075fab11cbea571ff92ce7d160323 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:29 +0100
Subject: [PATCH 7/7] python3-tempora: update to 5.0.1.

---
 srcpkgs/python3-tempora/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 2b9efced6fd2..94ea052d348b 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
-version=4.1.1
-revision=2
+version=5.0.1
+revision=1
 wrksrc="tempora-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-setuptools python3-six python3-pytz"
 checkdepends="python3-pytest python3-freezegun
  python3-jaraco python3-jaraco.functools $depends"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/jaraco/tempora"
 distfiles="${PYPI_SITE}/t/tempora/tempora-${version}.tar.gz"
-checksum=c54da0f05405f04eb67abbb1dff4448fd91428b58cb00f0f645ea36f6a927950
+checksum=cba0f197a64883bf3e73657efbc0324d5bf17179e7769b1385b4d75d26cd9127
 alternatives="tempora:calc-prorate:/usr/bin/calc-prorate3"
 
 do_check() {

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

* Re: [PR PATCH] [Updated] python3-{jaraco*,portend,tempora}: update and switch to python-pep517
  2022-03-23 19:57 [PR PATCH] python3-{jaraco*,portend,tempora} update and switch to python-pep517 tibequadorian
  2022-03-23 20:19 ` [PR PATCH] [Updated] python3-{jaraco*,portend,tempora}: " tibequadorian
@ 2022-03-23 21:00 ` tibequadorian
  2022-03-23 21:08 ` tibequadorian
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-03-23 21:00 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages python3-jaraco
https://github.com/void-linux/void-packages/pull/36303

python3-{jaraco*,portend,tempora}: update and switch to python-pep517
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

Needs to be tested with:
- [ ] python3-CherryPy (depends on python3-portend and python3-jaraco.collections)
- [ ] python3-Cheroot (depends on python3-jaraco.functools)
- [ ] sabnzbd (depends on python3-portend)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36303.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-jaraco-36303.patch --]
[-- Type: text/x-diff, Size: 10787 bytes --]

From 7f679689d461852b3d7d9d7efed3304e2de4c807 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:03 +0100
Subject: [PATCH 1/7] python3-jaraco.classes: update to 3.2.1.

---
 srcpkgs/python3-jaraco.classes/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 1c0f76247a63..adce25cec0e5 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
-version=3.1.0
-revision=4
+version=3.2.1
+revision=1
 wrksrc="jaraco.classes-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-jaraco python3-more-itertools"
 short_desc="Utility functions for Python class constructs (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
@@ -12,9 +12,8 @@ license="MIT"
 homepage="https://github.com/jaraco/jaraco.classes"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.classes/jaraco.classes-${version}.tar.gz"
-checksum=c38698ff8ef932eb33d91c0e8fc192ad7c44ecee03f7f585afd4f35aeaef7aab
+checksum=ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 9e1a530df9ab946924248b3ef41b5a2914504e2f Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:07 +0100
Subject: [PATCH 2/7] python3-jaraco.collections: update to 3.5.1.

---
 srcpkgs/python3-jaraco.collections/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index b82e8908866a..c7d643a4f92f 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
-version=3.0.0
-revision=4
+version=3.5.1
+revision=1
 wrksrc="jaraco.collections-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco.classes python3-jaraco.text python3-six"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-jaraco.classes python3-jaraco.text"
 short_desc="Collection of objects similar to stdlib by jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.collections"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
-checksum=be570ef4f2e7290b757449395238fa63d70a9255574624e73c5ff9f1ee554721
+checksum=b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 9d4edf041929480e8eb6c9ee65c0b406fb475581 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:11 +0100
Subject: [PATCH 3/7] python3-jaraco.functools: update to 3.5.0.

---
 srcpkgs/python3-jaraco.functools/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index 543cd11ec3b8..6bf359bd2657 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
-version=3.3.0
-revision=2
+version=3.5.0
+revision=1
 wrksrc="jaraco.functools-${version}"
-build_style=python3-module
+build_style=python3-pep517
 make_check_args="--override-ini='addopts=--doctest-modules'"
-hostmakedepends="python3-setuptools_scm python3-more-itertools"
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-more-itertools python3-jaraco"
 checkdepends="${depends} python3-pytest python3-jaraco.classes"
 short_desc="Functools like those found in stdlib (Python3)"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://github.com/jaraco/jaraco.functools"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz"
-checksum=bfcf7da71e2a0e980189b0744b59dba6c1dcf66dcd7a30f8a4413e478046b314
+checksum=31e0e93d1027592b7b0bec6ad468db850338981ebee76ba5e212e235f4c7dda0
 
 post_install() {
 	vlicense LICENSE

From 05e603180cf615581a46acc5edfc3fbf97bd11b8 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 21:16:37 +0100
Subject: [PATCH 4/7] New package: python3-jaraco.context-4.1.1

---
 srcpkgs/python3-jaraco.context/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.context/template

diff --git a/srcpkgs/python3-jaraco.context/template b/srcpkgs/python3-jaraco.context/template
new file mode 100644
index 000000000000..dcd72f5723dd
--- /dev/null
+++ b/srcpkgs/python3-jaraco.context/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-jaraco.context'
+pkgname=python3-jaraco.context
+version=4.1.1
+revision=1
+wrksrc="jaraco.context-${version}"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+short_desc="Context managers by jaraco"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/jaraco/jaraco.context"
+changelog="https://raw.githubusercontent.com/jaraco/jaraco.context/master/CHANGES.rst"
+distfiles="${PYPI_SITE}/j/jaraco.context/jaraco.context-${version}.tar.gz"
+checksum=f0d4d82ffbbbff680384eba48a32a3167f12a91a30a7db56fd97b87e73a87241
+
+post_install() {
+	vlicense LICENSE
+}

From c9803500a514cd0a54a845b206d8147a99a692ed Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:16 +0100
Subject: [PATCH 5/7] python3-jaraco.text: update to 3.7.0.

---
 srcpkgs/python3-jaraco.text/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index bc551cdabe7f..cba91bbe6237 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
-version=3.2.0
-revision=4
+version=3.7.0
+revision=1
 wrksrc="jaraco.text-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco.functools python3-six"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-jaraco.functools python3-six python3-jaraco.context"
+checkdepends="$depends python3-pytest"
 short_desc="Module for text manipulation (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.text"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.text/jaraco.text-${version}.tar.gz"
-checksum=e5078b1126cc0f166c7859aa75103a56c0d0f39ebcafc21695615472e0f810ec
+checksum=a7f9cc1b44a5f3096a216cbd130b650c7a6b2c9f8005b000ae97f329239a7c00
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 4caa58d60c73b8eb67cbba6f79009c678ad2e354 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:24 +0100
Subject: [PATCH 6/7] python3-portend: update to 3.1.0.

---
 srcpkgs/python3-portend/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 5766db04cbef..297fb02a49ef 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
-version=2.7.1
-revision=2
+version=3.1.0
+revision=1
 wrksrc="portend-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-tempora python3-jaraco.functools"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-tempora"
 checkdepends="python3-pytest $depends"
 short_desc="TCP port monitoring utilities (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/jaraco/portend"
 changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
-checksum=986ed9a278e64a87b5b5f4c21e61c25bebdce9919a92238d9c14c37a7416482b
+checksum=239e3116045ea823f6df87d6168107ad75ccc0590e37242af0cc1e98c5d224e4
 
 post_install() {
 	vlicense LICENSE

From d2405d7928907474da2a63c6398480e425cb43ae Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:29 +0100
Subject: [PATCH 7/7] python3-tempora: update to 5.0.1.

---
 srcpkgs/python3-tempora/template | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 2b9efced6fd2..9990e70cf12d 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,19 +1,18 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
-version=4.1.1
-revision=2
+version=5.0.1
+revision=1
 wrksrc="tempora-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-setuptools python3-six python3-pytz"
-checkdepends="python3-pytest python3-freezegun
- python3-jaraco python3-jaraco.functools $depends"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-setuptools python3-pytz python3-jaraco.functools"
+checkdepends="python3-pytest python3-freezegun python3-jaraco $depends"
 short_desc="Objects and routines pertaining to date and time (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/jaraco/tempora"
 distfiles="${PYPI_SITE}/t/tempora/tempora-${version}.tar.gz"
-checksum=c54da0f05405f04eb67abbb1dff4448fd91428b58cb00f0f645ea36f6a927950
+checksum=cba0f197a64883bf3e73657efbc0324d5bf17179e7769b1385b4d75d26cd9127
 alternatives="tempora:calc-prorate:/usr/bin/calc-prorate3"
 
 do_check() {

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

* Re: [PR PATCH] [Updated] python3-{jaraco*,portend,tempora}: update and switch to python-pep517
  2022-03-23 19:57 [PR PATCH] python3-{jaraco*,portend,tempora} update and switch to python-pep517 tibequadorian
  2022-03-23 20:19 ` [PR PATCH] [Updated] python3-{jaraco*,portend,tempora}: " tibequadorian
  2022-03-23 21:00 ` tibequadorian
@ 2022-03-23 21:08 ` tibequadorian
  2022-03-23 21:31 ` tibequadorian
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-03-23 21:08 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages python3-jaraco
https://github.com/void-linux/void-packages/pull/36303

python3-{jaraco*,portend,tempora}: update and switch to python-pep517
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

Needs to be tested with:
- [ ] python3-CherryPy (depends on python3-portend and python3-jaraco.collections)
- [ ] python3-Cheroot (depends on python3-jaraco.functools)
- [ ] sabnzbd (depends on python3-portend)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36303.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-jaraco-36303.patch --]
[-- Type: text/x-diff, Size: 14829 bytes --]

From 5c71c117560c88f61214b715bb0779c403257d85 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 19:30:47 +0100
Subject: [PATCH 01/10] python3-zipp: update to 3.7.0.

---
 srcpkgs/python3-zipp/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-zipp/template b/srcpkgs/python3-zipp/template
index ab7b82af8842..ba031f5a751e 100644
--- a/srcpkgs/python3-zipp/template
+++ b/srcpkgs/python3-zipp/template
@@ -1,19 +1,18 @@
 # Template file for 'python3-zipp'
 pkgname=python3-zipp
-version=3.6.0
+version=3.7.0
 revision=1
 wrksrc="zipp-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3"
-checkdepends="python3-jaraco"
 short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/zipp"
 changelog="https://raw.githubusercontent.com/jaraco/zipp/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/z/zipp/zipp-${version}.tar.gz"
-checksum=71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832
+checksum=9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d
 # Needs unpackaged "jaraco.itertools"
 make_check=no
 

From 61907b6ff86c74c46b85959c2182aeba19ad0666 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 18:35:43 +0100
Subject: [PATCH 02/10] python3-importlib_metadata: update to 4.11.3.

---
 srcpkgs/python3-importlib_metadata/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-importlib_metadata/template b/srcpkgs/python3-importlib_metadata/template
index 95f75fa66350..9a21b1733f4d 100644
--- a/srcpkgs/python3-importlib_metadata/template
+++ b/srcpkgs/python3-importlib_metadata/template
@@ -1,16 +1,17 @@
 # Template file for 'python3-importlib_metadata'
 pkgname=python3-importlib_metadata
-version=4.8.1
-revision=2
+version=4.11.3
+revision=1
 wrksrc="importlib_metadata-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-zipp"
 short_desc="Read metadata from Python packages (Python 3)"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/python/importlib_metadata"
+changelog="https://raw.githubusercontent.com/python/importlib_metadata/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/i/importlib_metadata/importlib_metadata-${version}.tar.gz"
-checksum=f284b3e11256ad1e5d03ab86bb2ccd6f5339688ff17a4d797a0fe7df326f23b1
+checksum=ea4c597ebf37142f827b8f39299579e31685c31d3a438b59f469406afd0f2539
 # Needs unpackaged "pyfakefs"
 make_check=no

From 2104be9a7b05fa5bf249812930e87f5e9fe08251 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:03 +0100
Subject: [PATCH 03/10] python3-jaraco.classes: update to 3.2.1.

---
 srcpkgs/python3-jaraco.classes/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 1c0f76247a63..bcfad68459eb 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
-version=3.1.0
-revision=4
+version=3.2.1
+revision=1
 wrksrc="jaraco.classes-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco python3-more-itertools"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-more-itertools"
 short_desc="Utility functions for Python class constructs (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.classes"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.classes/jaraco.classes-${version}.tar.gz"
-checksum=c38698ff8ef932eb33d91c0e8fc192ad7c44ecee03f7f585afd4f35aeaef7aab
+checksum=ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From c596aa3be3e43b796ca2bcea09248ddef0cbb0fc Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:07 +0100
Subject: [PATCH 04/10] python3-jaraco.collections: update to 3.5.1.

---
 srcpkgs/python3-jaraco.collections/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index b82e8908866a..c7d643a4f92f 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
-version=3.0.0
-revision=4
+version=3.5.1
+revision=1
 wrksrc="jaraco.collections-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco.classes python3-jaraco.text python3-six"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-jaraco.classes python3-jaraco.text"
 short_desc="Collection of objects similar to stdlib by jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.collections"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
-checksum=be570ef4f2e7290b757449395238fa63d70a9255574624e73c5ff9f1ee554721
+checksum=b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 51576ff5aed94115abfb7c42227199fe74bc411e Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:11 +0100
Subject: [PATCH 05/10] python3-jaraco.functools: update to 3.5.0.

---
 srcpkgs/python3-jaraco.functools/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index 543cd11ec3b8..da6c540ba7a2 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,12 +1,12 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
-version=3.3.0
-revision=2
+version=3.5.0
+revision=1
 wrksrc="jaraco.functools-${version}"
-build_style=python3-module
+build_style=python3-pep517
 make_check_args="--override-ini='addopts=--doctest-modules'"
-hostmakedepends="python3-setuptools_scm python3-more-itertools"
-depends="python3-more-itertools python3-jaraco"
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-more-itertools"
 checkdepends="${depends} python3-pytest python3-jaraco.classes"
 short_desc="Functools like those found in stdlib (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://github.com/jaraco/jaraco.functools"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz"
-checksum=bfcf7da71e2a0e980189b0744b59dba6c1dcf66dcd7a30f8a4413e478046b314
+checksum=31e0e93d1027592b7b0bec6ad468db850338981ebee76ba5e212e235f4c7dda0
 
 post_install() {
 	vlicense LICENSE

From 47e6246849d30192d7d6df8d7a23d5c7cc9a846b Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 21:16:37 +0100
Subject: [PATCH 06/10] New package: python3-jaraco.context-4.1.1

---
 srcpkgs/python3-jaraco.context/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.context/template

diff --git a/srcpkgs/python3-jaraco.context/template b/srcpkgs/python3-jaraco.context/template
new file mode 100644
index 000000000000..dcd72f5723dd
--- /dev/null
+++ b/srcpkgs/python3-jaraco.context/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-jaraco.context'
+pkgname=python3-jaraco.context
+version=4.1.1
+revision=1
+wrksrc="jaraco.context-${version}"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+short_desc="Context managers by jaraco"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/jaraco/jaraco.context"
+changelog="https://raw.githubusercontent.com/jaraco/jaraco.context/master/CHANGES.rst"
+distfiles="${PYPI_SITE}/j/jaraco.context/jaraco.context-${version}.tar.gz"
+checksum=f0d4d82ffbbbff680384eba48a32a3167f12a91a30a7db56fd97b87e73a87241
+
+post_install() {
+	vlicense LICENSE
+}

From 14a954fe7649bc4bce39e5f0f5a25b653f7d4191 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:16 +0100
Subject: [PATCH 07/10] python3-jaraco.text: update to 3.7.0.

---
 srcpkgs/python3-jaraco.text/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index bc551cdabe7f..cba91bbe6237 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
-version=3.2.0
-revision=4
+version=3.7.0
+revision=1
 wrksrc="jaraco.text-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco.functools python3-six"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-jaraco.functools python3-six python3-jaraco.context"
+checkdepends="$depends python3-pytest"
 short_desc="Module for text manipulation (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.text"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.text/jaraco.text-${version}.tar.gz"
-checksum=e5078b1126cc0f166c7859aa75103a56c0d0f39ebcafc21695615472e0f810ec
+checksum=a7f9cc1b44a5f3096a216cbd130b650c7a6b2c9f8005b000ae97f329239a7c00
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 324733990ffabaae81a94c761b13f58f676b93a9 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:24 +0100
Subject: [PATCH 08/10] python3-portend: update to 3.1.0.

---
 srcpkgs/python3-portend/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 5766db04cbef..297fb02a49ef 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
-version=2.7.1
-revision=2
+version=3.1.0
+revision=1
 wrksrc="portend-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-tempora python3-jaraco.functools"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-tempora"
 checkdepends="python3-pytest $depends"
 short_desc="TCP port monitoring utilities (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/jaraco/portend"
 changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
-checksum=986ed9a278e64a87b5b5f4c21e61c25bebdce9919a92238d9c14c37a7416482b
+checksum=239e3116045ea823f6df87d6168107ad75ccc0590e37242af0cc1e98c5d224e4
 
 post_install() {
 	vlicense LICENSE

From ed6c319a2d9bc440d7b87848293fb8b8e29b2102 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:29 +0100
Subject: [PATCH 09/10] python3-tempora: update to 5.0.1.

---
 srcpkgs/python3-tempora/template | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 2b9efced6fd2..3fb249bf2b1f 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,19 +1,18 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
-version=4.1.1
-revision=2
+version=5.0.1
+revision=1
 wrksrc="tempora-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-setuptools python3-six python3-pytz"
-checkdepends="python3-pytest python3-freezegun
- python3-jaraco python3-jaraco.functools $depends"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-setuptools python3-pytz python3-jaraco.functools"
+checkdepends="python3-pytest python3-freezegun $depends"
 short_desc="Objects and routines pertaining to date and time (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/jaraco/tempora"
 distfiles="${PYPI_SITE}/t/tempora/tempora-${version}.tar.gz"
-checksum=c54da0f05405f04eb67abbb1dff4448fd91428b58cb00f0f645ea36f6a927950
+checksum=cba0f197a64883bf3e73657efbc0324d5bf17179e7769b1385b4d75d26cd9127
 alternatives="tempora:calc-prorate:/usr/bin/calc-prorate3"
 
 do_check() {

From 32fe1fddfbb3eedbf0d3f2ef14b2d943e3a31caa Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 22:01:39 +0100
Subject: [PATCH 10/10] python3-jaraco: remove package

---
 srcpkgs/python3-jaraco/template | 17 -----------------
 1 file changed, 17 deletions(-)
 delete mode 100644 srcpkgs/python3-jaraco/template

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
deleted file mode 100644
index ce4eca455d0d..000000000000
--- a/srcpkgs/python3-jaraco/template
+++ /dev/null
@@ -1,17 +0,0 @@
-# Template file for 'python3-jaraco'
-pkgname=python3-jaraco
-version=1.0
-revision=4
-create_wrksrc=yes
-depends="python3"
-short_desc="Namespace package declaration for jaraco (Python3)"
-maintainer="bra1nwave <bra1nwave@protonmail.com>"
-license="Public Domain"
-homepage="https://www.voidlinux.org/"
-
-do_install() {
-	vmkdir ${py3_sitelib}/jaraco
-	cat > ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py <<-EOF
-		__path__ = __import__('pkgutil').extend_path(__path__, __name__)
-	EOF
-}

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

* Re: [PR PATCH] [Updated] python3-{jaraco*,portend,tempora}: update and switch to python-pep517
  2022-03-23 19:57 [PR PATCH] python3-{jaraco*,portend,tempora} update and switch to python-pep517 tibequadorian
                   ` (2 preceding siblings ...)
  2022-03-23 21:08 ` tibequadorian
@ 2022-03-23 21:31 ` tibequadorian
  2022-03-23 21:32 ` tibequadorian
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-03-23 21:31 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages python3-jaraco
https://github.com/void-linux/void-packages/pull/36303

python3-{jaraco*,portend,tempora}: update and switch to python-pep517
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

Needs to be tested with:
- [ ] python3-CherryPy (depends on python3-portend and python3-jaraco.collections)
- [ ] python3-Cheroot (depends on python3-jaraco.functools)
- [ ] sabnzbd (depends on python3-portend)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36303.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-jaraco-36303.patch --]
[-- Type: text/x-diff, Size: 13205 bytes --]

From 0c939a1640ac6f3368d45f034ab0bdbbd7102285 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:03 +0100
Subject: [PATCH 1/9] python3-jaraco.classes: update to 3.2.1.

---
 srcpkgs/python3-jaraco.classes/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 1c0f76247a63..bcfad68459eb 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
-version=3.1.0
-revision=4
+version=3.2.1
+revision=1
 wrksrc="jaraco.classes-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco python3-more-itertools"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-more-itertools"
 short_desc="Utility functions for Python class constructs (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.classes"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.classes/jaraco.classes-${version}.tar.gz"
-checksum=c38698ff8ef932eb33d91c0e8fc192ad7c44ecee03f7f585afd4f35aeaef7aab
+checksum=ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 893dc900fd0d3dad830e854bd93852786eba3ed0 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:07 +0100
Subject: [PATCH 2/9] python3-jaraco.collections: update to 3.5.1.

---
 srcpkgs/python3-jaraco.collections/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index b82e8908866a..c7d643a4f92f 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
-version=3.0.0
-revision=4
+version=3.5.1
+revision=1
 wrksrc="jaraco.collections-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco.classes python3-jaraco.text python3-six"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-jaraco.classes python3-jaraco.text"
 short_desc="Collection of objects similar to stdlib by jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.collections"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
-checksum=be570ef4f2e7290b757449395238fa63d70a9255574624e73c5ff9f1ee554721
+checksum=b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 3941fe2e24564815d055f0106475a7900d5ad330 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:11 +0100
Subject: [PATCH 3/9] python3-jaraco.functools: update to 3.5.0.

---
 srcpkgs/python3-jaraco.functools/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index 543cd11ec3b8..da6c540ba7a2 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,12 +1,12 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
-version=3.3.0
-revision=2
+version=3.5.0
+revision=1
 wrksrc="jaraco.functools-${version}"
-build_style=python3-module
+build_style=python3-pep517
 make_check_args="--override-ini='addopts=--doctest-modules'"
-hostmakedepends="python3-setuptools_scm python3-more-itertools"
-depends="python3-more-itertools python3-jaraco"
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-more-itertools"
 checkdepends="${depends} python3-pytest python3-jaraco.classes"
 short_desc="Functools like those found in stdlib (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://github.com/jaraco/jaraco.functools"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz"
-checksum=bfcf7da71e2a0e980189b0744b59dba6c1dcf66dcd7a30f8a4413e478046b314
+checksum=31e0e93d1027592b7b0bec6ad468db850338981ebee76ba5e212e235f4c7dda0
 
 post_install() {
 	vlicense LICENSE

From 119fd538696f832a4931bc40d463c3b8d80737d5 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 21:16:37 +0100
Subject: [PATCH 4/9] New package: python3-jaraco.context-4.1.1

---
 srcpkgs/python3-jaraco.context/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.context/template

diff --git a/srcpkgs/python3-jaraco.context/template b/srcpkgs/python3-jaraco.context/template
new file mode 100644
index 000000000000..dcd72f5723dd
--- /dev/null
+++ b/srcpkgs/python3-jaraco.context/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-jaraco.context'
+pkgname=python3-jaraco.context
+version=4.1.1
+revision=1
+wrksrc="jaraco.context-${version}"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+short_desc="Context managers by jaraco"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/jaraco/jaraco.context"
+changelog="https://raw.githubusercontent.com/jaraco/jaraco.context/master/CHANGES.rst"
+distfiles="${PYPI_SITE}/j/jaraco.context/jaraco.context-${version}.tar.gz"
+checksum=f0d4d82ffbbbff680384eba48a32a3167f12a91a30a7db56fd97b87e73a87241
+
+post_install() {
+	vlicense LICENSE
+}

From 8024ac02388bf78f4c8d0bb5aa6a1dd40da40b49 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:16 +0100
Subject: [PATCH 5/9] python3-jaraco.text: update to 3.7.0.

---
 srcpkgs/python3-jaraco.text/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index bc551cdabe7f..cba91bbe6237 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
-version=3.2.0
-revision=4
+version=3.7.0
+revision=1
 wrksrc="jaraco.text-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco.functools python3-six"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-jaraco.functools python3-six python3-jaraco.context"
+checkdepends="$depends python3-pytest"
 short_desc="Module for text manipulation (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.text"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.text/jaraco.text-${version}.tar.gz"
-checksum=e5078b1126cc0f166c7859aa75103a56c0d0f39ebcafc21695615472e0f810ec
+checksum=a7f9cc1b44a5f3096a216cbd130b650c7a6b2c9f8005b000ae97f329239a7c00
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 12572151e5898fcebdd15bbd2776bed2c3569026 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:24 +0100
Subject: [PATCH 6/9] python3-portend: update to 3.1.0.

---
 srcpkgs/python3-portend/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 5766db04cbef..297fb02a49ef 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
-version=2.7.1
-revision=2
+version=3.1.0
+revision=1
 wrksrc="portend-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-tempora python3-jaraco.functools"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-tempora"
 checkdepends="python3-pytest $depends"
 short_desc="TCP port monitoring utilities (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/jaraco/portend"
 changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
-checksum=986ed9a278e64a87b5b5f4c21e61c25bebdce9919a92238d9c14c37a7416482b
+checksum=239e3116045ea823f6df87d6168107ad75ccc0590e37242af0cc1e98c5d224e4
 
 post_install() {
 	vlicense LICENSE

From 75413f0640e3561d225ccd75f9616f70f84bfcfb Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:29 +0100
Subject: [PATCH 7/9] python3-tempora: update to 5.0.1.

---
 srcpkgs/python3-tempora/template | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 2b9efced6fd2..3fb249bf2b1f 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,19 +1,18 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
-version=4.1.1
-revision=2
+version=5.0.1
+revision=1
 wrksrc="tempora-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-setuptools python3-six python3-pytz"
-checkdepends="python3-pytest python3-freezegun
- python3-jaraco python3-jaraco.functools $depends"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-setuptools python3-pytz python3-jaraco.functools"
+checkdepends="python3-pytest python3-freezegun $depends"
 short_desc="Objects and routines pertaining to date and time (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/jaraco/tempora"
 distfiles="${PYPI_SITE}/t/tempora/tempora-${version}.tar.gz"
-checksum=c54da0f05405f04eb67abbb1dff4448fd91428b58cb00f0f645ea36f6a927950
+checksum=cba0f197a64883bf3e73657efbc0324d5bf17179e7769b1385b4d75d26cd9127
 alternatives="tempora:calc-prorate:/usr/bin/calc-prorate3"
 
 do_check() {

From 4461606a8a8dc696abef4740f12360fb0d77118a Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 22:21:35 +0100
Subject: [PATCH 8/9] python3-zipp: remove python3-jaraco from checkdepends

---
 srcpkgs/python3-zipp/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-zipp/template b/srcpkgs/python3-zipp/template
index ab7b82af8842..3ee5592a36d8 100644
--- a/srcpkgs/python3-zipp/template
+++ b/srcpkgs/python3-zipp/template
@@ -6,7 +6,6 @@ wrksrc="zipp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
 depends="python3"
-checkdepends="python3-jaraco"
 short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 license="MIT"

From 6dedea25ba809a195a79afa2251c6ebd711a51b4 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 22:01:39 +0100
Subject: [PATCH 9/9] python3-jaraco: remove package

---
 srcpkgs/python3-jaraco/template   | 17 -----------------
 srcpkgs/removed-packages/template |  1 +
 2 files changed, 1 insertion(+), 17 deletions(-)
 delete mode 100644 srcpkgs/python3-jaraco/template

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
deleted file mode 100644
index ce4eca455d0d..000000000000
--- a/srcpkgs/python3-jaraco/template
+++ /dev/null
@@ -1,17 +0,0 @@
-# Template file for 'python3-jaraco'
-pkgname=python3-jaraco
-version=1.0
-revision=4
-create_wrksrc=yes
-depends="python3"
-short_desc="Namespace package declaration for jaraco (Python3)"
-maintainer="bra1nwave <bra1nwave@protonmail.com>"
-license="Public Domain"
-homepage="https://www.voidlinux.org/"
-
-do_install() {
-	vmkdir ${py3_sitelib}/jaraco
-	cat > ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py <<-EOF
-		__path__ = __import__('pkgutil').extend_path(__path__, __name__)
-	EOF
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 30fa0d2cce34..07cfddc81115 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -322,6 +322,7 @@ replaces="
  python3-docker-pycreds<=0.4.0_4
  python3-grako<=3.99.9_7
  python3-idna-ssl<=1.1.0_3
+ python3-jaraco<=1.0_4
  python3-keepalive<=0.5_6
  python3-pgpdump<=1.5_10
  python3-lockfile<=0.12.2_7

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

* Re: [PR PATCH] [Updated] python3-{jaraco*,portend,tempora}: update and switch to python-pep517
  2022-03-23 19:57 [PR PATCH] python3-{jaraco*,portend,tempora} update and switch to python-pep517 tibequadorian
                   ` (3 preceding siblings ...)
  2022-03-23 21:31 ` tibequadorian
@ 2022-03-23 21:32 ` tibequadorian
  2022-03-24 11:29 ` tibequadorian
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-03-23 21:32 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages python3-jaraco
https://github.com/void-linux/void-packages/pull/36303

python3-{jaraco*,portend,tempora}: update and switch to python-pep517
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

Needs to be tested with:
- [ ] python3-CherryPy (depends on python3-portend and python3-jaraco.collections)
- [ ] python3-Cheroot (depends on python3-jaraco.functools)
- [ ] sabnzbd (depends on python3-portend)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36303.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-jaraco-36303.patch --]
[-- Type: text/x-diff, Size: 13205 bytes --]

From 0c939a1640ac6f3368d45f034ab0bdbbd7102285 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:03 +0100
Subject: [PATCH 1/9] python3-jaraco.classes: update to 3.2.1.

---
 srcpkgs/python3-jaraco.classes/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 1c0f76247a63..bcfad68459eb 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
-version=3.1.0
-revision=4
+version=3.2.1
+revision=1
 wrksrc="jaraco.classes-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco python3-more-itertools"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-more-itertools"
 short_desc="Utility functions for Python class constructs (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.classes"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.classes/jaraco.classes-${version}.tar.gz"
-checksum=c38698ff8ef932eb33d91c0e8fc192ad7c44ecee03f7f585afd4f35aeaef7aab
+checksum=ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 893dc900fd0d3dad830e854bd93852786eba3ed0 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:07 +0100
Subject: [PATCH 2/9] python3-jaraco.collections: update to 3.5.1.

---
 srcpkgs/python3-jaraco.collections/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index b82e8908866a..c7d643a4f92f 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
-version=3.0.0
-revision=4
+version=3.5.1
+revision=1
 wrksrc="jaraco.collections-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco.classes python3-jaraco.text python3-six"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-jaraco.classes python3-jaraco.text"
 short_desc="Collection of objects similar to stdlib by jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.collections"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
-checksum=be570ef4f2e7290b757449395238fa63d70a9255574624e73c5ff9f1ee554721
+checksum=b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 3941fe2e24564815d055f0106475a7900d5ad330 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:11 +0100
Subject: [PATCH 3/9] python3-jaraco.functools: update to 3.5.0.

---
 srcpkgs/python3-jaraco.functools/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index 543cd11ec3b8..da6c540ba7a2 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,12 +1,12 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
-version=3.3.0
-revision=2
+version=3.5.0
+revision=1
 wrksrc="jaraco.functools-${version}"
-build_style=python3-module
+build_style=python3-pep517
 make_check_args="--override-ini='addopts=--doctest-modules'"
-hostmakedepends="python3-setuptools_scm python3-more-itertools"
-depends="python3-more-itertools python3-jaraco"
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-more-itertools"
 checkdepends="${depends} python3-pytest python3-jaraco.classes"
 short_desc="Functools like those found in stdlib (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://github.com/jaraco/jaraco.functools"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz"
-checksum=bfcf7da71e2a0e980189b0744b59dba6c1dcf66dcd7a30f8a4413e478046b314
+checksum=31e0e93d1027592b7b0bec6ad468db850338981ebee76ba5e212e235f4c7dda0
 
 post_install() {
 	vlicense LICENSE

From 119fd538696f832a4931bc40d463c3b8d80737d5 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 21:16:37 +0100
Subject: [PATCH 4/9] New package: python3-jaraco.context-4.1.1

---
 srcpkgs/python3-jaraco.context/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.context/template

diff --git a/srcpkgs/python3-jaraco.context/template b/srcpkgs/python3-jaraco.context/template
new file mode 100644
index 000000000000..dcd72f5723dd
--- /dev/null
+++ b/srcpkgs/python3-jaraco.context/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-jaraco.context'
+pkgname=python3-jaraco.context
+version=4.1.1
+revision=1
+wrksrc="jaraco.context-${version}"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+short_desc="Context managers by jaraco"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/jaraco/jaraco.context"
+changelog="https://raw.githubusercontent.com/jaraco/jaraco.context/master/CHANGES.rst"
+distfiles="${PYPI_SITE}/j/jaraco.context/jaraco.context-${version}.tar.gz"
+checksum=f0d4d82ffbbbff680384eba48a32a3167f12a91a30a7db56fd97b87e73a87241
+
+post_install() {
+	vlicense LICENSE
+}

From 8024ac02388bf78f4c8d0bb5aa6a1dd40da40b49 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:16 +0100
Subject: [PATCH 5/9] python3-jaraco.text: update to 3.7.0.

---
 srcpkgs/python3-jaraco.text/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index bc551cdabe7f..cba91bbe6237 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
-version=3.2.0
-revision=4
+version=3.7.0
+revision=1
 wrksrc="jaraco.text-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco.functools python3-six"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-jaraco.functools python3-six python3-jaraco.context"
+checkdepends="$depends python3-pytest"
 short_desc="Module for text manipulation (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.text"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.text/jaraco.text-${version}.tar.gz"
-checksum=e5078b1126cc0f166c7859aa75103a56c0d0f39ebcafc21695615472e0f810ec
+checksum=a7f9cc1b44a5f3096a216cbd130b650c7a6b2c9f8005b000ae97f329239a7c00
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From fb42eb2e7580957fd31505384c28d088dce9055a Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:29 +0100
Subject: [PATCH 6/9] python3-tempora: update to 5.0.1.

---
 srcpkgs/python3-tempora/template | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 2b9efced6fd2..3fb249bf2b1f 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,19 +1,18 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
-version=4.1.1
-revision=2
+version=5.0.1
+revision=1
 wrksrc="tempora-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-setuptools python3-six python3-pytz"
-checkdepends="python3-pytest python3-freezegun
- python3-jaraco python3-jaraco.functools $depends"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-setuptools python3-pytz python3-jaraco.functools"
+checkdepends="python3-pytest python3-freezegun $depends"
 short_desc="Objects and routines pertaining to date and time (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/jaraco/tempora"
 distfiles="${PYPI_SITE}/t/tempora/tempora-${version}.tar.gz"
-checksum=c54da0f05405f04eb67abbb1dff4448fd91428b58cb00f0f645ea36f6a927950
+checksum=cba0f197a64883bf3e73657efbc0324d5bf17179e7769b1385b4d75d26cd9127
 alternatives="tempora:calc-prorate:/usr/bin/calc-prorate3"
 
 do_check() {

From eac1565a410b3ebbd942a60ddbf7fe1818adb96d Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:24 +0100
Subject: [PATCH 7/9] python3-portend: update to 3.1.0.

---
 srcpkgs/python3-portend/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 5766db04cbef..297fb02a49ef 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
-version=2.7.1
-revision=2
+version=3.1.0
+revision=1
 wrksrc="portend-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-tempora python3-jaraco.functools"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-tempora"
 checkdepends="python3-pytest $depends"
 short_desc="TCP port monitoring utilities (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/jaraco/portend"
 changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
-checksum=986ed9a278e64a87b5b5f4c21e61c25bebdce9919a92238d9c14c37a7416482b
+checksum=239e3116045ea823f6df87d6168107ad75ccc0590e37242af0cc1e98c5d224e4
 
 post_install() {
 	vlicense LICENSE

From 9e10cd156c36a95d99f0058cdaf1720ef5bef9d0 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 22:21:35 +0100
Subject: [PATCH 8/9] python3-zipp: remove python3-jaraco from checkdepends

---
 srcpkgs/python3-zipp/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-zipp/template b/srcpkgs/python3-zipp/template
index ab7b82af8842..3ee5592a36d8 100644
--- a/srcpkgs/python3-zipp/template
+++ b/srcpkgs/python3-zipp/template
@@ -6,7 +6,6 @@ wrksrc="zipp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
 depends="python3"
-checkdepends="python3-jaraco"
 short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 license="MIT"

From dc108d6ed851c51d6612acc4417904537feed849 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 22:01:39 +0100
Subject: [PATCH 9/9] python3-jaraco: remove package

---
 srcpkgs/python3-jaraco/template   | 17 -----------------
 srcpkgs/removed-packages/template |  1 +
 2 files changed, 1 insertion(+), 17 deletions(-)
 delete mode 100644 srcpkgs/python3-jaraco/template

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
deleted file mode 100644
index ce4eca455d0d..000000000000
--- a/srcpkgs/python3-jaraco/template
+++ /dev/null
@@ -1,17 +0,0 @@
-# Template file for 'python3-jaraco'
-pkgname=python3-jaraco
-version=1.0
-revision=4
-create_wrksrc=yes
-depends="python3"
-short_desc="Namespace package declaration for jaraco (Python3)"
-maintainer="bra1nwave <bra1nwave@protonmail.com>"
-license="Public Domain"
-homepage="https://www.voidlinux.org/"
-
-do_install() {
-	vmkdir ${py3_sitelib}/jaraco
-	cat > ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py <<-EOF
-		__path__ = __import__('pkgutil').extend_path(__path__, __name__)
-	EOF
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 30fa0d2cce34..07cfddc81115 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -322,6 +322,7 @@ replaces="
  python3-docker-pycreds<=0.4.0_4
  python3-grako<=3.99.9_7
  python3-idna-ssl<=1.1.0_3
+ python3-jaraco<=1.0_4
  python3-keepalive<=0.5_6
  python3-pgpdump<=1.5_10
  python3-lockfile<=0.12.2_7

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

* Re: [PR PATCH] [Updated] python3-{jaraco*,portend,tempora}: update and switch to python-pep517
  2022-03-23 19:57 [PR PATCH] python3-{jaraco*,portend,tempora} update and switch to python-pep517 tibequadorian
                   ` (4 preceding siblings ...)
  2022-03-23 21:32 ` tibequadorian
@ 2022-03-24 11:29 ` tibequadorian
  2022-03-24 11:44 ` tibequadorian
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-03-24 11:29 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages python3-jaraco
https://github.com/void-linux/void-packages/pull/36303

python3-{jaraco*,portend,tempora}: update and switch to python-pep517
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Needs to be tested with:
- [x] python3-CherryPy (depends on python3-portend and python3-jaraco.collections)
- [x] python3-Cheroot (depends on python3-jaraco.functools)
- [x] sabnzbd (depends on python3-portend)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36303.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-jaraco-36303.patch --]
[-- Type: text/x-diff, Size: 13205 bytes --]

From 18c570cdca1e75eadc397cdae1e7affbc0160b1b Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:03 +0100
Subject: [PATCH 1/9] python3-jaraco.classes: update to 3.2.1.

---
 srcpkgs/python3-jaraco.classes/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 1c0f76247a63..bcfad68459eb 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
-version=3.1.0
-revision=4
+version=3.2.1
+revision=1
 wrksrc="jaraco.classes-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco python3-more-itertools"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-more-itertools"
 short_desc="Utility functions for Python class constructs (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.classes"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.classes/jaraco.classes-${version}.tar.gz"
-checksum=c38698ff8ef932eb33d91c0e8fc192ad7c44ecee03f7f585afd4f35aeaef7aab
+checksum=ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From fdbdd18e8874843233eb5cb62388d1b052ca61c3 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:07 +0100
Subject: [PATCH 2/9] python3-jaraco.collections: update to 3.5.1.

---
 srcpkgs/python3-jaraco.collections/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index b82e8908866a..c7d643a4f92f 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
-version=3.0.0
-revision=4
+version=3.5.1
+revision=1
 wrksrc="jaraco.collections-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco.classes python3-jaraco.text python3-six"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-jaraco.classes python3-jaraco.text"
 short_desc="Collection of objects similar to stdlib by jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.collections"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
-checksum=be570ef4f2e7290b757449395238fa63d70a9255574624e73c5ff9f1ee554721
+checksum=b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 815506f375711a402dffac324444025344f2113a Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:11 +0100
Subject: [PATCH 3/9] python3-jaraco.functools: update to 3.5.0.

---
 srcpkgs/python3-jaraco.functools/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index 543cd11ec3b8..da6c540ba7a2 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,12 +1,12 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
-version=3.3.0
-revision=2
+version=3.5.0
+revision=1
 wrksrc="jaraco.functools-${version}"
-build_style=python3-module
+build_style=python3-pep517
 make_check_args="--override-ini='addopts=--doctest-modules'"
-hostmakedepends="python3-setuptools_scm python3-more-itertools"
-depends="python3-more-itertools python3-jaraco"
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-more-itertools"
 checkdepends="${depends} python3-pytest python3-jaraco.classes"
 short_desc="Functools like those found in stdlib (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://github.com/jaraco/jaraco.functools"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz"
-checksum=bfcf7da71e2a0e980189b0744b59dba6c1dcf66dcd7a30f8a4413e478046b314
+checksum=31e0e93d1027592b7b0bec6ad468db850338981ebee76ba5e212e235f4c7dda0
 
 post_install() {
 	vlicense LICENSE

From 9880005ea728a2a94c6153f26fc5d9a8d9daea9e Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 21:16:37 +0100
Subject: [PATCH 4/9] New package: python3-jaraco.context-4.1.1

---
 srcpkgs/python3-jaraco.context/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.context/template

diff --git a/srcpkgs/python3-jaraco.context/template b/srcpkgs/python3-jaraco.context/template
new file mode 100644
index 000000000000..dcd72f5723dd
--- /dev/null
+++ b/srcpkgs/python3-jaraco.context/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-jaraco.context'
+pkgname=python3-jaraco.context
+version=4.1.1
+revision=1
+wrksrc="jaraco.context-${version}"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+short_desc="Context managers by jaraco"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/jaraco/jaraco.context"
+changelog="https://raw.githubusercontent.com/jaraco/jaraco.context/master/CHANGES.rst"
+distfiles="${PYPI_SITE}/j/jaraco.context/jaraco.context-${version}.tar.gz"
+checksum=f0d4d82ffbbbff680384eba48a32a3167f12a91a30a7db56fd97b87e73a87241
+
+post_install() {
+	vlicense LICENSE
+}

From 7fe7af8856c9eefdfa645a7cc619021eaae9f445 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:16 +0100
Subject: [PATCH 5/9] python3-jaraco.text: update to 3.7.0.

---
 srcpkgs/python3-jaraco.text/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index bc551cdabe7f..cba91bbe6237 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
-version=3.2.0
-revision=4
+version=3.7.0
+revision=1
 wrksrc="jaraco.text-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco.functools python3-six"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-jaraco.functools python3-six python3-jaraco.context"
+checkdepends="$depends python3-pytest"
 short_desc="Module for text manipulation (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.text"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.text/jaraco.text-${version}.tar.gz"
-checksum=e5078b1126cc0f166c7859aa75103a56c0d0f39ebcafc21695615472e0f810ec
+checksum=a7f9cc1b44a5f3096a216cbd130b650c7a6b2c9f8005b000ae97f329239a7c00
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 395b5918420c10fea29386e3d95a61fe66fa9c60 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:29 +0100
Subject: [PATCH 6/9] python3-tempora: update to 5.0.1.

---
 srcpkgs/python3-tempora/template | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 2b9efced6fd2..3fb249bf2b1f 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,19 +1,18 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
-version=4.1.1
-revision=2
+version=5.0.1
+revision=1
 wrksrc="tempora-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-setuptools python3-six python3-pytz"
-checkdepends="python3-pytest python3-freezegun
- python3-jaraco python3-jaraco.functools $depends"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-setuptools python3-pytz python3-jaraco.functools"
+checkdepends="python3-pytest python3-freezegun $depends"
 short_desc="Objects and routines pertaining to date and time (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/jaraco/tempora"
 distfiles="${PYPI_SITE}/t/tempora/tempora-${version}.tar.gz"
-checksum=c54da0f05405f04eb67abbb1dff4448fd91428b58cb00f0f645ea36f6a927950
+checksum=cba0f197a64883bf3e73657efbc0324d5bf17179e7769b1385b4d75d26cd9127
 alternatives="tempora:calc-prorate:/usr/bin/calc-prorate3"
 
 do_check() {

From ddaec37ac95d5fe08b5221a9df2cb66fc8c499fd Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:24 +0100
Subject: [PATCH 7/9] python3-portend: update to 3.1.0.

---
 srcpkgs/python3-portend/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 5766db04cbef..297fb02a49ef 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
-version=2.7.1
-revision=2
+version=3.1.0
+revision=1
 wrksrc="portend-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-tempora python3-jaraco.functools"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-tempora"
 checkdepends="python3-pytest $depends"
 short_desc="TCP port monitoring utilities (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/jaraco/portend"
 changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
-checksum=986ed9a278e64a87b5b5f4c21e61c25bebdce9919a92238d9c14c37a7416482b
+checksum=239e3116045ea823f6df87d6168107ad75ccc0590e37242af0cc1e98c5d224e4
 
 post_install() {
 	vlicense LICENSE

From 5788a3d574aeb630fae56a102020caf0a1f4f5b5 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 22:21:35 +0100
Subject: [PATCH 8/9] python3-zipp: remove python3-jaraco from checkdepends

---
 srcpkgs/python3-zipp/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-zipp/template b/srcpkgs/python3-zipp/template
index ab7b82af8842..3ee5592a36d8 100644
--- a/srcpkgs/python3-zipp/template
+++ b/srcpkgs/python3-zipp/template
@@ -6,7 +6,6 @@ wrksrc="zipp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
 depends="python3"
-checkdepends="python3-jaraco"
 short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 license="MIT"

From b7affdec1362b8eac20c7c222111d8ecfd164271 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 22:01:39 +0100
Subject: [PATCH 9/9] python3-jaraco: remove package

---
 srcpkgs/python3-jaraco/template   | 17 -----------------
 srcpkgs/removed-packages/template |  1 +
 2 files changed, 1 insertion(+), 17 deletions(-)
 delete mode 100644 srcpkgs/python3-jaraco/template

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
deleted file mode 100644
index ce4eca455d0d..000000000000
--- a/srcpkgs/python3-jaraco/template
+++ /dev/null
@@ -1,17 +0,0 @@
-# Template file for 'python3-jaraco'
-pkgname=python3-jaraco
-version=1.0
-revision=4
-create_wrksrc=yes
-depends="python3"
-short_desc="Namespace package declaration for jaraco (Python3)"
-maintainer="bra1nwave <bra1nwave@protonmail.com>"
-license="Public Domain"
-homepage="https://www.voidlinux.org/"
-
-do_install() {
-	vmkdir ${py3_sitelib}/jaraco
-	cat > ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py <<-EOF
-		__path__ = __import__('pkgutil').extend_path(__path__, __name__)
-	EOF
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 30fa0d2cce34..07cfddc81115 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -322,6 +322,7 @@ replaces="
  python3-docker-pycreds<=0.4.0_4
  python3-grako<=3.99.9_7
  python3-idna-ssl<=1.1.0_3
+ python3-jaraco<=1.0_4
  python3-keepalive<=0.5_6
  python3-pgpdump<=1.5_10
  python3-lockfile<=0.12.2_7

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

* Re: [PR PATCH] [Updated] python3-{jaraco*,portend,tempora}: update and switch to python-pep517
  2022-03-23 19:57 [PR PATCH] python3-{jaraco*,portend,tempora} update and switch to python-pep517 tibequadorian
                   ` (5 preceding siblings ...)
  2022-03-24 11:29 ` tibequadorian
@ 2022-03-24 11:44 ` tibequadorian
  2022-05-03 13:29 ` ahesford
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-03-24 11:44 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages python3-jaraco
https://github.com/void-linux/void-packages/pull/36303

python3-{jaraco*,portend,tempora}: update and switch to python-pep517
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Needs to be tested with:
- [x] python3-CherryPy (depends on python3-portend and python3-jaraco.collections)
- [x] python3-Cheroot (depends on python3-jaraco.functools)
- [x] sabnzbd (depends on python3-portend)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36303.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-jaraco-36303.patch --]
[-- Type: text/x-diff, Size: 13266 bytes --]

From 18c570cdca1e75eadc397cdae1e7affbc0160b1b Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:03 +0100
Subject: [PATCH 1/9] python3-jaraco.classes: update to 3.2.1.

---
 srcpkgs/python3-jaraco.classes/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 1c0f76247a63..bcfad68459eb 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
-version=3.1.0
-revision=4
+version=3.2.1
+revision=1
 wrksrc="jaraco.classes-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco python3-more-itertools"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-more-itertools"
 short_desc="Utility functions for Python class constructs (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.classes"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.classes/jaraco.classes-${version}.tar.gz"
-checksum=c38698ff8ef932eb33d91c0e8fc192ad7c44ecee03f7f585afd4f35aeaef7aab
+checksum=ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From fdbdd18e8874843233eb5cb62388d1b052ca61c3 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:07 +0100
Subject: [PATCH 2/9] python3-jaraco.collections: update to 3.5.1.

---
 srcpkgs/python3-jaraco.collections/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index b82e8908866a..c7d643a4f92f 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
-version=3.0.0
-revision=4
+version=3.5.1
+revision=1
 wrksrc="jaraco.collections-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco.classes python3-jaraco.text python3-six"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-jaraco.classes python3-jaraco.text"
 short_desc="Collection of objects similar to stdlib by jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.collections"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
-checksum=be570ef4f2e7290b757449395238fa63d70a9255574624e73c5ff9f1ee554721
+checksum=b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 815506f375711a402dffac324444025344f2113a Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:11 +0100
Subject: [PATCH 3/9] python3-jaraco.functools: update to 3.5.0.

---
 srcpkgs/python3-jaraco.functools/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index 543cd11ec3b8..da6c540ba7a2 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,12 +1,12 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
-version=3.3.0
-revision=2
+version=3.5.0
+revision=1
 wrksrc="jaraco.functools-${version}"
-build_style=python3-module
+build_style=python3-pep517
 make_check_args="--override-ini='addopts=--doctest-modules'"
-hostmakedepends="python3-setuptools_scm python3-more-itertools"
-depends="python3-more-itertools python3-jaraco"
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-more-itertools"
 checkdepends="${depends} python3-pytest python3-jaraco.classes"
 short_desc="Functools like those found in stdlib (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://github.com/jaraco/jaraco.functools"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz"
-checksum=bfcf7da71e2a0e980189b0744b59dba6c1dcf66dcd7a30f8a4413e478046b314
+checksum=31e0e93d1027592b7b0bec6ad468db850338981ebee76ba5e212e235f4c7dda0
 
 post_install() {
 	vlicense LICENSE

From 9880005ea728a2a94c6153f26fc5d9a8d9daea9e Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 21:16:37 +0100
Subject: [PATCH 4/9] New package: python3-jaraco.context-4.1.1

---
 srcpkgs/python3-jaraco.context/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.context/template

diff --git a/srcpkgs/python3-jaraco.context/template b/srcpkgs/python3-jaraco.context/template
new file mode 100644
index 000000000000..dcd72f5723dd
--- /dev/null
+++ b/srcpkgs/python3-jaraco.context/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-jaraco.context'
+pkgname=python3-jaraco.context
+version=4.1.1
+revision=1
+wrksrc="jaraco.context-${version}"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+short_desc="Context managers by jaraco"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/jaraco/jaraco.context"
+changelog="https://raw.githubusercontent.com/jaraco/jaraco.context/master/CHANGES.rst"
+distfiles="${PYPI_SITE}/j/jaraco.context/jaraco.context-${version}.tar.gz"
+checksum=f0d4d82ffbbbff680384eba48a32a3167f12a91a30a7db56fd97b87e73a87241
+
+post_install() {
+	vlicense LICENSE
+}

From 7fe7af8856c9eefdfa645a7cc619021eaae9f445 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:16 +0100
Subject: [PATCH 5/9] python3-jaraco.text: update to 3.7.0.

---
 srcpkgs/python3-jaraco.text/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index bc551cdabe7f..cba91bbe6237 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
-version=3.2.0
-revision=4
+version=3.7.0
+revision=1
 wrksrc="jaraco.text-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco.functools python3-six"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-jaraco.functools python3-six python3-jaraco.context"
+checkdepends="$depends python3-pytest"
 short_desc="Module for text manipulation (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.text"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.text/jaraco.text-${version}.tar.gz"
-checksum=e5078b1126cc0f166c7859aa75103a56c0d0f39ebcafc21695615472e0f810ec
+checksum=a7f9cc1b44a5f3096a216cbd130b650c7a6b2c9f8005b000ae97f329239a7c00
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 395b5918420c10fea29386e3d95a61fe66fa9c60 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:29 +0100
Subject: [PATCH 6/9] python3-tempora: update to 5.0.1.

---
 srcpkgs/python3-tempora/template | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 2b9efced6fd2..3fb249bf2b1f 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,19 +1,18 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
-version=4.1.1
-revision=2
+version=5.0.1
+revision=1
 wrksrc="tempora-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-setuptools python3-six python3-pytz"
-checkdepends="python3-pytest python3-freezegun
- python3-jaraco python3-jaraco.functools $depends"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-setuptools python3-pytz python3-jaraco.functools"
+checkdepends="python3-pytest python3-freezegun $depends"
 short_desc="Objects and routines pertaining to date and time (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/jaraco/tempora"
 distfiles="${PYPI_SITE}/t/tempora/tempora-${version}.tar.gz"
-checksum=c54da0f05405f04eb67abbb1dff4448fd91428b58cb00f0f645ea36f6a927950
+checksum=cba0f197a64883bf3e73657efbc0324d5bf17179e7769b1385b4d75d26cd9127
 alternatives="tempora:calc-prorate:/usr/bin/calc-prorate3"
 
 do_check() {

From 735f2b92b3ec6b482ec584a4be55c31dd68f7c8c Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:24 +0100
Subject: [PATCH 7/9] python3-portend: update to 3.1.0.

---
 srcpkgs/python3-portend/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 5766db04cbef..882e1c749276 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
-version=2.7.1
-revision=2
+version=3.1.0
+revision=1
 wrksrc="portend-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-tempora python3-jaraco.functools"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-tempora"
 checkdepends="python3-pytest $depends"
 short_desc="TCP port monitoring utilities (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,7 +13,8 @@ license="MIT"
 homepage="https://github.com/jaraco/portend"
 changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
-checksum=986ed9a278e64a87b5b5f4c21e61c25bebdce9919a92238d9c14c37a7416482b
+checksum=239e3116045ea823f6df87d6168107ad75ccc0590e37242af0cc1e98c5d224e4
+make_check=ci-skip # test_portend.py .F.....F.F. and hangs
 
 post_install() {
 	vlicense LICENSE

From 9a74de04f65d21bffca6437117f40ec619eaf696 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 22:21:35 +0100
Subject: [PATCH 8/9] python3-zipp: remove python3-jaraco from checkdepends

---
 srcpkgs/python3-zipp/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-zipp/template b/srcpkgs/python3-zipp/template
index ab7b82af8842..3ee5592a36d8 100644
--- a/srcpkgs/python3-zipp/template
+++ b/srcpkgs/python3-zipp/template
@@ -6,7 +6,6 @@ wrksrc="zipp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
 depends="python3"
-checkdepends="python3-jaraco"
 short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 license="MIT"

From 00147e82ea6e3b1b1e1c8f76fb10dc06f66de142 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 22:01:39 +0100
Subject: [PATCH 9/9] python3-jaraco: remove package

---
 srcpkgs/python3-jaraco/template   | 17 -----------------
 srcpkgs/removed-packages/template |  1 +
 2 files changed, 1 insertion(+), 17 deletions(-)
 delete mode 100644 srcpkgs/python3-jaraco/template

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
deleted file mode 100644
index ce4eca455d0d..000000000000
--- a/srcpkgs/python3-jaraco/template
+++ /dev/null
@@ -1,17 +0,0 @@
-# Template file for 'python3-jaraco'
-pkgname=python3-jaraco
-version=1.0
-revision=4
-create_wrksrc=yes
-depends="python3"
-short_desc="Namespace package declaration for jaraco (Python3)"
-maintainer="bra1nwave <bra1nwave@protonmail.com>"
-license="Public Domain"
-homepage="https://www.voidlinux.org/"
-
-do_install() {
-	vmkdir ${py3_sitelib}/jaraco
-	cat > ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py <<-EOF
-		__path__ = __import__('pkgutil').extend_path(__path__, __name__)
-	EOF
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 30fa0d2cce34..07cfddc81115 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -322,6 +322,7 @@ replaces="
  python3-docker-pycreds<=0.4.0_4
  python3-grako<=3.99.9_7
  python3-idna-ssl<=1.1.0_3
+ python3-jaraco<=1.0_4
  python3-keepalive<=0.5_6
  python3-pgpdump<=1.5_10
  python3-lockfile<=0.12.2_7

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

* Re: python3-{jaraco*,portend,tempora}: update and switch to python-pep517
  2022-03-23 19:57 [PR PATCH] python3-{jaraco*,portend,tempora} update and switch to python-pep517 tibequadorian
                   ` (6 preceding siblings ...)
  2022-03-24 11:44 ` tibequadorian
@ 2022-05-03 13:29 ` ahesford
  2022-05-04 11:52 ` [PR PATCH] [Updated] " tibequadorian
  2022-05-22 11:36 ` [PR PATCH] [Merged]: " ahesford
  9 siblings, 0 replies; 11+ messages in thread
From: ahesford @ 2022-05-03 13:29 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/36303#issuecomment-1116098875

Comment:
Please fix the conflict with `removed-packages` and this should be all set.

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

* Re: [PR PATCH] [Updated] python3-{jaraco*,portend,tempora}: update and switch to python-pep517
  2022-03-23 19:57 [PR PATCH] python3-{jaraco*,portend,tempora} update and switch to python-pep517 tibequadorian
                   ` (7 preceding siblings ...)
  2022-05-03 13:29 ` ahesford
@ 2022-05-04 11:52 ` tibequadorian
  2022-05-22 11:36 ` [PR PATCH] [Merged]: " ahesford
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-05-04 11:52 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages python3-jaraco
https://github.com/void-linux/void-packages/pull/36303

python3-{jaraco*,portend,tempora}: update and switch to python-pep517
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Needs to be tested with:
- [x] python3-CherryPy (depends on python3-portend and python3-jaraco.collections)
- [x] python3-Cheroot (depends on python3-jaraco.functools)
- [x] sabnzbd (depends on python3-portend)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36303.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-jaraco-36303.patch --]
[-- Type: text/x-diff, Size: 13270 bytes --]

From 013f6fd36d9440dd87b770d48f8d4c08add3564f Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:03 +0100
Subject: [PATCH 1/9] python3-jaraco.classes: update to 3.2.1.

---
 srcpkgs/python3-jaraco.classes/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 1c0f76247a63..bcfad68459eb 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
-version=3.1.0
-revision=4
+version=3.2.1
+revision=1
 wrksrc="jaraco.classes-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco python3-more-itertools"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-more-itertools"
 short_desc="Utility functions for Python class constructs (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.classes"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.classes/jaraco.classes-${version}.tar.gz"
-checksum=c38698ff8ef932eb33d91c0e8fc192ad7c44ecee03f7f585afd4f35aeaef7aab
+checksum=ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 53d34e24b2d749172c28ffac03a40f1d20c24dac Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:07 +0100
Subject: [PATCH 2/9] python3-jaraco.collections: update to 3.5.1.

---
 srcpkgs/python3-jaraco.collections/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index b82e8908866a..c7d643a4f92f 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
-version=3.0.0
-revision=4
+version=3.5.1
+revision=1
 wrksrc="jaraco.collections-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco.classes python3-jaraco.text python3-six"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-jaraco.classes python3-jaraco.text"
 short_desc="Collection of objects similar to stdlib by jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.collections"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
-checksum=be570ef4f2e7290b757449395238fa63d70a9255574624e73c5ff9f1ee554721
+checksum=b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From 4a507fcfabcbe18c48252fa74aa85efcfeabc2ca Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:11 +0100
Subject: [PATCH 3/9] python3-jaraco.functools: update to 3.5.0.

---
 srcpkgs/python3-jaraco.functools/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index 543cd11ec3b8..da6c540ba7a2 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,12 +1,12 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
-version=3.3.0
-revision=2
+version=3.5.0
+revision=1
 wrksrc="jaraco.functools-${version}"
-build_style=python3-module
+build_style=python3-pep517
 make_check_args="--override-ini='addopts=--doctest-modules'"
-hostmakedepends="python3-setuptools_scm python3-more-itertools"
-depends="python3-more-itertools python3-jaraco"
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-more-itertools"
 checkdepends="${depends} python3-pytest python3-jaraco.classes"
 short_desc="Functools like those found in stdlib (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://github.com/jaraco/jaraco.functools"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz"
-checksum=bfcf7da71e2a0e980189b0744b59dba6c1dcf66dcd7a30f8a4413e478046b314
+checksum=31e0e93d1027592b7b0bec6ad468db850338981ebee76ba5e212e235f4c7dda0
 
 post_install() {
 	vlicense LICENSE

From fe8bb312449e48a1bb4ba9cd5328ff0322246170 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 21:16:37 +0100
Subject: [PATCH 4/9] New package: python3-jaraco.context-4.1.1

---
 srcpkgs/python3-jaraco.context/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.context/template

diff --git a/srcpkgs/python3-jaraco.context/template b/srcpkgs/python3-jaraco.context/template
new file mode 100644
index 000000000000..dcd72f5723dd
--- /dev/null
+++ b/srcpkgs/python3-jaraco.context/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-jaraco.context'
+pkgname=python3-jaraco.context
+version=4.1.1
+revision=1
+wrksrc="jaraco.context-${version}"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+short_desc="Context managers by jaraco"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/jaraco/jaraco.context"
+changelog="https://raw.githubusercontent.com/jaraco/jaraco.context/master/CHANGES.rst"
+distfiles="${PYPI_SITE}/j/jaraco.context/jaraco.context-${version}.tar.gz"
+checksum=f0d4d82ffbbbff680384eba48a32a3167f12a91a30a7db56fd97b87e73a87241
+
+post_install() {
+	vlicense LICENSE
+}

From 5a67a71b55747803c2b953f53ef6705022cdaa8e Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:16 +0100
Subject: [PATCH 5/9] python3-jaraco.text: update to 3.7.0.

---
 srcpkgs/python3-jaraco.text/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index bc551cdabe7f..cba91bbe6237 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
-version=3.2.0
-revision=4
+version=3.7.0
+revision=1
 wrksrc="jaraco.text-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-jaraco.functools python3-six"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-jaraco.functools python3-six python3-jaraco.context"
+checkdepends="$depends python3-pytest"
 short_desc="Module for text manipulation (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.text"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.text/jaraco.text-${version}.tar.gz"
-checksum=e5078b1126cc0f166c7859aa75103a56c0d0f39ebcafc21695615472e0f810ec
+checksum=a7f9cc1b44a5f3096a216cbd130b650c7a6b2c9f8005b000ae97f329239a7c00
 
 post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
 	vlicense LICENSE
 }

From cb6b9dd1606538fc0f9e82a46137258a0f5a5559 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:29 +0100
Subject: [PATCH 6/9] python3-tempora: update to 5.0.1.

---
 srcpkgs/python3-tempora/template | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 2b9efced6fd2..3fb249bf2b1f 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,19 +1,18 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
-version=4.1.1
-revision=2
+version=5.0.1
+revision=1
 wrksrc="tempora-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-setuptools python3-six python3-pytz"
-checkdepends="python3-pytest python3-freezegun
- python3-jaraco python3-jaraco.functools $depends"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-setuptools python3-pytz python3-jaraco.functools"
+checkdepends="python3-pytest python3-freezegun $depends"
 short_desc="Objects and routines pertaining to date and time (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/jaraco/tempora"
 distfiles="${PYPI_SITE}/t/tempora/tempora-${version}.tar.gz"
-checksum=c54da0f05405f04eb67abbb1dff4448fd91428b58cb00f0f645ea36f6a927950
+checksum=cba0f197a64883bf3e73657efbc0324d5bf17179e7769b1385b4d75d26cd9127
 alternatives="tempora:calc-prorate:/usr/bin/calc-prorate3"
 
 do_check() {

From 5f7befd6d9f5da2045f08a6a014deca36daf038a Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 20:47:24 +0100
Subject: [PATCH 7/9] python3-portend: update to 3.1.0.

---
 srcpkgs/python3-portend/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 5766db04cbef..882e1c749276 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
-version=2.7.1
-revision=2
+version=3.1.0
+revision=1
 wrksrc="portend-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-tempora python3-jaraco.functools"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-tempora"
 checkdepends="python3-pytest $depends"
 short_desc="TCP port monitoring utilities (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,7 +13,8 @@ license="MIT"
 homepage="https://github.com/jaraco/portend"
 changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
-checksum=986ed9a278e64a87b5b5f4c21e61c25bebdce9919a92238d9c14c37a7416482b
+checksum=239e3116045ea823f6df87d6168107ad75ccc0590e37242af0cc1e98c5d224e4
+make_check=ci-skip # test_portend.py .F.....F.F. and hangs
 
 post_install() {
 	vlicense LICENSE

From 95335c4c8ff944f2fd99bd2ff088b9b0f2a74795 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 23 Mar 2022 22:21:35 +0100
Subject: [PATCH 8/9] python3-zipp: remove python3-jaraco from checkdepends

---
 srcpkgs/python3-zipp/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-zipp/template b/srcpkgs/python3-zipp/template
index ab7b82af8842..3ee5592a36d8 100644
--- a/srcpkgs/python3-zipp/template
+++ b/srcpkgs/python3-zipp/template
@@ -6,7 +6,6 @@ wrksrc="zipp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
 depends="python3"
-checkdepends="python3-jaraco"
 short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)"
 maintainer="Lorem <notloremipsum@protonmail.com>"
 license="MIT"

From 039060905765c1cfad25058ffafae3a7d1c21c53 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 4 May 2022 13:52:19 +0200
Subject: [PATCH 9/9] python3-jaraco: remove package

---
 srcpkgs/python3-jaraco/template   | 17 -----------------
 srcpkgs/removed-packages/template |  1 +
 2 files changed, 1 insertion(+), 17 deletions(-)
 delete mode 100644 srcpkgs/python3-jaraco/template

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
deleted file mode 100644
index ce4eca455d0d..000000000000
--- a/srcpkgs/python3-jaraco/template
+++ /dev/null
@@ -1,17 +0,0 @@
-# Template file for 'python3-jaraco'
-pkgname=python3-jaraco
-version=1.0
-revision=4
-create_wrksrc=yes
-depends="python3"
-short_desc="Namespace package declaration for jaraco (Python3)"
-maintainer="bra1nwave <bra1nwave@protonmail.com>"
-license="Public Domain"
-homepage="https://www.voidlinux.org/"
-
-do_install() {
-	vmkdir ${py3_sitelib}/jaraco
-	cat > ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py <<-EOF
-		__path__ = __import__('pkgutil').extend_path(__path__, __name__)
-	EOF
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 0923c53cfc05..65516dfa921c 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -334,6 +334,7 @@ replaces="
  python3-docker-pycreds<=0.4.0_4
  python3-grako<=3.99.9_7
  python3-idna-ssl<=1.1.0_3
+ python3-jaraco<=1.0_4
  python3-jsonrpc-server<=0.4.0_2
  python3-keepalive<=0.5_6
  python3-pgpdump<=1.5_10

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

* Re: [PR PATCH] [Merged]: python3-{jaraco*,portend,tempora}: update and switch to python-pep517
  2022-03-23 19:57 [PR PATCH] python3-{jaraco*,portend,tempora} update and switch to python-pep517 tibequadorian
                   ` (8 preceding siblings ...)
  2022-05-04 11:52 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-05-22 11:36 ` ahesford
  9 siblings, 0 replies; 11+ messages in thread
From: ahesford @ 2022-05-22 11:36 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

python3-{jaraco*,portend,tempora}: update and switch to python-pep517
https://github.com/void-linux/void-packages/pull/36303

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Needs to be tested with:
- [x] python3-CherryPy (depends on python3-portend and python3-jaraco.collections)
- [x] python3-Cheroot (depends on python3-jaraco.functools)
- [x] sabnzbd (depends on python3-portend)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-05-22 11:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-23 19:57 [PR PATCH] python3-{jaraco*,portend,tempora} update and switch to python-pep517 tibequadorian
2022-03-23 20:19 ` [PR PATCH] [Updated] python3-{jaraco*,portend,tempora}: " tibequadorian
2022-03-23 21:00 ` tibequadorian
2022-03-23 21:08 ` tibequadorian
2022-03-23 21:31 ` tibequadorian
2022-03-23 21:32 ` tibequadorian
2022-03-24 11:29 ` tibequadorian
2022-03-24 11:44 ` tibequadorian
2022-05-03 13:29 ` ahesford
2022-05-04 11:52 ` [PR PATCH] [Updated] " tibequadorian
2022-05-22 11:36 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).