Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-CherryPy: update to 18.8.0.
@ 2022-08-31 19:04 icp1994
  2022-09-06  7:45 ` classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: icp1994 @ 2022-08-31 19:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-CherryPy
https://github.com/void-linux/void-packages/pull/39007

python3-CherryPy: update to 18.8.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

#### Rev dep checks
- [x] sabnzbd

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

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

From 85ea777e33f3ca70acd578c31702d4ded647b4bf Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 1 Sep 2022 00:30:38 +0530
Subject: [PATCH 1/3] New package: python3-path-16.4.0

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

diff --git a/srcpkgs/python3-path/template b/srcpkgs/python3-path/template
new file mode 100644
index 000000000000..e4a30558a5a8
--- /dev/null
+++ b/srcpkgs/python3-path/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-path'
+pkgname=python3-path
+version=16.4.0
+revision=1
+wrksrc="path-${version}"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3"
+checkdepends="python3-pytest-xdist"
+short_desc="Python module for object-oriented file system path manipulation"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://github.com/jaraco/path"
+changelog="https://raw.githubusercontent.com/jaraco/path/main/CHANGES.rst"
+distfiles="${PYPI_SITE}/p/path/path-${version}.tar.gz"
+checksum=baf2e757c4b19be8208f9e67e48fb475b4a577d5613590ce46693bdbdf082f52
+
+post_install() {
+	vlicense LICENSE
+}

From 84fd2af625237ab59173365e6723ec6480ef740e Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 1 Sep 2022 00:30:42 +0530
Subject: [PATCH 2/3] python3-jaraco.collections: update to 3.5.2.

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

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index c7d643a4f92f..a2837b11066d 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,18 +1,19 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
-version=3.5.1
+version=3.5.2
 revision=1
 wrksrc="jaraco.collections-${version}"
 build_style=python3-pep517
 hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-jaraco.classes python3-jaraco.text"
+checkdepends="${depends} python3-pytest-xdist"
 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=b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88
+checksum=072b93eb35f9e48508485755534e66a34ef1cc84af291fd27f39b44d4c0dd2c3
 
 post_install() {
 	vlicense LICENSE

From 5941cabfce184a25cb0212c26e4e2f67a21988f4 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 1 Sep 2022 00:30:54 +0530
Subject: [PATCH 3/3] python3-CherryPy: update to 18.8.0.

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

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 44d83c9b3ada..56592172c49b 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,21 +1,29 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
-version=18.6.0
-revision=4
+version=18.8.0
+revision=1
 wrksrc="CherryPy-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-setuptools python3-Cheroot python3-portend
+make_check_args="--ignore cherrypy/test/test_session.py
+ --deselect cherrypy/test/test_states.py::ServerStateTests::test_2_KeyboardInterrupt"
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-more-itertools python3-Cheroot python3-portend
  python3-zc.lockfile python3-jaraco.collections"
+checkdepends="${depends} python3-path python3-requests
+ python3-requests-toolbelt python3-pytest"
 short_desc="Object-oriented HTTP framework (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="BSD-3-Clause"
-homepage="https://cherrypy.org/"
-changelog="https://raw.githubusercontent.com/cherrypy/cherrypy/master/CHANGES.rst"
+homepage="https://cherrypy.dev"
+changelog="https://raw.githubusercontent.com/cherrypy/cherrypy/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
-checksum=56608edd831ad00991ae585625e0206ed61cf1a0850e4b2cc48489fb2308c499
+checksum=9b48cfba8a2f16d5b6419cc657e6d51db005ba35c5e3824e4728bb03bbc7ef9b
 alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
 
+pre_check() {
+	rm pytest.ini
+}
+
 post_install() {
 	mv ${DESTDIR}/usr/bin/cherryd{,3}
 	vlicense LICENSE.md

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

* Re: python3-CherryPy: update to 18.8.0.
  2022-08-31 19:04 [PR PATCH] python3-CherryPy: update to 18.8.0 icp1994
@ 2022-09-06  7:45 ` classabbyamp
  2022-09-06  7:45 ` classabbyamp
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-09-06  7:45 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39007#issuecomment-1237779319

Comment:
do we need to keep `/usr/lib/python3.10/site-packages/cherrypy/test/` and /usr/lib/python3.10/site-packages/cherrypy/tutorial`?

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

