Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dtrx: update to 8.5.0.
@ 2022-12-31  1:05 travankor
  2022-12-31  1:14 ` [PR PATCH] [Updated] " travankor
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: travankor @ 2022-12-31  1:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages dtrx
https://github.com/void-linux/void-packages/pull/41368

dtrx: update to 8.5.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/41368.patch is attached

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

From 53ae3f9cd50775172d5d61b02420d4992e3bddd9 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Fri, 30 Dec 2022 18:04:38 -0700
Subject: [PATCH] dtrx: update to 8.5.0.

---
 srcpkgs/dtrx/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dtrx/template b/srcpkgs/dtrx/template
index c9054b42638a..2c14263b41d9 100644
--- a/srcpkgs/dtrx/template
+++ b/srcpkgs/dtrx/template
@@ -1,6 +1,6 @@
 # Template file for 'dtrx'
 pkgname=dtrx
-version=8.2.2
+version=8.5.0
 revision=1
 depends="python3"
 short_desc="Tool that takes all the hassle out of extracting archives"
@@ -8,7 +8,7 @@ maintainer="travankor <travankor@tuta.io>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/dtrx-py/dtrx/"
 distfiles="https://github.com/dtrx-py/dtrx/archive/${version}.tar.gz"
-checksum=2d1d5bc5576d9a4793a4daceb5a0af7ec6430ed5a4e305f46c53542592d6babb
+checksum=fb57a3cf334b2d03b4ab723c04f21c4a102cbbaeb179cf443eafb325e59a47e4
 python_version=3
 
 do_install() {

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

* Re: [PR PATCH] [Updated] dtrx: update to 8.5.0.
  2022-12-31  1:05 [PR PATCH] dtrx: update to 8.5.0 travankor
@ 2022-12-31  1:14 ` travankor
  2022-12-31  1:29 ` travankor
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: travankor @ 2022-12-31  1:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages dtrx
https://github.com/void-linux/void-packages/pull/41368

dtrx: update to 8.5.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/41368.patch is attached

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

From 3694d724a88799dcc91ce33c5d975e2f784a39b1 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Fri, 30 Dec 2022 18:04:38 -0700
Subject: [PATCH] dtrx: update to 8.5.0.

---
 srcpkgs/dtrx/template | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/dtrx/template b/srcpkgs/dtrx/template
index c9054b42638a..4f8987412612 100644
--- a/srcpkgs/dtrx/template
+++ b/srcpkgs/dtrx/template
@@ -1,6 +1,6 @@
 # Template file for 'dtrx'
 pkgname=dtrx
-version=8.2.2
+version=8.5.0
 revision=1
 depends="python3"
 short_desc="Tool that takes all the hassle out of extracting archives"
@@ -8,9 +8,5 @@ maintainer="travankor <travankor@tuta.io>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/dtrx-py/dtrx/"
 distfiles="https://github.com/dtrx-py/dtrx/archive/${version}.tar.gz"
-checksum=2d1d5bc5576d9a4793a4daceb5a0af7ec6430ed5a4e305f46c53542592d6babb
+checksum=fb57a3cf334b2d03b4ab723c04f21c4a102cbbaeb179cf443eafb325e59a47e4
 python_version=3
-
-do_install() {
-	vbin scripts/dtrx
-}

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

* Re: [PR PATCH] [Updated] dtrx: update to 8.5.0.
  2022-12-31  1:05 [PR PATCH] dtrx: update to 8.5.0 travankor
  2022-12-31  1:14 ` [PR PATCH] [Updated] " travankor
@ 2022-12-31  1:29 ` travankor
  2022-12-31  2:00 ` travankor
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: travankor @ 2022-12-31  1:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages dtrx
https://github.com/void-linux/void-packages/pull/41368

dtrx: update to 8.5.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/41368.patch is attached

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

From ed5ee5f79ebff0bac5b1511dac86ec97cef9b3bf Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Fri, 30 Dec 2022 18:04:38 -0700
Subject: [PATCH] dtrx: update to 8.5.0.

---
 srcpkgs/dtrx/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/dtrx/template b/srcpkgs/dtrx/template
index c9054b42638a..5ebbc742b878 100644
--- a/srcpkgs/dtrx/template
+++ b/srcpkgs/dtrx/template
@@ -1,16 +1,14 @@
 # Template file for 'dtrx'
 pkgname=dtrx
