Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] python3-CherryPy: update to 18.5.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17668@inbox.vuxu.org>
@ 2020-01-04 12:10 ` voidlinux-github
  2020-01-04 12:12 ` voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-04 12:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bra1nwave/void-packages CherryPy
https://github.com/void-linux/void-packages/pull/17668

python3-CherryPy: update to 18.5.0.


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

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

From 30816a22a7c728c07d7dfb43d2b39c4d06ef2a31 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 18:52:08 +0100
Subject: [PATCH 1/7] python3-CherryPy: update to 18.5.0.

---
 srcpkgs/python3-CherryPy/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 334286bc15c..6376af664a2 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,20 +1,21 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
-version=18.4.0
-revision=2
+version=18.5.0
+revision=1
 archs=noarch
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 pycompile_module="cherrypy"
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-Cheroot python3-portend python3-zc.lockfile"
+depends="python3-setuptools python3-Cheroot python3-portend python3-zc.lockfile
+ python3-jaraco.collections"
 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"
 distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
-checksum=e5be00304ca303d7791d14b5ce1436428e18939b91806250387c363ae56c8f8f
+checksum=63b2f61c38c469112145bd4e4e2385cd18f3233799e7a33bd447df468916d22b
 alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
 
 pre_build() {

From 4b19105ffd0033da987c7110eea739672af1387b Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 18:53:37 +0100
Subject: [PATCH 2/7] python-jaraco.functools: split python3 version

---
 srcpkgs/python-jaraco.functools/template | 19 ++++---------------
 srcpkgs/python3-jaraco.functools         |  1 -
 2 files changed, 4 insertions(+), 16 deletions(-)
 delete mode 120000 srcpkgs/python3-jaraco.functools

diff --git a/srcpkgs/python-jaraco.functools/template b/srcpkgs/python-jaraco.functools/template
index 5d5112bbee3..b673d85b547 100644
--- a/srcpkgs/python-jaraco.functools/template
+++ b/srcpkgs/python-jaraco.functools/template
@@ -1,14 +1,14 @@
 # Template file for 'python-jaraco.functools'
 pkgname=python-jaraco.functools
 version=2.0
-revision=2
+revision=3
 archs=noarch
 wrksrc="jaraco.functools-${version}"
-build_style=python-module
+build_style=python2-module
 pycompile_module="jaraco.functools"
-hostmakedepends="python-setuptools python3-setuptools"
+hostmakedepends="python-setuptools"
 depends="python-more-itertools python-backports.functools_lru_cache"
-short_desc="Additional functools in the spirit of Python2 stdlib's functools"
+short_desc="Functools like those found in stdlib (Python2)"
 maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.functools"
@@ -19,14 +19,3 @@ checksum=35ba944f52b1a7beee8843a5aa6752d1d5b79893eeb7770ea98be6b637bf9345
 post_install() {
 	vlicense LICENSE
 }
-
-python3-jaraco.functools_package() {
-	archs=noarch
-	pycompile_module="jaraco.functools"
-	depends="python3-more-itertools"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove "usr/lib/python3*"
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-jaraco.functools b/srcpkgs/python3-jaraco.functools
deleted file mode 120000
index 39629bcffae..00000000000
--- a/srcpkgs/python3-jaraco.functools
+++ /dev/null
@@ -1 +0,0 @@
-python-jaraco.functools
\ No newline at end of file

From 8bcb1d5c0c7de6eb14ff571d3109d352355e61c3 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 18:54:50 +0100
Subject: [PATCH 3/7] New package: python3-jaraco.functools-3.0.0

---
 srcpkgs/python3-jaraco.functools/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.functools/template

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
new file mode 100644
index 00000000000..1a8b0b08a16
--- /dev/null
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-jaraco.functools'
+pkgname=python3-jaraco.functools
+version=3.0.0
+revision=1
+archs=noarch
+wrksrc="jaraco.functools-${version}"
+build_style=python3-module
+pycompile_module="jaraco"
+hostmakedepends="python3-setuptools"
+depends="python3-more-itertools python3-jaraco"
+short_desc="Functools like those found in stdlib (Python3)"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
+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=5cb0eea0f254584241c519641328a4d4ec2001a86c3cd6d17a8fd228493f6d97
+
+post_install() {
+	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
+	vlicense LICENSE
+}

From cb3a5ca9c4693404ff3483262894034108427b47 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 18:55:11 +0100
Subject: [PATCH 4/7] New package: python3-jaraco.classes-3.1.0

---
 srcpkgs/python3-jaraco.classes/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.classes/template

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
new file mode 100644
index 00000000000..b5b53e402a0
--- /dev/null
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-jaraco.classes'
+pkgname=python3-jaraco.classes
+version=3.1.0
+revision=1
+archs=noarch
+wrksrc="jaraco.classes-${version}"
+build_style=python3-module
+pycompile_module="jaraco"
+hostmakedepends="python3-setuptools"
+depends="python3-jaraco python3-more-itertools"
+short_desc="Utility functions for Python class constructs (Python3)"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
+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
+
+post_install() {
+	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
+	vlicense LICENSE
+}

From b3582fb511e23d231638e574302cf28cdb134b38 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 18:55:18 +0100
Subject: [PATCH 5/7] New package: python3-jaraco.collections-3.0.0

---
 srcpkgs/python3-jaraco.collections/template | 22 +++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.collections/template

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
new file mode 100644
index 00000000000..384dfff5acd
--- /dev/null
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-jaraco.collections'
+pkgname=python3-jaraco.collections
+version=3.0.0
+revision=1
+archs=noarch
+wrksrc="jaraco.collections-${version}"
+build_style=python3-module
+pycompile_module="jaraco"
+hostmakedepends="python3-setuptools"
+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>"
+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
+
+post_install() {
+	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
+	vlicense LICENSE
+}

From 476738d67e6a440379734cfa2c4ef240e1ebee28 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 18:55:46 +0100
Subject: [PATCH 6/7] New package: python-jaraco-1.0

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

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
new file mode 100644
index 00000000000..8591d76f04e
--- /dev/null
+++ b/srcpkgs/python3-jaraco/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-jaraco'
+pkgname=python3-jaraco
+version=1.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+pycompile_module="jaraco/__init__.py"
+short_desc="Namespace package declaration for jaraco (Python3)"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
+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
+}

From 2fadd222c098fdf08b89cedbeb4b3a4a56afc59c Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 19:00:23 +0100
Subject: [PATCH 7/7] New package: python3-jaraco.text-3.2.0

---
 srcpkgs/python3-jaraco.text/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.text/template

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
new file mode 100644
index 00000000000..0392ff5198d
--- /dev/null
+++ b/srcpkgs/python3-jaraco.text/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-jaraco.text'
+pkgname=python3-jaraco.text
+version=3.2.0
+revision=1
+archs=noarch
+wrksrc="jaraco.text-${version}"
+build_style=python3-module
+pycompile_module="jaraco"
+hostmakedepends="python3-setuptools"
+depends="python3-jaraco.functools python3-six"
+short_desc="Module for text manipulation (Python3)"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
+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
+
+post_install() {
+	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
+	vlicense LICENSE
+}

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

* Re: python3-CherryPy: update to 18.5.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17668@inbox.vuxu.org>
  2020-01-04 12:10 ` [PR PATCH] [Updated] python3-CherryPy: update to 18.5.0 voidlinux-github
@ 2020-01-04 12:12 ` voidlinux-github
  2020-01-27 19:54 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-04 12:12 UTC (permalink / raw)
  To: ml

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

New comment by bra1nwave on void-packages repository

https://github.com/void-linux/void-packages/pull/17668#issuecomment-570780470

Comment:
I'm sorry it took me so long to answer. I was in Vacation.
Anyway, I've done all the proposed changes.

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

* Re: python3-CherryPy: update to 18.5.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17668@inbox.vuxu.org>
  2020-01-04 12:10 ` [PR PATCH] [Updated] python3-CherryPy: update to 18.5.0 voidlinux-github
  2020-01-04 12:12 ` voidlinux-github
@ 2020-01-27 19:54 ` voidlinux-github
  2020-01-28 11:23 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-27 19:54 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/17668#issuecomment-578923235

Comment:
Please rebase so we'll see if they still build.

While here, please set pycompile_module to `jaraco-X` (or remove), `jaraco` is default now and not need to be set. 

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

* Re: [PR PATCH] [Updated] python3-CherryPy: update to 18.5.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17668@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-01-27 19:54 ` voidlinux-github
@ 2020-01-28 11:23 ` voidlinux-github
  2020-01-28 11:30 ` voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-28 11:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bra1nwave/void-packages CherryPy
https://github.com/void-linux/void-packages/pull/17668

python3-CherryPy: update to 18.5.0.


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

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

From cd2dda6a90366c2f4958547539ec97d690170852 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 18:52:08 +0100
Subject: [PATCH 1/7] python3-CherryPy: update to 18.5.0.

---
 srcpkgs/python3-CherryPy/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 334286bc15c..85df7b65bb6 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
-version=18.4.0
-revision=2
+version=18.5.0
+revision=1
 archs=noarch
 wrksrc="CherryPy-${version}"
 build_style=python3-module
-pycompile_module="cherrypy"
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-Cheroot python3-portend python3-zc.lockfile"
+depends="python3-setuptools python3-Cheroot python3-portend python3-zc.lockfile
+ python3-jaraco.collections"
 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"
 distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
-checksum=e5be00304ca303d7791d14b5ce1436428e18939b91806250387c363ae56c8f8f
+checksum=63b2f61c38c469112145bd4e4e2385cd18f3233799e7a33bd447df468916d22b
 alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
 
 pre_build() {

From 5e15cb57992765d3a7cccba6f73530c6c373aba3 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 18:53:37 +0100
Subject: [PATCH 2/7] python-jaraco.functools: split python3 version

---
 srcpkgs/python-jaraco.functools/template | 20 ++++----------------
 srcpkgs/python3-jaraco.functools         |  1 -
 2 files changed, 4 insertions(+), 17 deletions(-)
 delete mode 120000 srcpkgs/python3-jaraco.functools

diff --git a/srcpkgs/python-jaraco.functools/template b/srcpkgs/python-jaraco.functools/template
index 5d5112bbee3..55c82a8101a 100644
--- a/srcpkgs/python-jaraco.functools/template
+++ b/srcpkgs/python-jaraco.functools/template
@@ -1,14 +1,13 @@
 # Template file for 'python-jaraco.functools'
 pkgname=python-jaraco.functools
 version=2.0
-revision=2
+revision=3
 archs=noarch
 wrksrc="jaraco.functools-${version}"
-build_style=python-module
-pycompile_module="jaraco.functools"
-hostmakedepends="python-setuptools python3-setuptools"
+build_style=python2-module
+hostmakedepends="python-setuptools"
 depends="python-more-itertools python-backports.functools_lru_cache"
-short_desc="Additional functools in the spirit of Python2 stdlib's functools"
+short_desc="Functools like those found in stdlib (Python2)"
 maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.functools"
@@ -19,14 +18,3 @@ checksum=35ba944f52b1a7beee8843a5aa6752d1d5b79893eeb7770ea98be6b637bf9345
 post_install() {
 	vlicense LICENSE
 }
-
-python3-jaraco.functools_package() {
-	archs=noarch
-	pycompile_module="jaraco.functools"
-	depends="python3-more-itertools"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove "usr/lib/python3*"
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-jaraco.functools b/srcpkgs/python3-jaraco.functools
deleted file mode 120000
index 39629bcffae..00000000000
--- a/srcpkgs/python3-jaraco.functools
+++ /dev/null
@@ -1 +0,0 @@
-python-jaraco.functools
\ No newline at end of file

From 2f284ef052ef34cd66bf96d591e0a5b83f8aa7e4 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 18:54:50 +0100
Subject: [PATCH 3/7] New package: python3-jaraco.functools-3.0.0

---
 srcpkgs/python3-jaraco.functools/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.functools/template

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
new file mode 100644
index 00000000000..6a7c89de0d8
--- /dev/null
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-jaraco.functools'
+pkgname=python3-jaraco.functools
+version=3.0.0
+revision=1
+archs=noarch
+wrksrc="jaraco.functools-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-more-itertools python3-jaraco"
+short_desc="Functools like those found in stdlib (Python3)"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
+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=5cb0eea0f254584241c519641328a4d4ec2001a86c3cd6d17a8fd228493f6d97
+
+post_install() {
+	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
+	vlicense LICENSE
+}

From 7dad50e551c304b6d9c6278ef1ed4b9edee13939 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 18:55:11 +0100
Subject: [PATCH 4/7] New package: python3-jaraco.classes-3.1.0

---
 srcpkgs/python3-jaraco.classes/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.classes/template

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
new file mode 100644
index 00000000000..6dbe89cb7f9
--- /dev/null
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-jaraco.classes'
+pkgname=python3-jaraco.classes
+version=3.1.0
+revision=1
+archs=noarch
+wrksrc="jaraco.classes-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-jaraco python3-more-itertools"
+short_desc="Utility functions for Python class constructs (Python3)"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
+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
+
+post_install() {
+	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
+	vlicense LICENSE
+}

From 8ce33e11f61b178ffd14fe74143ea7d019f43870 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 18:55:18 +0100
Subject: [PATCH 5/7] New package: python3-jaraco.collections-3.0.0

---
 srcpkgs/python3-jaraco.collections/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.collections/template

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
new file mode 100644
index 00000000000..64f78eb4300
--- /dev/null
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-jaraco.collections'
+pkgname=python3-jaraco.collections
+version=3.0.0
+revision=1
+archs=noarch
+wrksrc="jaraco.collections-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+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>"
+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
+
+post_install() {
+	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
+	vlicense LICENSE
+}

From fd590def8d7b90f5d5f8dfcf5ab7dc18a43ae090 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 18:55:46 +0100
Subject: [PATCH 6/7] New package: python3-jaraco-1.0

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

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
new file mode 100644
index 00000000000..8591d76f04e
--- /dev/null
+++ b/srcpkgs/python3-jaraco/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-jaraco'
+pkgname=python3-jaraco
+version=1.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+pycompile_module="jaraco/__init__.py"
+short_desc="Namespace package declaration for jaraco (Python3)"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
+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
+}

From 63a5238d3582334d89182f8f0d490889dc436767 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 19:00:23 +0100
Subject: [PATCH 7/7] New package: python3-jaraco.text-3.2.0

---
 srcpkgs/python3-jaraco.text/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.text/template

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
new file mode 100644
index 00000000000..a64ba0db7cb
--- /dev/null
+++ b/srcpkgs/python3-jaraco.text/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-jaraco.text'
+pkgname=python3-jaraco.text
+version=3.2.0
+revision=1
+archs=noarch
+wrksrc="jaraco.text-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-jaraco.functools python3-six"
+short_desc="Module for text manipulation (Python3)"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
+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
+
+post_install() {
+	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] python3-CherryPy: update to 18.5.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17668@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-01-28 11:23 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-28 11:30 ` voidlinux-github
  2020-01-28 11:42 ` voidlinux-github
  2020-01-28 19:21 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-28 11:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bra1nwave/void-packages CherryPy
https://github.com/void-linux/void-packages/pull/17668

python3-CherryPy: update to 18.5.0.


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

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

From cd2dda6a90366c2f4958547539ec97d690170852 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 18:52:08 +0100
Subject: [PATCH 1/7] python3-CherryPy: update to 18.5.0.

---
 srcpkgs/python3-CherryPy/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 334286bc15c..85df7b65bb6 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
-version=18.4.0
-revision=2
+version=18.5.0
+revision=1
 archs=noarch
 wrksrc="CherryPy-${version}"
 build_style=python3-module
-pycompile_module="cherrypy"
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-Cheroot python3-portend python3-zc.lockfile"
+depends="python3-setuptools python3-Cheroot python3-portend python3-zc.lockfile
+ python3-jaraco.collections"
 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"
 distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
-checksum=e5be00304ca303d7791d14b5ce1436428e18939b91806250387c363ae56c8f8f
+checksum=63b2f61c38c469112145bd4e4e2385cd18f3233799e7a33bd447df468916d22b
 alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
 
 pre_build() {

From 5e15cb57992765d3a7cccba6f73530c6c373aba3 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 18:53:37 +0100
Subject: [PATCH 2/7] python-jaraco.functools: split python3 version

---
 srcpkgs/python-jaraco.functools/template | 20 ++++----------------
 srcpkgs/python3-jaraco.functools         |  1 -
 2 files changed, 4 insertions(+), 17 deletions(-)
 delete mode 120000 srcpkgs/python3-jaraco.functools

diff --git a/srcpkgs/python-jaraco.functools/template b/srcpkgs/python-jaraco.functools/template
index 5d5112bbee3..55c82a8101a 100644
--- a/srcpkgs/python-jaraco.functools/template
+++ b/srcpkgs/python-jaraco.functools/template
@@ -1,14 +1,13 @@
 # Template file for 'python-jaraco.functools'
 pkgname=python-jaraco.functools
 version=2.0
-revision=2
+revision=3
 archs=noarch
 wrksrc="jaraco.functools-${version}"
-build_style=python-module
-pycompile_module="jaraco.functools"
-hostmakedepends="python-setuptools python3-setuptools"
+build_style=python2-module
+hostmakedepends="python-setuptools"
 depends="python-more-itertools python-backports.functools_lru_cache"
-short_desc="Additional functools in the spirit of Python2 stdlib's functools"
+short_desc="Functools like those found in stdlib (Python2)"
 maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.functools"
@@ -19,14 +18,3 @@ checksum=35ba944f52b1a7beee8843a5aa6752d1d5b79893eeb7770ea98be6b637bf9345
 post_install() {
 	vlicense LICENSE
 }
-
-python3-jaraco.functools_package() {
-	archs=noarch
-	pycompile_module="jaraco.functools"
-	depends="python3-more-itertools"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove "usr/lib/python3*"
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-jaraco.functools b/srcpkgs/python3-jaraco.functools
deleted file mode 120000
index 39629bcffae..00000000000
--- a/srcpkgs/python3-jaraco.functools
+++ /dev/null
@@ -1 +0,0 @@
-python-jaraco.functools
\ No newline at end of file

From 2f284ef052ef34cd66bf96d591e0a5b83f8aa7e4 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 18:54:50 +0100
Subject: [PATCH 3/7] New package: python3-jaraco.functools-3.0.0

---
 srcpkgs/python3-jaraco.functools/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.functools/template

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
new file mode 100644
index 00000000000..6a7c89de0d8
--- /dev/null
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-jaraco.functools'
+pkgname=python3-jaraco.functools
+version=3.0.0
+revision=1
+archs=noarch
+wrksrc="jaraco.functools-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-more-itertools python3-jaraco"
+short_desc="Functools like those found in stdlib (Python3)"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
+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=5cb0eea0f254584241c519641328a4d4ec2001a86c3cd6d17a8fd228493f6d97
+
+post_install() {
+	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
+	vlicense LICENSE
+}

From 7dad50e551c304b6d9c6278ef1ed4b9edee13939 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 18:55:11 +0100
Subject: [PATCH 4/7] New package: python3-jaraco.classes-3.1.0

---
 srcpkgs/python3-jaraco.classes/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.classes/template

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
new file mode 100644
index 00000000000..6dbe89cb7f9
--- /dev/null
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-jaraco.classes'
+pkgname=python3-jaraco.classes
+version=3.1.0
+revision=1
+archs=noarch
+wrksrc="jaraco.classes-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-jaraco python3-more-itertools"
+short_desc="Utility functions for Python class constructs (Python3)"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
+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
+
+post_install() {
+	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
+	vlicense LICENSE
+}

From 8ce33e11f61b178ffd14fe74143ea7d019f43870 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 18:55:18 +0100
Subject: [PATCH 5/7] New package: python3-jaraco.collections-3.0.0

---
 srcpkgs/python3-jaraco.collections/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.collections/template

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
new file mode 100644
index 00000000000..64f78eb4300
--- /dev/null
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-jaraco.collections'
+pkgname=python3-jaraco.collections
+version=3.0.0
+revision=1
+archs=noarch
+wrksrc="jaraco.collections-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+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>"
+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
+
+post_install() {
+	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
+	vlicense LICENSE
+}

From 429d06f9080772640d9904273c960ef2411a7665 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 18:55:46 +0100
Subject: [PATCH 6/7] New package: python3-jaraco-1.0

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

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
new file mode 100644
index 00000000000..d6ab6b23228
--- /dev/null
+++ b/srcpkgs/python3-jaraco/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-jaraco'
+pkgname=python3-jaraco
+version=1.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+short_desc="Namespace package declaration for jaraco (Python3)"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
+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
+}

From 385a073ce54701edb4101043696318e33eb003d1 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Fri, 20 Dec 2019 19:00:23 +0100
Subject: [PATCH 7/7] New package: python3-jaraco.text-3.2.0

---
 srcpkgs/python3-jaraco.text/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-jaraco.text/template

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
new file mode 100644
index 00000000000..a64ba0db7cb
--- /dev/null
+++ b/srcpkgs/python3-jaraco.text/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-jaraco.text'
+pkgname=python3-jaraco.text
+version=3.2.0
+revision=1
+archs=noarch
+wrksrc="jaraco.text-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-jaraco.functools python3-six"
+short_desc="Module for text manipulation (Python3)"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
+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
+
+post_install() {
+	rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py
+	vlicense LICENSE
+}

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

* Re: python3-CherryPy: update to 18.5.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17668@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-01-28 11:30 ` voidlinux-github
@ 2020-01-28 11:42 ` voidlinux-github
  2020-01-28 19:21 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-28 11:42 UTC (permalink / raw)
  To: ml

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

New comment by bra1nwave on void-packages repository

https://github.com/void-linux/void-packages/pull/17668#issuecomment-579206633

Comment:
Done. I removed all `pycompile_module` variables

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

* Re: [PR PATCH] [Merged]: python3-CherryPy: update to 18.5.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17668@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-01-28 11:42 ` voidlinux-github
@ 2020-01-28 19:21 ` voidlinux-github
  6 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-28 19:21 UTC (permalink / raw)
  To: ml

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

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

python3-CherryPy: update to 18.5.0.
https://github.com/void-linux/void-packages/pull/17668

Description:


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

end of thread, other threads:[~2020-01-28 19:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17668@inbox.vuxu.org>
2020-01-04 12:10 ` [PR PATCH] [Updated] python3-CherryPy: update to 18.5.0 voidlinux-github
2020-01-04 12:12 ` voidlinux-github
2020-01-27 19:54 ` voidlinux-github
2020-01-28 11:23 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-28 11:30 ` voidlinux-github
2020-01-28 11:42 ` voidlinux-github
2020-01-28 19:21 ` [PR PATCH] [Merged]: " voidlinux-github

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