* Re: python3-CherryPy: update to 18.8.0.
  2022-08-31 19:04 [PR PATCH] python3-CherryPy: update to 18.8.0 icp1994
  2022-09-06  7:45 ` classabbyamp
@ 2022-09-06  7:45 ` classabbyamp
  2022-09-06 19:17 ` icp1994
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-09-06  7:45 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39007#issuecomment-1237779319

Comment:
do we need to keep `/usr/lib/python3.10/site-packages/cherrypy/test/` and `/usr/lib/python3.10/site-packages/cherrypy/tutorial`?

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

* Re: python3-CherryPy: update to 18.8.0.
  2022-08-31 19:04 [PR PATCH] python3-CherryPy: update to 18.8.0 icp1994
  2022-09-06  7:45 ` classabbyamp
  2022-09-06  7:45 ` classabbyamp
@ 2022-09-06 19:17 ` icp1994
  2022-09-06 19:22 ` classabbyamp
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2022-09-06 19:17 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/39007#issuecomment-1238555333

Comment:
It's most likely isn't required for the package but some of the tests fail if I remove the tutorial in the pre_check block. But can still delete those inside the post_install, your call.

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

* Re: python3-CherryPy: update to 18.8.0.
  2022-08-31 19:04 [PR PATCH] python3-CherryPy: update to 18.8.0 icp1994
                   ` (2 preceding siblings ...)
  2022-09-06 19:17 ` icp1994
@ 2022-09-06 19:22 ` classabbyamp
  2022-09-06 19:30 ` [PR PATCH] [Updated] " icp1994
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-09-06 19:22 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39007#issuecomment-1238560108

Comment:
rm in post_install was what I was getting at

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

* Re: [PR PATCH] [Updated] python3-CherryPy: update to 18.8.0.
  2022-08-31 19:04 [PR PATCH] python3-CherryPy: update to 18.8.0 icp1994
                   ` (3 preceding siblings ...)
  2022-09-06 19:22 ` classabbyamp
@ 2022-09-06 19:30 ` icp1994
  2022-09-06 19:33 ` icp1994
  2022-09-07  7:34 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2022-09-06 19:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-CherryPy
https://github.com/void-linux/void-packages/pull/39007

python3-CherryPy: update to 18.8.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

#### Rev dep checks
- [x] sabnzbd

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

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

From 85ea777e33f3ca70acd578c31702d4ded647b4bf Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 1 Sep 2022 00:30:38 +0530
Subject: [PATCH 1/3] New package: python3-path-16.4.0

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

diff --git a/srcpkgs/python3-path/template b/srcpkgs/python3-path/template
new file mode 100644
index 000000000000..e4a30558a5a8
--- /dev/null
+++ b/srcpkgs/python3-path/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-path'
+pkgname=python3-path
+version=16.4.0
+revision=1
+wrksrc="path-${version}"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3"
+checkdepends="python3-pytest-xdist"
+short_desc="Python module for object-oriented file system path manipulation"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://github.com/jaraco/path"
+changelog="https://raw.githubusercontent.com/jaraco/path/main/CHANGES.rst"
+distfiles="${PYPI_SITE}/p/path/path-${version}.tar.gz"
+checksum=baf2e757c4b19be8208f9e67e48fb475b4a577d5613590ce46693bdbdf082f52
+
+post_install() {
+	vlicense LICENSE
+}

From 84fd2af625237ab59173365e6723ec6480ef740e Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 1 Sep 2022 00:30:42 +0530
Subject: [PATCH 2/3] python3-jaraco.collections: update to 3.5.2.

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

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index c7d643a4f92f..a2837b11066d 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,18 +1,19 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
-version=3.5.1
+version=3.5.2
 revision=1
 wrksrc="jaraco.collections-${version}"
 build_style=python3-pep517
 hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-jaraco.classes python3-jaraco.text"
+checkdepends="${depends} python3-pytest-xdist"
 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=b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88
+checksum=072b93eb35f9e48508485755534e66a34ef1cc84af291fd27f39b44d4c0dd2c3
 
 post_install() {
 	vlicense LICENSE

From 14b550064c20d27ee5a2c716216d8452373ea40e Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 1 Sep 2022 00:30:54 +0530
Subject: [PATCH 3/3] python3-CherryPy: update to 18.8.0.

---
 srcpkgs/python3-CherryPy/template | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 44d83c9b3ada..5ee9191d5851 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,22 +1,31 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
-version=18.6.0
-revision=4
+version=18.8.0
+revision=1
 wrksrc="CherryPy-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-setuptools python3-Cheroot python3-portend
+make_check_args="--ignore cherrypy/test/test_session.py
+ --deselect cherrypy/test/test_states.py::ServerStateTests::test_2_KeyboardInterrupt"
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-more-itertools python3-Cheroot python3-portend
  python3-zc.lockfile python3-jaraco.collections"
+checkdepends="${depends} python3-path python3-requests
+ python3-requests-toolbelt python3-pytest"
 short_desc="Object-oriented HTTP framework (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="BSD-3-Clause"
-homepage="https://cherrypy.org/"
-changelog="https://raw.githubusercontent.com/cherrypy/cherrypy/master/CHANGES.rst"
+homepage="https://cherrypy.dev"
+changelog="https://raw.githubusercontent.com/cherrypy/cherrypy/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
-checksum=56608edd831ad00991ae585625e0206ed61cf1a0850e4b2cc48489fb2308c499
+checksum=9b48cfba8a2f16d5b6419cc657e6d51db005ba35c5e3824e4728bb03bbc7ef9b
 alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
 
+pre_check() {
+	rm pytest.ini
+}
+
 post_install() {
+	rm -r ${DESTDIR}/${py3_sitelib}/cherrypy/{test,tutorial}
 	mv ${DESTDIR}/usr/bin/cherryd{,3}
 	vlicense LICENSE.md
 }

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

* Re: [PR PATCH] [Updated] python3-CherryPy: update to 18.8.0.
  2022-08-31 19:04 [PR PATCH] python3-CherryPy: update to 18.8.0 icp1994
                   ` (4 preceding siblings ...)
  2022-09-06 19:30 ` [PR PATCH] [Updated] " icp1994
@ 2022-09-06 19:33 ` icp1994
  2022-09-07  7:34 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: icp1994 @ 2022-09-06 19:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-CherryPy