-version=8.2.2
+version=8.5.0
 revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="Tool that takes all the hassle out of extracting archives"
 maintainer="travankor <travankor@tuta.io>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/dtrx-py/dtrx/"
 distfiles="https://github.com/dtrx-py/dtrx/archive/${version}.tar.gz"
-checksum=2d1d5bc5576d9a4793a4daceb5a0af7ec6430ed5a4e305f46c53542592d6babb
+checksum=fb57a3cf334b2d03b4ab723c04f21c4a102cbbaeb179cf443eafb325e59a47e4
 python_version=3
-
-do_install() {
-	vbin scripts/dtrx
-}

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

* Re: [PR PATCH] [Updated] dtrx: update to 8.5.0.
  2022-12-31  1:05 [PR PATCH] dtrx: update to 8.5.0 travankor
  2022-12-31  1:14 ` [PR PATCH] [Updated] " travankor
  2022-12-31  1:29 ` travankor
@ 2022-12-31  2:00 ` travankor
  2022-12-31  2:09 ` travankor
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: travankor @ 2022-12-31  2:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages dtrx
https://github.com/void-linux/void-packages/pull/41368

dtrx: update to 8.5.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/41368.patch is attached

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

From 926b0b7808882b257128cbefbf8aa8cebd5078e7 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Fri, 30 Dec 2022 18:04:38 -0700
Subject: [PATCH 1/2] dtrx: update to 8.5.0.

---
 srcpkgs/dtrx/template | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/dtrx/template b/srcpkgs/dtrx/template
index c9054b42638a..62f5f5388bb7 100644
--- a/srcpkgs/dtrx/template
+++ b/srcpkgs/dtrx/template
@@ -1,16 +1,14 @@
 # Template file for 'dtrx'
 pkgname=dtrx
-version=8.2.2
+version=8.5.0
 revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-invoke"
 short_desc="Tool that takes all the hassle out of extracting archives"
 maintainer="travankor <travankor@tuta.io>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/dtrx-py/dtrx/"
 distfiles="https://github.com/dtrx-py/dtrx/archive/${version}.tar.gz"
-checksum=2d1d5bc5576d9a4793a4daceb5a0af7ec6430ed5a4e305f46c53542592d6babb
-python_version=3
-
-do_install() {
-	vbin scripts/dtrx
-}
+checksum=fb57a3cf334b2d03b4ab723c04f21c4a102cbbaeb179cf443eafb325e59a47e4

From 17e9b103b37a067f57f90753d52334a84a0e289f Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Fri, 30 Dec 2022 18:56:01 -0700
Subject: [PATCH 2/2] New package: python3-invoke-1.7.3

---
 srcpkgs/python3-invoke/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-invoke/template

diff --git a/srcpkgs/python3-invoke/template b/srcpkgs/python3-invoke/template
new file mode 100644
index 000000000000..48af3595a534
--- /dev/null
+++ b/srcpkgs/python3-invoke/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-invoke'
+pkgname=python3-invoke
+version=1.7.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends=""
+depends=""
+short_desc="Pythonic task management & command execution"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://www.pyinvoke.org/"
+changelog="https://www.pyinvoke.org/changelog.html"
+distfiles="${PYPI_SITE}/i/invoke/invoke-${version}.tar.gz"
+checksum=41b428342d466a82135d5ab37119685a989713742be46e42a3a399d685579314

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

* Re: [PR PATCH] [Updated] dtrx: update to 8.5.0.
  2022-12-31  1:05 [PR PATCH] dtrx: update to 8.5.0 travankor
                   ` (2 preceding siblings ...)
  2022-12-31  2:00 ` travankor
@ 2022-12-31  2:09 ` travankor
  2022-12-31  2:21 ` travankor
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: travankor @ 2022-12-31  2:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages dtrx
https://github.com/void-linux/void-packages/pull/41368

dtrx: update to 8.5.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/41368.patch is attached

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

From 926b0b7808882b257128cbefbf8aa8cebd5078e7 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Fri, 30 Dec 2022 18:04:38 -0700
Subject: [PATCH 1/2] dtrx: update to 8.5.0.

