From cd2dda6a90366c2f4958547539ec97d690170852 Mon Sep 17 00:00:00 2001 From: bra1nwave 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 " 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 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 " 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 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 " +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 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 " +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 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 " +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 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 " +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 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 " +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 +}