https://github.com/void-linux/void-packages/pull/39007

python3-CherryPy: update to 18.8.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

#### Rev dep checks
- [x] sabnzbd

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

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

From 63c94808b0496fc0ec7e22f672b0f1d396594614 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 1 Sep 2022 00:30:38 +0530
Subject: [PATCH 1/3] New package: python3-path-16.4.0

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

diff --git a/srcpkgs/python3-path/template b/srcpkgs/python3-path/template
new file mode 100644
index 000000000000..e4a30558a5a8
--- /dev/null
+++ b/srcpkgs/python3-path/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-path'
+pkgname=python3-path
+version=16.4.0
+revision=1
+wrksrc="path-${version}"
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3"
+checkdepends="python3-pytest-xdist"
+short_desc="Python module for object-oriented file system path manipulation"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://github.com/jaraco/path"
+changelog="https://raw.githubusercontent.com/jaraco/path/main/CHANGES.rst"
+distfiles="${PYPI_SITE}/p/path/path-${version}.tar.gz"
+checksum=baf2e757c4b19be8208f9e67e48fb475b4a577d5613590ce46693bdbdf082f52
+
+post_install() {
+	vlicense LICENSE
+}

From 24d90a9a4f0e8de04f334ca3d47e8e1a285c2656 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 1 Sep 2022 00:30:42 +0530
Subject: [PATCH 2/3] python3-jaraco.collections: update to 3.5.2.

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

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index c7d643a4f92f..a2837b11066d 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,18 +1,19 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
-version=3.5.1
+version=3.5.2
 revision=1
 wrksrc="jaraco.collections-${version}"
 build_style=python3-pep517
 hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-jaraco.classes python3-jaraco.text"