---
 srcpkgs/dtrx/template | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/dtrx/template b/srcpkgs/dtrx/template
index c9054b42638a..62f5f5388bb7 100644
--- a/srcpkgs/dtrx/template
+++ b/srcpkgs/dtrx/template
@@ -1,16 +1,14 @@
 # Template file for 'dtrx'
 pkgname=dtrx
-version=8.2.2
+version=8.5.0
 revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-invoke"
 short_desc="Tool that takes all the hassle out of extracting archives"
 maintainer="travankor <travankor@tuta.io>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/dtrx-py/dtrx/"
 distfiles="https://github.com/dtrx-py/dtrx/archive/${version}.tar.gz"
-checksum=2d1d5bc5576d9a4793a4daceb5a0af7ec6430ed5a4e305f46c53542592d6babb
-python_version=3
-
-do_install() {
-	vbin scripts/dtrx
-}
+checksum=fb57a3cf334b2d03b4ab723c04f21c4a102cbbaeb179cf443eafb325e59a47e4

From 6ad8a81f97c84aa1128c65ff38feb590bf44eb31 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Fri, 30 Dec 2022 18:56:01 -0700
Subject: [PATCH 2/2] New package: python3-invoke-1.7.3

---
 srcpkgs/python3-invoke/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-invoke/template

diff --git a/srcpkgs/python3-invoke/template b/srcpkgs/python3-invoke/template
new file mode 100644
index 000000000000..c40f39619c99
--- /dev/null
+++ b/srcpkgs/python3-invoke/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-invoke'
+pkgname=python3-invoke
+version=1.7.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-yaml"
+short_desc="Pythonic task management & command execution"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://www.pyinvoke.org/"
+changelog="https://www.pyinvoke.org/changelog.html"
+distfiles="${PYPI_SITE}/i/invoke/invoke-${version}.tar.gz"
+checksum=41b428342d466a82135d5ab37119685a989713742be46e42a3a399d685579314
+make_check=no # Broken on Python 3.11 https://github.com/pyinvoke/invoke/issues/891
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] dtrx: update to 8.5.0.
  2022-12-31  1:05 [PR PATCH] dtrx: update to 8.5.0 travankor
                   ` (3 preceding siblings ...)
  2022-12-31  2:09 ` travankor
@ 2022-12-31  2:21 ` travankor
  2022-12-31  6:23 ` icp1994
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: travankor @ 2022-12-31  2:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages dtrx
https://github.com/void-linux/void-packages/pull/41368

dtrx: update to 8.5.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/41368.patch is attached

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

From 926b0b7808882b257128cbefbf8aa8cebd5078e7 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Fri, 30 Dec 2022 18:04:38 -0700
Subject: [PATCH 1/2] dtrx: update to 8.5.0.

---
 srcpkgs/dtrx/template | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/dtrx/template b/srcpkgs/dtrx/template
index c9054b42638a..62f5f5388bb7 100644
--- a/srcpkgs/dtrx/template
+++ b/srcpkgs/dtrx/template
@@ -1,16 +1,14 @@
 # Template file for 'dtrx'
 pkgname=dtrx
-version=8.2.2
+version=8.5.0
 revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-invoke"
 short_desc="Tool that takes all the hassle out of extracting archives"
 maintainer="travankor <travankor@tuta.io>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/dtrx-py/dtrx/"
 distfiles="https://github.com/dtrx-py/dtrx/archive/${version}.tar.gz"
-checksum=2d1d5bc5576d9a4793a4daceb5a0af7ec6430ed5a4e305f46c53542592d6babb
-python_version=3
-
-do_install() {
-	vbin scripts/dtrx
-}
+checksum=fb57a3cf334b2d03b4ab723c04f21c4a102cbbaeb179cf443eafb325e59a47e4

From 12983f15b2b32d60ad19220a00a6f3fc18d254ae Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Fri, 30 Dec 2022 18:56:01 -0700
Subject: [PATCH 2/2] New package: python3-invoke-1.7.3

---
 srcpkgs/python3-invoke/patches/python311.diff | 36 +++++++++++++++++++
 srcpkgs/python3-invoke/template               | 19 ++++++++++
 2 files changed, 55 insertions(+)
 create mode 100644 srcpkgs/python3-invoke/patches/python311.diff
 create mode 100644 srcpkgs/python3-invoke/template

