From 0c939a1640ac6f3368d45f034ab0bdbbd7102285 Mon Sep 17 00:00:00 2001 From: tibequadorian 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 " 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 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 " 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 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 " @@ -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 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 " +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 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 " 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 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 " @@ -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 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 " 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 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 " license="MIT" From 6dedea25ba809a195a79afa2251c6ebd711a51b4 Mon Sep 17 00:00:00 2001 From: tibequadorian 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 " -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