+checkdepends="${depends} python3-pytest-xdist"
 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=b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88
+checksum=072b93eb35f9e48508485755534e66a34ef1cc84af291fd27f39b44d4c0dd2c3
 
 post_install() {
 	vlicense LICENSE

From 75c113d44b2a3d343e9fa277fc7ec296150c54d2 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 1 Sep 2022 00:30:54 +0530
Subject: [PATCH 3/3] python3-CherryPy: update to 18.8.0.

---
 srcpkgs/python3-CherryPy/template | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 44d83c9b3ada..5ee9191d5851 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,22 +1,31 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
-version=18.6.0
-revision=4
+version=18.8.0
+revision=1
 wrksrc="CherryPy-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools_scm"
-depends="python3-setuptools python3-Cheroot python3-portend
+make_check_args="--ignore cherrypy/test/test_session.py
+ --deselect cherrypy/test/test_states.py::ServerStateTests::test_2_KeyboardInterrupt"
+hostmakedepends="python3-wheel python3-setuptools_scm"
+depends="python3-more-itertools python3-Cheroot python3-portend
  python3-zc.lockfile python3-jaraco.collections"
+checkdepends="${depends} python3-path python3-requests
+ python3-requests-toolbelt python3-pytest"
 short_desc="Object-oriented HTTP framework (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="BSD-3-Clause"
-homepage="https://cherrypy.org/"
-changelog="https://raw.githubusercontent.com/cherrypy/cherrypy/master/CHANGES.rst"
+homepage="https://cherrypy.dev"
+changelog="https://raw.githubusercontent.com/cherrypy/cherrypy/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
-checksum=56608edd831ad00991ae585625e0206ed61cf1a0850e4b2cc48489fb2308c499
+checksum=9b48cfba8a2f16d5b6419cc657e6d51db005ba35c5e3824e4728bb03bbc7ef9b
 alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
 
+pre_check() {
+	rm pytest.ini
+}
+
 post_install() {
+	rm -r ${DESTDIR}/${py3_sitelib}/cherrypy/{test,tutorial}
 	mv ${DESTDIR}/usr/bin/cherryd{,3}
 	vlicense LICENSE.md
 }

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

* Re: [PR PATCH] [Merged]: python3-CherryPy: update to 18.8.0.
  2022-08-31 19:04 [PR PATCH] python3-CherryPy: update to 18.8.0 icp1994
                   ` (5 preceding siblings ...)
  2022-09-06 19:33 ` icp1994
@ 2022-09-07  7:34 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-09-07  7:34 UTC (permalink / raw)
  To: ml

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

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

python3-CherryPy: update to 18.8.0.
https://github.com/void-linux/void-packages/pull/39007

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64

#### Rev dep checks
- [x] sabnzbd

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

end of thread, other threads:[~2022-09-07  7:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-31 19:04 [PR PATCH] python3-CherryPy: update to 18.8.0 icp1994
2022-09-06  7:45 ` classabbyamp
2022-09-06  7:45 ` classabbyamp
2022-09-06 19:17 ` icp1994
2022-09-06 19:22 ` classabbyamp
2022-09-06 19:30 ` [PR PATCH] [Updated] " icp1994
2022-09-06 19:33 ` icp1994
2022-09-07  7:34 ` [PR PATCH] [Merged]: " classabbyamp

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