diff --git a/srcpkgs/python3-invoke/patches/python311.diff b/srcpkgs/python3-invoke/patches/python311.diff
new file mode 100644
index 000000000000..ab121a560f0e
--- /dev/null
+++ b/srcpkgs/python3-invoke/patches/python311.diff
@@ -0,0 +1,36 @@
+diff --git a/invoke/_version.py b/invoke/_version.py
+index 17f4ce42..98f13cbc 100644
+--- a/invoke/_version.py
++++ b/invoke/_version.py
+@@ -1,2 +1,2 @@
+-__version_info__ = (1, 7, 3)
++__version_info__ = (1, 7, 6)
+ __version__ = ".".join(map(str, __version_info__))
+diff --git a/invoke/tasks.py b/invoke/tasks.py
+index f2069916..3ddf0bfe 100644
+--- a/invoke/tasks.py
++++ b/invoke/tasks.py
+@@ -4,12 +4,12 @@
+ """
+ 
+ from copy import deepcopy
+-import inspect
+ import types
+ 
+ from .context import Context
+ from .parser import Argument, translate_underscores
+ from .util import six
++from .vendor.decorator import getargspec
+ 
+ if six.PY3:
+     from itertools import zip_longest
+@@ -150,7 +150,7 @@ def argspec(self, body):
+         # TODO: __call__ exhibits the 'self' arg; do we manually nix 1st result
+         # in argspec, or is there a way to get the "really callable" spec?
+         func = body if isinstance(body, types.FunctionType) else body.__call__
+-        spec = inspect.getargspec(func)
++        spec = getargspec(func)
+         arg_names = spec.args[:]
+         matched_args = [reversed(x) for x in [spec.args, spec.defaults or []]]
+         spec_dict = dict(zip_longest(*matched_args, fillvalue=NO_DEFAULT))
+
diff --git a/srcpkgs/python3-invoke/template b/srcpkgs/python3-invoke/template
new file mode 100644
index 000000000000..c40f39619c99
--- /dev/null
+++ b/srcpkgs/python3-invoke/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-invoke'
+pkgname=python3-invoke
+version=1.7.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-yaml"
+short_desc="Pythonic task management & command execution"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://www.pyinvoke.org/"
+changelog="https://www.pyinvoke.org/changelog.html"
+distfiles="${PYPI_SITE}/i/invoke/invoke-${version}.tar.gz"
+checksum=41b428342d466a82135d5ab37119685a989713742be46e42a3a399d685579314
+make_check=no # Broken on Python 3.11 https://github.com/pyinvoke/invoke/issues/891
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: dtrx: update to 8.5.0.
  2022-12-31  1:05 [PR PATCH] dtrx: update to 8.5.0 travankor
                   ` (4 preceding siblings ...)
  2022-12-31  2:21 ` travankor
@ 2022-12-31  6:23 ` icp1994
  2022-12-31  9:02 ` [PR PATCH] [Updated] " travankor
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: icp1994 @ 2022-12-31  6:23 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/41368#issuecomment-1368172497

Comment:
I don't think `python3-invoke` is being used for tests. In the CI it says: `Ran 0 tests in 0.000s`. [Upstream](https://github.com/dtrx-py/dtrx/blob/8.5.0/tox.ini#L25) runs tests with `python3 tests/compare.py` which requires `python3-yaml` instead of `python3-invoke`.

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

* Re: [PR PATCH] [Updated] dtrx: update to 8.5.0.
  2022-12-31  1:05 [PR PATCH] dtrx: update to 8.5.0 travankor
                   ` (5 preceding siblings ...)
  2022-12-31  6:23 ` icp1994
@ 2022-12-31  9:02 ` travankor
  2022-12-31  9:12 ` travankor
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: travankor @ 2022-12-31  9:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages dtrx
https://github.com/void-linux/void-packages/pull/41368

dtrx: update to 8.5.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/41368.patch is attached

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

From d8cdf850d3b75986ab1be7de3b527ed0b0dcb5f7 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Fri, 30 Dec 2022 18:04:38 -0700
Subject: [PATCH 1/2] dtrx: update to 8.5.0.

---
 srcpkgs/dtrx/template | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/dtrx/template b/srcpkgs/dtrx/template
index c9054b42638a..44f53a4c5153 100644
--- a/srcpkgs/dtrx/template
+++ b/srcpkgs/dtrx/template
@@ -1,16 +1,14 @@
 # Template file for 'dtrx'
 pkgname=dtrx
-version=8.2.2
+version=8.5.0
 revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-invoke python3-yaml"
 short_desc="Tool that takes all the hassle out of extracting archives"
 maintainer="travankor <travankor@tuta.io>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/dtrx-py/dtrx/"
 distfiles="https://github.com/dtrx-py/dtrx/archive/${version}.tar.gz"
-checksum=2d1d5bc5576d9a4793a4daceb5a0af7ec6430ed5a4e305f46c53542592d6babb
-python_version=3
-
-do_install() {
-	vbin scripts/dtrx
-}
+checksum=fb57a3cf334b2d03b4ab723c04f21c4a102cbbaeb179cf443eafb325e59a47e4

From 2bf692603157376cf2e5cba2cada1ecd00e6d7e9 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Fri, 30 Dec 2022 18:56:01 -0700
Subject: [PATCH 2/2] New package: python3-invoke-1.7.3

---
 srcpkgs/python3-invoke/patches/python311.diff | 36 +++++++++++++++++++
 srcpkgs/python3-invoke/template               | 19 ++++++++++
 2 files changed, 55 insertions(+)
 create mode 100644 srcpkgs/python3-invoke/patches/python311.diff
 create mode 100644 srcpkgs/python3-invoke/template

diff --git a/srcpkgs/python3-invoke/patches/python311.diff b/srcpkgs/python3-invoke/patches/python311.diff
new file mode 100644
index 000000000000..ab121a560f0e
--- /dev/null
+++ b/srcpkgs/python3-invoke/patches/python311.diff
@@ -0,0 +1,36 @@
+diff --git a/invoke/_version.py b/invoke/_version.py
+index 17f4ce42..98f13cbc 100644
+--- a/invoke/_version.py
++++ b/invoke/_version.py
+@@ -1,2 +1,2 @@
+-__version_info__ = (1, 7, 3)
++__version_info__ = (1, 7, 6)
+ __version__ = ".".join(map(str, __version_info__))
+diff --git a/invoke/tasks.py b/invoke/tasks.py
+index f2069916..3ddf0bfe 100644
+--- a/invoke/tasks.py
++++ b/invoke/tasks.py
+@@ -4,12 +4,12 @@
+ """
+ 
+ from copy import deepcopy
+-import inspect
+ import types
+ 
+ from .context import Context
+ from .parser import Argument, translate_underscores
+ from .util import six
++from .vendor.decorator import getargspec
+ 
+ if six.PY3:
+     from itertools import zip_longest
+@@ -150,7 +150,7 @@ def argspec(self, body):
+         # TODO: __call__ exhibits the 'self' arg; do we manually nix 1st result
+         # in argspec, or is there a way to get the "really callable" spec?
+         func = body if isinstance(body, types.FunctionType) else body.__call__
+-        spec = inspect.getargspec(func)
++        spec = getargspec(func)
+         arg_names = spec.args[:]
+         matched_args = [reversed(x) for x in [spec.args, spec.defaults or []]]
+         spec_dict = dict(zip_longest(*matched_args, fillvalue=NO_DEFAULT))
+
diff --git a/srcpkgs/python3-invoke/template b/srcpkgs/python3-invoke/template
new file mode 100644
index 000000000000..c40f39619c99
--- /dev/null
+++ b/srcpkgs/python3-invoke/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-invoke'
+pkgname=python3-invoke
+version=1.7.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-yaml"
+short_desc="Pythonic task management & command execution"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://www.pyinvoke.org/"
+changelog="https://www.pyinvoke.org/changelog.html"
+distfiles="${PYPI_SITE}/i/invoke/invoke-${version}.tar.gz"
+checksum=41b428342d466a82135d5ab37119685a989713742be46e42a3a399d685579314
+make_check=no # Broken on Python 3.11 https://github.com/pyinvoke/invoke/issues/891
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: dtrx: update to 8.5.0.
  2022-12-31  1:05 [PR PATCH] dtrx: update to 8.5.0 travankor
                   ` (6 preceding siblings ...)
  2022-12-31  9:02 ` [PR PATCH] [Updated] " travankor
