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

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).