From 7f679689d461852b3d7d9d7efed3304e2de4c807 Mon Sep 17 00:00:00 2001 From: tibequadorian 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 " @@ -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 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 " 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 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 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 " +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 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 " 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 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 " @@ -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 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 " 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() {