@ 2022-12-31  9:12 ` travankor
  2022-12-31  9:26 ` travankor
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: travankor @ 2022-12-31  9:12 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/41368#issuecomment-1368189210

Comment:
The test errors without `python3-invoke`. I added `python3-yaml` and it still says ran 0 tests. Maybe it's best to disable tests? `python3-invoke` currently has some issues with python-3.11.

```
=> dtrx-8.5.0_1: running do_check ...
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
running egg_info
creating dtrx.egg-info
writing dtrx.egg-info/PKG-INFO
writing dependency_links to dtrx.egg-info/dependency_links.txt
writing entry points to dtrx.egg-info/entry_points.txt
writing requirements to dtrx.egg-info/requires.txt
writing top-level names to dtrx.egg-info/top_level.txt
writing manifest file 'dtrx.egg-info/SOURCES.txt'
reading manifest file 'dtrx.egg-info/SOURCES.txt'
adding license file 'COPYING'
writing manifest file 'dtrx.egg-info/SOURCES.txt'
running build_ext
tasks (unittest.loader._FailedTest.tasks) ... ERROR

======================================================================
ERROR: tasks (unittest.loader._FailedTest.tasks)
----------------------------------------------------------------------
ImportError: Failed to import test module: tasks
Traceback (most recent call last):
  File "/usr/lib/python3.11/unittest/loader.py", line 440, in _find_test_path
    package = self._get_module_from_name(name)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/unittest/loader.py", line 350, in _get_module_from_name
    __import__(name)
  File "/builddir/dtrx-8.5.0/tasks/__init__.py", line 7, in <module>
    import invoke
ModuleNotFoundError: No module named 'invoke'


----------------------------------------------------------------------
Ran 1 test in 0.000s

FAILED (errors=1)
Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
=> ERROR: dtrx-8.5.0_1: do_check: '${make_check_pre} python3 setup.py ${make_check_target} ${make_check_args}' exited with 1
=> ERROR:   in do_check() at common/build-style/python3-module.sh:28
```

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

* Re: dtrx: update to 8.5.0.
  2022-12-31  1:05 [PR PATCH] dtrx: update to 8.5.0 travankor
                   ` (7 preceding siblings ...)
  2022-12-31  9:12 ` travankor
@ 2022-12-31  9:26 ` travankor
  2022-12-31  9:36 ` travankor
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: travankor @ 2022-12-31  9:26 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/41368#issuecomment-1368190604

Comment:
On second thought, I think the tests need to be run inside of docker, so I am just going to disable them.

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

* Re: dtrx: update to 8.5.0.
  2022-12-31  1:05 [PR PATCH] dtrx: update to 8.5.0 travankor
                   ` (8 preceding siblings ...)
  2022-12-31  9:26 ` travankor
@ 2022-12-31  9:36 ` travankor
  2022-12-31  9:39 ` [PR PATCH] [Updated] " travankor
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: travankor @ 2022-12-31  9:36 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/41368#issuecomment-1368190604

Comment:
On second thought, I think the [tests](https://github.com/dtrx-py/dtrx/blob/e564bfabd369612645569954ba18485902946a75/test.sh) need to be run inside of docker, so I am just going to disable them.

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

* Re: [PR PATCH] [Updated] dtrx: update to 8.5.0.
  2022-12-31  1:05 [PR PATCH] dtrx: update to 8.5.0 travankor
                   ` (9 preceding siblings ...)
  2022-12-31  9:36 ` travankor
@ 2022-12-31  9:39 ` travankor
  2022-12-31  9:41 ` travankor
  2022-12-31 17:24 ` [PR PATCH] [Merged]: " paper42
  12 siblings, 0 replies; 14+ messages in thread
From: travankor @ 2022-12-31  9:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages dtrx
https://github.com/void-linux/void-packages/pull/41368

dtrx: update to 8.5.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/41368.patch is attached

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

From c05dc59d7446c57f93b12f1fe8ea829ebef352d6 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Fri, 30 Dec 2022 18:04:38 -0700
Subject: [PATCH] dtrx: update to 8.5.0.

---
 srcpkgs/dtrx/template | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/dtrx/template b/srcpkgs/dtrx/template
index c9054b42638a..d7e2f2bc0d2a 100644
--- a/srcpkgs/dtrx/template
+++ b/srcpkgs/dtrx/template
@@ -1,16 +1,14 @@
 # Template file for 'dtrx'
 pkgname=dtrx
-version=8.2.2
+version=8.5.0
 revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="Tool that takes all the hassle out of extracting archives"
 maintainer="travankor <travankor@tuta.io>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/dtrx-py/dtrx/"
 distfiles="https://github.com/dtrx-py/dtrx/archive/${version}.tar.gz"
-checksum=2d1d5bc5576d9a4793a4daceb5a0af7ec6430ed5a4e305f46c53542592d6babb
-python_version=3
-
-do_install() {
-	vbin scripts/dtrx
-}
+checksum=fb57a3cf334b2d03b4ab723c04f21c4a102cbbaeb179cf443eafb325e59a47e4
+makecheck=no # Tests require docker

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

* Re: [PR PATCH] [Updated] dtrx: update to 8.5.0.
  2022-12-31  1:05 [PR PATCH] dtrx: update to 8.5.0 travankor
                   ` (10 preceding siblings ...)
  2022-12-31  9:39 ` [PR PATCH] [Updated] " travankor
@ 2022-12-31  9:41 ` travankor
  2022-12-31 17:24 ` [PR PATCH] [Merged]: " paper42
  12 siblings, 0 replies; 14+ messages in thread
From: travankor @ 2022-12-31  9:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages dtrx
https://github.com/void-linux/void-packages/pull/41368

dtrx: update to 8.5.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/41368.patch is attached

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

From bbb508a0257341970af274d53ad5406aa302dc91 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Fri, 30 Dec 2022 18:04:38 -0700
Subject: [PATCH] dtrx: update to 8.5.0.

---
 srcpkgs/dtrx/template | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/dtrx/template b/srcpkgs/dtrx/template
index c9054b42638a..a511a2f6f040 100644
--- a/srcpkgs/dtrx/template
+++ b/srcpkgs/dtrx/template
@@ -1,16 +1,14 @@
 # Template file for 'dtrx'
 pkgname=dtrx
-version=8.2.2
+version=8.5.0
 revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="Tool that takes all the hassle out of extracting archives"
 maintainer="travankor <travankor@tuta.io>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/dtrx-py/dtrx/"
 distfiles="https://github.com/dtrx-py/dtrx/archive/${version}.tar.gz"
-checksum=2d1d5bc5576d9a4793a4daceb5a0af7ec6430ed5a4e305f46c53542592d6babb
-python_version=3
-
-do_install() {
-	vbin scripts/dtrx
-}
+checksum=fb57a3cf334b2d03b4ab723c04f21c4a102cbbaeb179cf443eafb325e59a47e4
+make_check=no # Tests require docker

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

* Re: [PR PATCH] [Merged]: dtrx: update to 8.5.0.
  2022-12-31  1:05 [PR PATCH] dtrx: update to 8.5.0 travankor
                   ` (11 preceding siblings ...)
  2022-12-31  9:41 ` travankor
@ 2022-12-31 17:24 ` paper42
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-12-31 17:24 UTC (permalink / raw)
  To: ml

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

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

dtrx: update to 8.5.0.
https://github.com/void-linux/void-packages/pull/41368

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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] 14+ messages in thread

end of thread, other threads:[~2022-12-31 17:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-31  1:05 [PR PATCH] dtrx: update to 8.5.0 travankor
2022-12-31  1:14 ` [PR PATCH] [Updated] " travankor
2022-12-31  1:29 ` travankor
2022-12-31  2:00 ` travankor
2022-12-31  2:09 ` travankor
2022-12-31  2:21 ` travankor
2022-12-31  6:23 ` icp1994
2022-12-31  9:02 ` [PR PATCH] [Updated] " travankor
2022-12-31  9:12 ` travankor
2022-12-31  9:26 ` travankor
2022-12-31  9:36 ` travankor
2022-12-31  9:39 ` [PR PATCH] [Updated] " travankor
2022-12-31  9:41 ` travankor
2022-12-31 17:24 ` [PR PATCH] [Merged]: " paper42

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