diff options
author | ptrcnull <git@ptrcnull.me> | 2023-04-18 22:05:55 +0200 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2023-04-18 20:36:50 +0000 |
commit | f2be940131fa7c66d33b7e6b281aef99a6ed36b4 (patch) | |
tree | aa089097c2d41dca18e69ae9062b4221945e7903 | |
parent | 65c97292d14f54bb4b5cb9807079bcfd9e5d9e5d (diff) |
community/py3-c*: split -pyc
73 files changed, 146 insertions, 75 deletions
diff --git a/community/py3-cachecontrol/APKBUILD b/community/py3-cachecontrol/APKBUILD index 48273f90684..6c04b62b5fe 100644 --- a/community/py3-cachecontrol/APKBUILD +++ b/community/py3-cachecontrol/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-cachecontrol _realname=cachecontrol pkgver=0.12.11 -pkgrel=1 +pkgrel=2 pkgdesc="httplib2 caching for requests" url="https://github.com/ionrock/cachecontrol" arch="noarch" @@ -11,6 +11,7 @@ license="Apache-2.0" depends="python3 py3-requests py3-msgpack py3-lockfile" makedepends="py3-setuptools" checkdepends="py3-pytest py3-mock py3-cherrypy py3-redis py3-lockfile" +subpackages="$pkgname-pyc" source="https://github.com/ionrock/$_realname/archive/refs/tags/v$pkgver/py3-cachecontrol-$pkgver.tar.gz" builddir="$srcdir/$_realname-$pkgver" diff --git a/community/py3-cached-property/APKBUILD b/community/py3-cached-property/APKBUILD index 1935754a986..ad73dad6889 100644 --- a/community/py3-cached-property/APKBUILD +++ b/community/py3-cached-property/APKBUILD @@ -1,13 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=py3-cached-property pkgver=1.5.2 -pkgrel=3 +pkgrel=4 pkgdesc="Decorator for caching properties in classes" url="https://github.com/pydanny/cached-property" arch="noarch" license="BSD-3-Clause" depends="python3" makedepends="python3-dev" +subpackages="$pkgname-pyc" source="https://pypi.io/packages/source/c/cached-property/cached-property-$pkgver.tar.gz" builddir="$srcdir/cached-property-$pkgver" diff --git a/community/py3-cachelib/APKBUILD b/community/py3-cachelib/APKBUILD index dbe137d9270..0ad0c739e9e 100644 --- a/community/py3-cachelib/APKBUILD +++ b/community/py3-cachelib/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-cachelib _pkgname=cachelib pkgver=0.10.2 -pkgrel=0 +pkgrel=1 pkgdesc="Extract from werkzeug.cache" url="https://cachelib.readthedocs.io/" arch="noarch" @@ -10,6 +10,7 @@ license="BSD-3-Clause" depends="python3" makedepends="py3-gpep517 py3-installer py3-setuptools py3-wheel" checkdepends="py3-pytest-xprocess py3-pytest py3-boto3" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz no-deprecation.patch " diff --git a/community/py3-cachetools/APKBUILD b/community/py3-cachetools/APKBUILD index dfcd22b8054..f3486ca3557 100644 --- a/community/py3-cachetools/APKBUILD +++ b/community/py3-cachetools/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-cachetools _pyname=cachetools pkgver=5.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="Extensible memoizing collections and decorators" url="https://github.com/tkem/cachetools" arch="noarch" @@ -15,6 +15,7 @@ makedepends=" py3-wheel " checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/tkem/cachetools/archive/v$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" diff --git a/community/py3-cachy/APKBUILD b/community/py3-cachy/APKBUILD index ea6058fd9a2..f6b5e09da5c 100644 --- a/community/py3-cachy/APKBUILD +++ b/community/py3-cachy/APKBUILD @@ -4,7 +4,7 @@ pkgname=py3-cachy _realname=cachy pkgver=0.3.0 -pkgrel=7 +pkgrel=8 pkgdesc="Simple yet effective caching library" url="https://github.com/sdispater/cachy" arch="noarch" @@ -12,6 +12,7 @@ license="MIT" depends="python3" makedepends="py3-gpep517 py3-installer py3-poetry-core py3-setuptools py3-wheel" checkdepends="py3-pytest py3-flexmock py3-fakeredis" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_realname:0:1}/$_realname/$_realname-$pkgver.tar.gz No-need-to-teardown-flexmock.patch" builddir="$srcdir/$_realname-$pkgver" diff --git a/community/py3-cairocffi/APKBUILD b/community/py3-cairocffi/APKBUILD index 730f1b7873c..9381d5dcb92 100644 --- a/community/py3-cairocffi/APKBUILD +++ b/community/py3-cairocffi/APKBUILD @@ -4,7 +4,7 @@ pkgname=py3-cairocffi _pkgname=cairocffi pkgver=1.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="Python CFFI-based binding to Cairo and GDK-PixBuf" url="https://github.com/Kozea/cairocffi" arch="noarch" @@ -18,6 +18,7 @@ checkdepends=" py3-pytest-flake8 py3-pytest-isort " +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver options="!check" # tests broken diff --git a/community/py3-cairosvg/APKBUILD b/community/py3-cairosvg/APKBUILD index 8e7bdb6b8c1..78dd537020a 100644 --- a/community/py3-cairosvg/APKBUILD +++ b/community/py3-cairosvg/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-cairosvg _pyname=CairoSVG pkgver=2.7.0 -pkgrel=0 +pkgrel=1 pkgdesc="Cairo-based SVG renderer for python" url="https://cairosvg.org/" arch="noarch" @@ -21,6 +21,7 @@ checkdepends=" " makedepends="python3-dev py3-setuptools cairo-dev py3-pytest-runner" _pypiprefix="${_pyname%${_pyname#?}}" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz" builddir="$srcdir"/CairoSVG-$pkgver replaces="py-cairosvg" # Backwards compat diff --git a/community/py3-calver/APKBUILD b/community/py3-calver/APKBUILD index 508e511b727..50f51d9b1d0 100644 --- a/community/py3-calver/APKBUILD +++ b/community/py3-calver/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Michał Polański <michal@polanski.me> pkgname=py3-calver pkgver=2022.06.26 -pkgrel=0 +pkgrel=1 pkgdesc="Setuptools extension for CalVer package versions" url="https://github.com/di/calver" license="Apache-2.0" @@ -10,6 +10,7 @@ arch="noarch" depends="python3" makedepends="py3-gpep517 py3-installer py3-setuptools py3-wheel" checkdepends="py3-pretend py3-pytest" +subpackages="$pkgname-pyc" source="https://github.com/di/calver/archive/$pkgver/py3-calver-$pkgver.tar.gz version-placeholder.patch " diff --git a/community/py3-canonicaljson/APKBUILD b/community/py3-canonicaljson/APKBUILD index 0a07febe1a0..bb6a5345d41 100644 --- a/community/py3-canonicaljson/APKBUILD +++ b/community/py3-canonicaljson/APKBUILD @@ -3,7 +3,7 @@ # Contributor: 6543 <6543@obermui.de> pkgname=py3-canonicaljson pkgver=2.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="Canonical JSON" url="https://github.com/matrix-org/python-canonicaljson" arch="noarch" @@ -11,6 +11,7 @@ license="Apache-2.0" depends="python3" makedepends="py3-gpep517 py3-setuptools py3-wheel" checkdepends="py3-nose" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/matrix-org/python-canonicaljson/archive/v$pkgver.tar.gz" builddir="$srcdir/python-canonicaljson-$pkgver" diff --git a/community/py3-capturer/APKBUILD b/community/py3-capturer/APKBUILD index e512b57c9b2..f64ceafa191 100644 --- a/community/py3-capturer/APKBUILD +++ b/community/py3-capturer/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Duncan Bellamy <dunk@denkimushi.com> pkgname=py3-capturer pkgver=3.0 -pkgrel=2 +pkgrel=3 pkgdesc="Easily capture stdout/stderr of the current process and subprocesses" url="https://capturer.readthedocs.io/en/latest/" arch="noarch" @@ -12,6 +12,7 @@ options="!check" depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/capturer/capturer-$pkgver.tar.gz" builddir="$srcdir/capturer-$pkgver" diff --git a/community/py3-casttube/APKBUILD b/community/py3-casttube/APKBUILD index aded8bc5d5d..c5b7d30d49c 100644 --- a/community/py3-casttube/APKBUILD +++ b/community/py3-casttube/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=py3-casttube pkgver=0.2.1 -pkgrel=4 +pkgrel=5 pkgdesc="YouTube Chromecast API" url="https://github.com/ur1katz/casttube" arch="noarch" license="MIT" depends="python3 py3-requests" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="https://pypi.python.org/packages/source/c/casttube/casttube-$pkgver.tar.gz" options="!check" # No tests builddir="$srcdir/casttube-$pkgver" diff --git a/community/py3-cattrs/APKBUILD b/community/py3-cattrs/APKBUILD index 15bd7b0afe5..e2ee4131a04 100644 --- a/community/py3-cattrs/APKBUILD +++ b/community/py3-cattrs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=py3-cattrs pkgver=22.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="Complex custom class converters for attrs" url="https://github.com/python-attrs/cattrs" arch="noarch" @@ -13,6 +13,7 @@ makedepends=" py3-poetry-core " options="!check" # loads of missing deps +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-$pkgver.tar.gz" builddir="$srcdir/cattrs-$pkgver" diff --git a/community/py3-cdsapi/APKBUILD b/community/py3-cdsapi/APKBUILD index b7b944df3e0..869b55d00e6 100644 --- a/community/py3-cdsapi/APKBUILD +++ b/community/py3-cdsapi/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-cdsapi _pkgorig=cdsapi pkgver=0.6.1 -pkgrel=0 +pkgrel=1 pkgdesc="Python API to access the Copernicus Climate Data Store" url="https://github.com/ecmwf/cdsapi" arch="noarch" @@ -11,6 +11,7 @@ license="Apache-2.0 license" depends="python3 py3-requests py3-tqdm" makedepends="py3-setuptools" checkdepends="py3-pytest py3-pytest-runner" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/c/cdsapi/cdsapi-$pkgver.tar.gz" builddir="$srcdir/$_pkgorig-$pkgver" options="!check" # we need API key for test diff --git a/community/py3-cerberus/APKBUILD b/community/py3-cerberus/APKBUILD index 17cda1170e7..254c957bd8c 100644 --- a/community/py3-cerberus/APKBUILD +++ b/community/py3-cerberus/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Noel Kuntze <noel.kuntze@thermi.consulting> pkgname=py3-cerberus pkgver=1.3.4 -pkgrel=2 +pkgrel=3 pkgdesc="Lightweight, extensible data validation library for Python" url="http://python-cerberus.org/" license="ISC" arch="noarch" depends="python3 py3-setuptools" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/pyeve/cerberus/archive/refs/tags/$pkgver.tar.gz" builddir="$srcdir/cerberus-$pkgver" diff --git a/community/py3-cffsubr/APKBUILD b/community/py3-cffsubr/APKBUILD index 6acbdcf00fb..b6268528475 100644 --- a/community/py3-cffsubr/APKBUILD +++ b/community/py3-cffsubr/APKBUILD @@ -1,13 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=py3-cffsubr pkgver=0.2.9 -pkgrel=2 +pkgrel=3 pkgdesc="Standalone CFF subroutinizer based on AFDKO tx" url="https://github.com/adobe-type-tools/cffsubr" arch="all" license="Apache-2.0" depends="py3-fonttools" makedepends="py3-setuptools py3-setuptools_scm" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/cffsubr/cffsubr-$pkgver.tar.gz drop-setuptools-git-ls-files.patch" builddir="$srcdir/cffsubr-$pkgver" diff --git a/community/py3-chaospy/APKBUILD b/community/py3-chaospy/APKBUILD index 20b451c38e6..f567850bcdc 100644 --- a/community/py3-chaospy/APKBUILD +++ b/community/py3-chaospy/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-chaospy _pkgorig=chaospy pkgver=4.3.12 -pkgrel=0 +pkgrel=1 pkgdesc="Numerical tool for performing uncertainty quantification" url="https://github.com/jonathf/chaospy" arch="noarch !x86 !armhf !armv7 !s390x" # assertion errors @@ -22,6 +22,7 @@ makedepends=" py3-setuptools_scm py3-wheel " +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/jonathf/chaospy/archive/refs/tags/v$pkgver.tar.gz importlib.patch " diff --git a/community/py3-characteristic/APKBUILD b/community/py3-characteristic/APKBUILD index 3e55208c10a..058d8773c0a 100644 --- a/community/py3-characteristic/APKBUILD +++ b/community/py3-characteristic/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-characteristic _pkgname=characteristic pkgver=14.3.0 -pkgrel=9 +pkgrel=10 pkgdesc="Service identity verification for pyOpenSSL" url="https://characteristic.readthedocs.io/en/stable/" arch="noarch" @@ -11,6 +11,7 @@ license="MIT" depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver diff --git a/community/py3-cheetah/APKBUILD b/community/py3-cheetah/APKBUILD index 1ed248ea851..29c2cd79db8 100644 --- a/community/py3-cheetah/APKBUILD +++ b/community/py3-cheetah/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: TBK <alpine@jjtc.eu> pkgname=py3-cheetah pkgver=3.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="Cheetah is a template engine and code generation tool" url="http://www.cheetahtemplate.org/" arch="all" license="MIT" depends="python3" makedepends="python3-dev py3-setuptools" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/C/CT3/CT3-$pkgver.tar.gz" builddir="$srcdir"/CT3-$pkgver diff --git a/community/py3-cheroot/APKBUILD b/community/py3-cheroot/APKBUILD index 9c04b41b1f8..fef026903c9 100644 --- a/community/py3-cheroot/APKBUILD +++ b/community/py3-cheroot/APKBUILD @@ -4,7 +4,7 @@ _pyname=cheroot pkgname=py3-cheroot pkgver=9.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="High-performance, pure-Python HTTP server used by CherryPy" url="https://cheroot.cherrypy.dev/" license="BSD-3-Clause" @@ -31,7 +31,7 @@ checkdepends=" py3-pytest-xdist py3-trustme " -subpackages="$pkgname-tests" +subpackages="$pkgname-tests $pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/$_pyname/$_pyname-$pkgver.tar.gz setuptools-git.patch " diff --git a/community/py3-cherrypy/APKBUILD b/community/py3-cherrypy/APKBUILD index a00231e1b08..a0f2009497a 100644 --- a/community/py3-cherrypy/APKBUILD +++ b/community/py3-cherrypy/APKBUILD @@ -6,7 +6,7 @@ pkgname=py3-cherrypy _pkgreal=CherryPy pkgver=18.8.0 -pkgrel=2 +pkgrel=3 pkgdesc="A pythonic, object-oriented web development framework" url="https://cherrypy.dev/" arch="noarch" @@ -14,7 +14,7 @@ license="BSD-3-Clause" depends="py3-cheroot py3-jaraco.collections py3-portend py3-zc.lockfile" makedepends="py3-gpep517 py3-installer py3-setuptools py3-setuptools_scm py3-wheel" checkdepends="py3-cheroot-tests py3-path py3-pytest py3-pytest-cov py3-requests-toolbelt py3-tz" -subpackages="$pkgname-tutorial" +subpackages="$pkgname-tutorial $pkgname-pyc" source="https://files.pythonhosted.org/packages/source/C/CherryPy/CherryPy-$pkgver.tar.gz no-warn-fail.patch tests.patch diff --git a/community/py3-circuitbreaker/APKBUILD b/community/py3-circuitbreaker/APKBUILD index c450d798731..e346c044777 100644 --- a/community/py3-circuitbreaker/APKBUILD +++ b/community/py3-circuitbreaker/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Duncan Bellamy <dunk@denkimushi.com> pkgname=py3-circuitbreaker pkgver=1.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python Circuit Breaker pattern implementation" url="https://github.com/fabfuel/circuitbreaker" arch="noarch" @@ -10,6 +10,7 @@ license="BSD-3-Clause" depends="python3" makedepends="py3-setuptools" checkdepends="py3-mock py3-pytest" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/circuitbreaker/circuitbreaker-$pkgver.tar.gz" builddir="$srcdir/circuitbreaker-$pkgver" diff --git a/community/py3-cleo/APKBUILD b/community/py3-cleo/APKBUILD index 1ab3fd664c6..9a8af1ef783 100644 --- a/community/py3-cleo/APKBUILD +++ b/community/py3-cleo/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Duncan Bellamy <dunk@denkimushi.com> pkgname=py3-cleo pkgver=2.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Python3 library to create beautiful and testable command-line interfaces" url="https://github.com/python-poetry/cleo" arch="noarch" @@ -11,6 +11,7 @@ license="MIT" depends="python3 py3-crashtest py3-rapidfuzz" makedepends="py3-gpep517 py3-poetry-core" checkdepends="py3-pytest py3-pytest-mock" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/python-poetry/cleo/archive/refs/tags/$pkgver.tar.gz" builddir="$srcdir/cleo-$pkgver" diff --git a/community/py3-cli_helpers/APKBUILD b/community/py3-cli_helpers/APKBUILD index 9856d5e36d4..4dd78ecfe2e 100644 --- a/community/py3-cli_helpers/APKBUILD +++ b/community/py3-cli_helpers/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-cli_helpers _pkgname=cli_helpers pkgver=2.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="A helper library for command-line interfaces" url="https://pypi.org/project/cli-helpers" arch="noarch" @@ -11,6 +11,7 @@ license="BSD-3-Clause" depends="py3-tabulate py3-configobj" makedepends="py3-setuptools" checkdepends="py3-pytest py3-wcwidth" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/community/py3-click-log/APKBUILD b/community/py3-click-log/APKBUILD index 87668c54a86..8970f86548e 100644 --- a/community/py3-click-log/APKBUILD +++ b/community/py3-click-log/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-click-log _pyname=click-log pkgver=0.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Integrates logging with click" url="https://github.com/click-contrib/click-log" arch="noarch" @@ -11,6 +11,7 @@ license="MIT" depends="python3 py3-click" makedepends="py3-setuptools" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/$_pyname/$_pyname-$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" diff --git a/community/py3-click-plugins/APKBUILD b/community/py3-click-plugins/APKBUILD index 30b8f3e2b91..c4ebf28b72a 100644 --- a/community/py3-click-plugins/APKBUILD +++ b/community/py3-click-plugins/APKBUILD @@ -3,7 +3,7 @@ _pkgname=click-plugins pkgname=py3-$_pkgname pkgver=1.1.1 -pkgrel=4 +pkgrel=5 pkgdesc="An extension module for click to enable registering CLI commands via setuptools entry-points" url="https://pypi.org/project/click-plugins/" arch="noarch" @@ -18,6 +18,7 @@ makedepends=" checkdepends=" pytest " +subpackages="$pkgname-pyc" source=" py3-click-plugins-$pkgver.tar.gz::https://github.com/click-contrib/click-plugins/archive/$pkgver.tar.gz " diff --git a/community/py3-click/APKBUILD b/community/py3-click/APKBUILD index 976961931b1..b356885dbfb 100644 --- a/community/py3-click/APKBUILD +++ b/community/py3-click/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-click pkgver=8.1.3 -pkgrel=1 +pkgrel=2 pkgdesc="Simple wrapper around optparse for powerful command line utilities" url="https://click.palletsprojects.com" arch="noarch" @@ -10,6 +10,7 @@ license="BSD-3-Clause" depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/click/click-$pkgver.tar.gz" builddir="$srcdir/click-$pkgver" diff --git a/community/py3-cliff/APKBUILD b/community/py3-cliff/APKBUILD index f2be76c517d..8601d55b422 100644 --- a/community/py3-cliff/APKBUILD +++ b/community/py3-cliff/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=py3-cliff pkgver=4.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="Command Line Interface Formulation Framework" url="https://docs.openstack.org/cliff/latest/" arch="noarch" @@ -20,6 +20,7 @@ checkdepends=" py3-prettytable py3-stevedore " +subpackages="$pkgname-pyc" source="https://pypi.python.org/packages/source/c/cliff/cliff-$pkgver.tar.gz" options="!check" # Requires specific (old) version of py3-cmd2 builddir="$srcdir/cliff-$pkgver" diff --git a/community/py3-cligj/APKBUILD b/community/py3-cligj/APKBUILD index b3d3f4e6adc..ff8c84b984f 100644 --- a/community/py3-cligj/APKBUILD +++ b/community/py3-cligj/APKBUILD @@ -3,7 +3,7 @@ _pkgname=cligj pkgname=py3-$_pkgname pkgver=0.7.2 -pkgrel=3 +pkgrel=4 pkgdesc="Common arguments and options for GeoJSON processing commands, using Click" url="https://pypi.org/project/cligj/" arch="noarch" @@ -18,6 +18,7 @@ makedepends=" checkdepends=" pytest " +subpackages="$pkgname-pyc" source=" py3-cligj-$pkgver.tar.gz::https://github.com/mapbox/cligj/archive/$pkgver.tar.gz " diff --git a/community/py3-clikit/APKBUILD b/community/py3-clikit/APKBUILD index b75e2124643..1f77373e905 100644 --- a/community/py3-clikit/APKBUILD +++ b/community/py3-clikit/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Michał Polański <michal@polanski.me> pkgname=py3-clikit pkgver=0.6.2 -pkgrel=6 +pkgrel=7 pkgdesc="Python3 library to create beautiful and testable command-line interfaces" url="https://github.com/sdispater/clikit" arch="noarch" @@ -10,6 +10,7 @@ license="MIT" depends="python3 py3-crashtest py3-pastel py3-pylev" makedepends="py3-gpep517 py3-installer py3-poetry-core py3-wheel" checkdepends="py3-pytest py3-pytest-mock" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/sdispater/clikit/archive/refs/tags/$pkgver.tar.gz" builddir="$srcdir/clikit-$pkgver" diff --git a/community/py3-cloudpickle/APKBUILD b/community/py3-cloudpickle/APKBUILD index 045f98019d7..762a21e92d4 100644 --- a/community/py3-cloudpickle/APKBUILD +++ b/community/py3-cloudpickle/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Patrycja Rosa <alpine@ptrcnull.me> pkgname=py3-cloudpickle pkgver=2.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="Extended pickling support for Python objects" url="https://pypi.org/project/cloudpickle/" arch="noarch" @@ -10,6 +10,7 @@ license="BSD-3-Clause" depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest py3-psutil py3-tornado py3-typing-extensions py3-numpy" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/cloudpickle/cloudpickle-$pkgver.tar.gz remove-skipped-test-that-causes-error.patch " diff --git a/community/py3-cma/APKBUILD b/community/py3-cma/APKBUILD index ba40d12c312..43e9ad60bb0 100644 --- a/community/py3-cma/APKBUILD +++ b/community/py3-cma/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-cma _pkgorig=cma pkgver=3.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="Python implementation of CMA-ES" url="https://github.com/CMA-ES/pycma" arch="noarch" @@ -14,6 +14,7 @@ depends=" py3-numpy " makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/c/cma/cma-$pkgver.tar.gz" builddir="$srcdir/$_pkgorig-$pkgver" diff --git a/community/py3-cmaes/APKBUILD b/community/py3-cmaes/APKBUILD index 1749bad2b32..7396a5a1dd5 100644 --- a/community/py3-cmaes/APKBUILD +++ b/community/py3-cmaes/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-cmaes _pkgorig=cmaes pkgver=0.9.1 -pkgrel=0 +pkgrel=1 pkgdesc="Python library for CMA Evolution Strategy" url="https://github.com/CyberAgentAILab/cmaes" arch="noarch" @@ -24,6 +24,7 @@ makedepends=" py3-setuptools py3-wheel " +subpackages="$pkgname-pyc" source="https://github.com/CyberAgentAILab/cmaes/archive/v$pkgver/$_pkgorig-$pkgver.tar.gz" builddir="$srcdir/cmaes-$pkgver" diff --git a/community/py3-cmake-build-extension/APKBUILD b/community/py3-cmake-build-extension/APKBUILD index 83245709945..3b481553004 100644 --- a/community/py3-cmake-build-extension/APKBUILD +++ b/community/py3-cmake-build-extension/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: psykose <alice@ayaya.dev> pkgname=py3-cmake-build-extension pkgver=0.5.1 -pkgrel=2 +pkgrel=3 pkgdesc="Setuptools extension to build and package CMake projects" url="https://github.com/diegoferigo/cmake-build-extension" arch="noarch" @@ -13,6 +13,7 @@ makedepends=" py3-setuptools_scm py3-wheel " +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/diegoferigo/cmake-build-extension/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/cmake-build-extension-$pkgver" options="!check" # no tests diff --git a/community/py3-cmudict/APKBUILD b/community/py3-cmudict/APKBUILD index e58ace9f565..5d2a064d08e 100644 --- a/community/py3-cmudict/APKBUILD +++ b/community/py3-cmudict/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=py3-cmudict pkgver=1.0.13 -pkgrel=0 +pkgrel=1 pkgdesc="A versioned Python wrapper package for The CMU Pronouncing Dictionary data files" url="https://github.com/prosegrinder/python-cmudict" arch="noarch" @@ -11,6 +11,7 @@ depends="python3" makedepends="py3-gpep517 py3-installer py3-poetry-core" checkdepends="py3-pytest" _cmudict_rev="697cd8957daa07d2cb89e0cee922de6218afde81" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/prosegrinder/python-cmudict/archive/refs/tags/v$pkgver.tar.gz $pkgname-$pkgver-data.tar.gz::https://github.com/cmusphinx/cmudict/archive/$_cmudict_rev.tar.gz " diff --git a/community/py3-colorama/APKBUILD b/community/py3-colorama/APKBUILD index fa55976bc6d..cf5877d5c2b 100644 --- a/community/py3-colorama/APKBUILD +++ b/community/py3-colorama/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-colorama _pkgname=colorama pkgver=0.4.6 -pkgrel=2 +pkgrel=3 pkgdesc="Simple cross-platform colored terminal text" url="https://pypi.org/project/colorama" arch="noarch" @@ -11,6 +11,7 @@ license="BSD-3-Clause" depends="python3" makedepends="py3-gpep517 py3-hatchling" checkdepends="py3-mock" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/tartley/colorama/archive/$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver diff --git a/community/py3-colorclass/APKBUILD b/community/py3-colorclass/APKBUILD index a42fe09e9b7..32ae8716504 100644 --- a/community/py3-colorclass/APKBUILD +++ b/community/py3-colorclass/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Duncan Bellamy <dunk@denkimushi.com> pkgname=py3-colorclass pkgver=2.2.2 -pkgrel=2 +pkgrel=3 pkgdesc="Colorful worry-free console applications" url="https://github.com/matthewdeanmartin/colorclass" arch="noarch" license="MIT" depends="python3" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/colorclass/colorclass-$pkgver.tar.gz" options="!check" #tests are in the github archive not pypi archive builddir="$srcdir/colorclass-$pkgver" diff --git a/community/py3-colored-logs/APKBUILD b/community/py3-colored-logs/APKBUILD index 8db3df46c78..91d28568485 100644 --- a/community/py3-colored-logs/APKBUILD +++ b/community/py3-colored-logs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Duncan Bellamy <dunk@denkimushi.com> pkgname=py3-colored-logs pkgver=0.2.10 -pkgrel=3 +pkgrel=4 pkgdesc="colored logs package based on 'colored'" options="!check" # No testsuite url="https://github.com/kopensource/colored_logs" @@ -10,6 +10,7 @@ arch="noarch" license="MIT" depends="python3" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/colored_logs/colored_logs-$pkgver.tar.gz" builddir="$srcdir/colored_logs-$pkgver" diff --git a/community/py3-coloredlogs/APKBUILD b/community/py3-coloredlogs/APKBUILD index 56f31418194..b05363de21a 100644 --- a/community/py3-coloredlogs/APKBUILD +++ b/community/py3-coloredlogs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Duncan Bellamy <dunk@denkimushi.com> pkgname=py3-coloredlogs pkgver=15.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Colored terminal output for Python's logging module" url="https://coloredlogs.readthedocs.io/en/latest/" arch="noarch" @@ -10,6 +10,7 @@ license="MIT" depends="python3 py3-humanfriendly" makedepends="py3-setuptools" checkdepends="py3-capturer py3-pytest py3-verboselogs" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/coloredlogs/coloredlogs-$pkgver.tar.gz" builddir="$srcdir/coloredlogs-$pkgver" diff --git a/community/py3-colorful/APKBUILD b/community/py3-colorful/APKBUILD index 8fc2a2735fe..1ad6e19c511 100644 --- a/community/py3-colorful/APKBUILD +++ b/community/py3-colorful/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-colorful _pkgname=colorful pkgver=0.5.5 -pkgrel=0 +pkgrel=1 pkgdesc="Terminal string styling done right, in Python" url="https://github.com/timofurrer/colorful" arch="noarch" license="MIT" depends="python3" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/timofurrer/colorful/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver diff --git a/community/py3-colorlog/APKBUILD b/community/py3-colorlog/APKBUILD index 751a2277fa9..c35362e955a 100644 --- a/community/py3-colorlog/APKBUILD +++ b/community/py3-colorlog/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-colorlog _pyname=colorlog pkgver=6.7.0 -pkgrel=1 +pkgrel=2 pkgdesc="formatter for use with Python's logging module" url="https://github.com/borntyping/python-colorlog" arch="noarch" @@ -11,6 +11,7 @@ license="MIT" depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/$_pyname/$_pyname-$pkgver.tar.gz" builddir="$srcdir"/$_pyname-$pkgver diff --git a/community/py3-colorzero/APKBUILD b/community/py3-colorzero/APKBUILD index 1ecabc0e9d7..b27f34d11ae 100644 --- a/community/py3-colorzero/APKBUILD +++ b/community/py3-colorzero/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Patrycja Rosa <alpine@ptrcnull.me> pkgname=py3-colorzero pkgver=2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Another color manipulation library for Python" url="https://colorzero.readthedocs.io/" arch="noarch" @@ -10,6 +10,7 @@ license="BSD-3-Clause" depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest py3-pytest-cov" +subpackages="$pkgname-pyc" source="https://github.com/waveform80/colorzero/archive/refs/tags/release-$pkgver/py3-colorzero-$pkgver.tar.gz" builddir="$srcdir/colorzero-release-$pkgver" diff --git a/community/py3-colour/APKBUILD b/community/py3-colour/APKBUILD index 03bb1acda0b..084b1edd0bc 100644 --- a/community/py3-colour/APKBUILD +++ b/community/py3-colour/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-colour pkgver=0.1.5 -pkgrel=4 +pkgrel=5 pkgdesc="Python module to convert and manipulate color representations" url="https://github.com/vaab/colour" arch="noarch" @@ -10,6 +10,7 @@ license="BSD-2-Clause" depends="python3" makedepends="py3-setuptools" checkdepends="py3-coverage py3-nose" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/colour/colour-$pkgver.tar.gz remove-d2to1.patch" builddir="$srcdir/colour-$pkgver" diff --git a/community/py3-combo-lock/APKBUILD b/community/py3-combo-lock/APKBUILD index 59cd64eb675..45840b1aaf1 100644 --- a/community/py3-combo-lock/APKBUILD +++ b/community/py3-combo-lock/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: psykose <alice@ayaya.dev> pkgname=py3-combo-lock pkgver=0.2.5 -pkgrel=0 +pkgrel=1 pkgdesc="Python combination of a process lock and a thread lock" url="https://github.com/forslund/combo-lock" arch="noarch" @@ -16,6 +16,7 @@ makedepends=" py3-setuptools py3-wheel " +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/forslund/combo-lock/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/combo-lock-$pkgver" diff --git a/community/py3-comm/APKBUILD b/community/py3-comm/APKBUILD index db729a6d2fe..0bd1e919714 100644 --- a/community/py3-comm/APKBUILD +++ b/community/py3-comm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Aiden Grossman <agrossman154@yahoo.com> pkgname=py3-comm pkgver=0.1.3 -pkgrel=0 +pkgrel=1 pkgdesc="Python comm implementation for the Jupyter kernel protocol" url="https://github.com/ipython/comm" arch="noarch" @@ -10,6 +10,7 @@ license="BSD-3-Clause" depends="py3-traitlets" makedepends="py3-gpep517 py3-hatchling" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/ipython/comm/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/comm-$pkgver" diff --git a/community/py3-commonmark/APKBUILD b/community/py3-commonmark/APKBUILD index 38acafa060e..8e3af495300 100644 --- a/community/py3-commonmark/APKBUILD +++ b/community/py3-commonmark/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-commonmark _pyname=commonmark pkgver=0.9.1 -pkgrel=3 +pkgrel=4 pkgdesc="Python3 parser for the CommonMark Markdown specification" url="https://pypi.org/project/commonmark/" arch="noarch" @@ -11,6 +11,7 @@ license="BSD-3-Clause" depends="python3" makedepends="py3-setuptools" checkdepends="py3-hypothesis py3-flake8" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pyname%${_pyname#?}}/$_pyname/$_pyname-$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" diff --git a/community/py3-complexheatmap/APKBUILD b/community/py3-complexheatmap/APKBUILD index 31c9be49bd0..b63ba362272 100644 --- a/community/py3-complexheatmap/APKBUILD +++ b/community/py3-complexheatmap/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu> pkgname=py3-complexheatmap pkgver=1.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="A Python package to plot complex heatmap (clustermap)" url="https://github.com/DingWB/PyComplexHeatmap" arch="noarch" license="MIT" depends="python3 py3-matplotlib py3-numpy py3-pandas py3-seaborn" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/P/PyComplexHeatmap/PyComplexHeatmap-$pkgver.tar.gz" builddir="$srcdir/PyComplexHeatmap-$pkgver" diff --git a/community/py3-compreffor/APKBUILD b/community/py3-compreffor/APKBUILD index 358cc7469ea..d600177d7ef 100644 --- a/community/py3-compreffor/APKBUILD +++ b/community/py3-compreffor/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=py3-compreffor pkgver=0.5.3 -pkgrel=0 +pkgrel=1 pkgdesc="CFF table subroutinizer for FontTools" url="https://github.com/googlefonts/compreffor" arch="all" @@ -19,6 +19,7 @@ makedepends=" python3-dev " checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/googlefonts/compreffor/archive/$pkgver.tar.gz 0001-Drop-the-setuptools_git_ls_files-dependency.patch " diff --git a/community/py3-configargparse/APKBUILD b/community/py3-configargparse/APKBUILD index e2060ddc229..ad1fcdc8202 100644 --- a/community/py3-configargparse/APKBUILD +++ b/community/py3-configargparse/APKBUILD @@ -4,7 +4,7 @@ pkgname=py3-configargparse _pkgname=ConfigArgParse pkgver=1.5.3 -pkgrel=2 +pkgrel=3 pkgdesc="drop-in replacement for argparse" url="https://github.com/bw2/ConfigArgParse" arch="noarch" @@ -12,6 +12,7 @@ license="MIT" depends="python3" makedepends="py3-setuptools py3-wheel" checkdepends="py3-mock py3-pytest py3-yaml" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/bw2/$_pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/community/py3-configobj/APKBUILD b/community/py3-configobj/APKBUILD index af0ec613578..fc89c595e36 100644 --- a/community/py3-configobj/APKBUILD +++ b/community/py3-configobj/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=py3-configobj pkgver=5.0.8 -pkgrel=0 +pkgrel=1 pkgdesc="Python3 library for reading and writing of configuration files (ini)" url="https://github.com/DiffSK/configobj" arch="noarch" @@ -9,6 +9,7 @@ license="BSD-3-Clause" depends="python3 py3-six" makedepends="py3-setuptools py3-gpep517 py3-wheel" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="https://pypi.python.org/packages/source/c/configobj/configobj-$pkgver.tar.gz" builddir="$srcdir"/configobj-$pkgver options="!check" # no tests on pypi diff --git a/community/py3-configshell/APKBUILD b/community/py3-configshell/APKBUILD index 66379d33084..4539d566fa9 100644 --- a/community/py3-configshell/APKBUILD +++ b/community/py3-configshell/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-configshell _pkgname=configshell pkgver=1.1.29 -pkgrel=1 +pkgrel=2 pkgdesc="Python library that provides a framework for building simple but nice CLI-based applications" url="https://github.com/open-iscsi/configshell-fb" arch="noarch" @@ -10,6 +10,7 @@ license="Apache-2.0" depends="python3 py3-six py3-urwid py3-parsing" makedepends="py3-setuptools" options="!check" # no test suite +subpackages="$pkgname-pyc" source="$_pkgname-fb-$pkgver.tar.gz::https://github.com/open-iscsi/configshell-fb/archive/v$pkgver.tar.gz $pkgname-py3.11.patch::https://github.com/open-iscsi/configshell-fb/commit/f3ac914861bd605e3d634aeeb5e706abdbd39259.patch " diff --git a/community/py3-confuse/APKBUILD b/community/py3-confuse/APKBUILD index 7263d0656f0..762f8c547da 100644 --- a/community/py3-confuse/APKBUILD +++ b/community/py3-confuse/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Marvin Preuss <marvin@xsteadfastx.org> pkgname=py3-confuse pkgver=2.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="Painless YAML config files for Python" url="https://github.com/beetbox/confuse" arch="noarch" @@ -10,6 +10,7 @@ license="MIT" depends="python3 py3-yaml" makedepends="py3-gpep517 py3-flit-core py3-installer" checkdepends="py3-nose" +subpackages="$pkgname-pyc" source="confuse-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/c/confuse/confuse-$pkgver.tar.gz" builddir="$srcdir/confuse-$pkgver" diff --git a/community/py3-constantly/APKBUILD b/community/py3-constantly/APKBUILD index 19cb4669b9c..fa048450904 100644 --- a/community/py3-constantly/APKBUILD +++ b/community/py3-constantly/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-constantly _pkgname=constantly pkgver=15.1.0 -pkgrel=6 +pkgrel=7 pkgdesc="Library that provides symbolic constant support" url="https://github.com/twisted/constantly" arch="noarch" license="MIT" depends="python3" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/community/py3-construct/APKBUILD b/community/py3-construct/APKBUILD index bd42e83966e..ef26a26316f 100644 --- a/community/py3-construct/APKBUILD +++ b/community/py3-construct/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=py3-construct pkgver=2.10.68 -pkgrel=1 +pkgrel=2 pkgdesc="A powerful declarative symmetric parser/builder for binary data" url="https://construct.readthedocs.io/en/latest/" arch="noarch" license="MIT" depends="python3" makedepends="python3-dev py3-setuptools" +subpackages="$pkgname-pyc" source="https://pypi.io/packages/source/c/construct/construct-$pkgver.tar.gz" builddir="$srcdir/construct-$pkgver" diff --git a/community/py3-contourpy/APKBUILD b/community/py3-contourpy/APKBUILD index 417932064a0..7e373c2b713 100644 --- a/community/py3-contourpy/APKBUILD +++ b/community/py3-contourpy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Aiden Grossman <agrossman154@yahoo.com> pkgname=py3-contourpy pkgver=1.0.7 -pkgrel=0 +pkgrel=1 pkgdesc="Python library for calculating contours in 2D quadrilateral grids Resources" url="https://github.com/contourpy/contourpy" arch="all" @@ -10,6 +10,7 @@ license="BSD-3-Clause" depends="python3 py3-numpy" makedepends="py3-setuptools py3-pybind11-dev python3-dev" checkdepends="pytest py3-matplotlib" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/contourpy/contourpy/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/contourpy-$pkgver" options="!check" # circular dependency with matplotlib diff --git a/community/py3-convertdate/APKBUILD b/community/py3-convertdate/APKBUILD index 9faafd93994..863791bef22 100644 --- a/community/py3-convertdate/APKBUILD +++ b/community/py3-convertdate/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=py3-convertdate pkgver=2.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Converts between Gregorian dates and other calendar systems" url="https://github.com/fitnr/convertdate" arch="noarch" @@ -14,6 +14,7 @@ depends=" " makedepends="py3-setuptools" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="https://github.com/fitnr/convertdate/archive/v$pkgver/convertdate-v$pkgver.tar.gz" builddir="$srcdir/convertdate-$pkgver" diff --git a/community/py3-core-api/APKBUILD b/community/py3-core-api/APKBUILD index aaaa8e8327b..c4e71c951ba 100644 --- a/community/py3-core-api/APKBUILD +++ b/community/py3-core-api/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-core-api _pkgname=python-client pkgver=2.3.3 -pkgrel=9 +pkgrel=10 pkgdesc="Python client library for Core API" url="https://github.com/core-api/python-client" arch="noarch" @@ -11,6 +11,7 @@ license="BSD-2-Clause" depends="py3-coreschema py3-itypes py3-requests py3-uritemplate" makedepends="py3-setuptools" checkdepends="py3-coverage py3-pytest py3-core-api" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/core-api/python-client/archive/$pkgver.tar.gz no-flake8.patch " diff --git a/community/py3-coreschema/APKBUILD b/community/py3-coreschema/APKBUILD index 3e64918aaa2..6d3b7b89405 100644 --- a/community/py3-coreschema/APKBUILD +++ b/community/py3-coreschema/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-coreschema _pkgname=coreschema pkgver=0.0.4 -pkgrel=7 +pkgrel=8 pkgdesc="No description or topics provided" url="https://github.com/core-api/python-coreschema" arch="noarch" @@ -11,6 +11,7 @@ license="BSD" depends="py3-jinja2" makedepends="py3-setuptools" checkdepends="py3-pytest py3-pytest-cov" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/core-api/python-coreschema/archive/$pkgver.tar.gz" builddir="$srcdir"/python-$_pkgname-$pkgver diff --git a/community/py3-coveralls/APKBUILD b/community/py3-coveralls/APKBUILD index 9ae9ef55c26..affc361607f 100644 --- a/community/py3-coveralls/APKBUILD +++ b/community/py3-coveralls/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=py3-coveralls pkgver=2.2.0 -pkgrel=4 +pkgrel=5 pkgdesc="Show coverage stats online via coveralls.io" url="https://github.com/TheKevJames/coveralls-python" arch="noarch" @@ -10,6 +10,7 @@ license="MIT" depends="py3-coverage py3-docopt py3-requests" makedepends="py3-setuptools" options="!check" #no testsuite +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/TheKevJames/coveralls-python/archive/$pkgver.tar.gz" builddir="$srcdir"/coveralls-python-$pkgver diff --git a/community/py3-cppy/APKBUILD b/community/py3-cppy/APKBUILD index 9f09454949e..396f0c7cd4d 100644 --- a/community/py3-cppy/APKBUILD +++ b/community/py3-cppy/APKBUILD @@ -2,12 +2,13 @@ # Maintainer: pkgname=py3-cppy pkgver=1.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Collection of C++ headers for writing Python C extensions" url="https://github.com/nucleic/cppy" arch="noarch" license="BSD-3-Clause" makedepends="py3-gpep517 py3-setuptools py3-setuptools_scm py3-wheel" +subpackages="$pkgname-pyc" source="https://github.com/nucleic/cppy/archive/$pkgver/py3-cppy-$pkgver.tar.gz" builddir="$srcdir/cppy-$pkgver" diff --git a/community/py3-crashtest/APKBUILD b/community/py3-crashtest/APKBUILD index 1793740cac4..59e699d71ce 100644 --- a/community/py3-crashtest/APKBUILD +++ b/community/py3-crashtest/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-crashtest _pyname=crashtest pkgver=0.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="Manage Python errors with ease" url="https://github.com/sdispater/crashtest" arch="noarch" @@ -11,6 +11,7 @@ license="MIT" depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest py3-pytest-cov" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/crashtest/crashtest-$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" diff --git a/community/py3-crcmod/APKBUILD b/community/py3-crcmod/APKBUILD index 30a57ca2b8d..591317a7297 100644 --- a/community/py3-crcmod/APKBUILD +++ b/community/py3-crcmod/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-crcmod _pkgname=crcmod pkgver=1.7 -pkgrel=9 +pkgrel=10 pkgdesc="Cyclic Redundancy Check (CRC) implementation in Python" url="https://pypi.org/project/crcmod/" arch="all" license="MIT" depends="python3" makedepends="python3-dev py3-setuptools" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver diff --git a/community/py3-cro/APKBUILD b/community/py3-cro/APKBUILD index 48ea860fb6f..83336e3afeb 100644 --- a/community/py3-cro/APKBUILD +++ b/community/py3-cro/APKBUILD @@ -4,7 +4,7 @@ pkgname=py3-cro _pkgorig=coral-reef-optimization-algorithm _commit=25804fc43b735df707821008558e9410dfe4a835 pkgver=0.0.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="Implementation of Coral Reef Optimization (CRO) Algorithm" url="https://github.com/VictorPelaez/coral-reef-optimization-algorithm" arch="noarch !s390x !riscv64" # py3-scikit-learn, py3-matplotlib @@ -12,6 +12,7 @@ license="MIT" depends="python3 py3-matplotlib py3-scipy py3-numpy py3-scikit-learn py3-pandas" checkdepends="python3-dev py3-pytest" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/VictorPelaez/$_pkgorig/archive/$_commit/$_pkgorig-$_commit.tar.gz" builddir="$srcdir/$_pkgorig-$_commit" diff --git a/community/py3-cryptography/APKBUILD b/community/py3-cryptography/APKBUILD index 0aca4e98cd5..5f35ed23a19 100644 --- a/community/py3-cryptography/APKBUILD +++ b/community/py3-cryptography/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: psykose <alice@ayaya.dev> pkgname=py3-cryptography pkgver=40.0.2 -pkgrel=0 +pkgrel=1 pkgdesc="Cryptographic recipes and primitives for Python" url="https://cryptography.io/" arch="all" @@ -27,6 +27,7 @@ checkdepends=" py3-pytest-xdist py3-tz " +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-$pkgver.tar.gz https://files.pythonhosted.org/packages/source/c/cryptography_vectors/cryptography_vectors-$pkgver.tar.gz " diff --git a/community/py3-css-parser/APKBUILD b/community/py3-css-parser/APKBUILD index 39a9cbef53d..e086a3bbe9c 100644 --- a/community/py3-css-parser/APKBUILD +++ b/community/py3-css-parser/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Peter Shkenev <santurysim@gmail.com> pkgname=py3-css-parser pkgver=1.0.8 -pkgrel=1 +pkgrel=2 pkgdesc="CSS related utilities (parsing, serialization, etc) for python" url="https://github.com/ebook-utils/css-parser" arch="noarch" license="LGPL-3.0-or-later" depends="python3 py3-chardet" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source=" $pkgname-$pkgver.tar.gz::https://github.com/ebook-utils/css-parser/archive/refs/tags/v$pkgver.tar.gz 10-remove-tests.patch diff --git a/community/py3-csscompressor/APKBUILD b/community/py3-csscompressor/APKBUILD index 29e93f7ebf9..fd149126586 100644 --- a/community/py3-csscompressor/APKBUILD +++ b/community/py3-csscompressor/APKBUILD @@ -3,12 +3,13 @@ _pkgname=csscompressor pkgname="py3-$_pkgname" pkgver=0.9.5 -pkgrel=3 +pkgrel=4 pkgdesc="Python port of YUI CSS Compressor" url="https://github.com/sprymix/csscompressor" arch="noarch" license="BSD-3-Clause" makedepends="py3-setuptools_scm" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" options="!check" # requires package to be installed builddir="$srcdir/$_pkgname-$pkgver" diff --git a/community/py3-cssselect/APKBUILD b/community/py3-cssselect/APKBUILD index 1548ad2500e..88f6945d3bf 100644 --- a/community/py3-cssselect/APKBUILD +++ b/community/py3-cssselect/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-cssselect _pkgname=cssselect pkgver=1.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Library for parsing CSS3 selectors and translating them to XPath 1.0" url="https://github.com/scrapy/cssselect" arch="noarch" @@ -11,6 +11,7 @@ license="BSD-3-Clause" depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest py3-lxml" +subpackages="$pkgname-pyc" source="$_pkgname-$pkgver.tar.gz::https://github.com/scrapy/cssselect/archive/v$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver diff --git a/community/py3-cssselect2/APKBUILD b/community/py3-cssselect2/APKBUILD index 1b37752bcd8..dfc2fc24137 100644 --- a/community/py3-cssselect2/APKBUILD +++ b/community/py3-cssselect2/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-cssselect2 _pyname=cssselect2 pkgver=0.7.0 -pkgrel=2 +pkgrel=3 pkgdesc="CSS selectors for Python ElementTree" url="https://pypi.org/project/cssselect2/" arch="noarch" @@ -12,6 +12,7 @@ depends="py3-tinycss2" makedepends="py3-gpep517 py3-flit-core py3-installer" checkdepends="py3-pytest py3-pytest-cov py3-pytest-isort py3-pytest-flake8" _pypiprefix="${_pyname%${_pyname#?}}" +subpackages="$pkgname-pyc" source=" https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz " diff --git a/community/py3-cu2qu/APKBUILD b/community/py3-cu2qu/APKBUILD index 2ddeb5d827e..93218eb3c09 100644 --- a/community/py3-cu2qu/APKBUILD +++ b/community/py3-cu2qu/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=py3-cu2qu pkgver=1.6.7 -pkgrel=5 +pkgrel=6 pkgdesc="Cubic-to-quadratic bezier curve conversion" url="https://github.com/googlefonts/cu2qu" arch="all" @@ -10,6 +10,7 @@ license="Apache-2.0" depends="python3 py3-fonttools py3-fs" makedepends="py3-setuptools py3-setuptools_scm python3-dev cython" checkdepends="py3-pytest py3-coverage py3-defcon py3-pytest-runner" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/googlefonts/cu2qu/archive/v$pkgver.tar.gz" builddir="$srcdir/cu2qu-$pkgver" options="!check" # fail with py3.11 diff --git a/community/py3-curio/APKBUILD b/community/py3-curio/APKBUILD index e9c338dd52c..19926dc3268 100644 --- a/community/py3-curio/APKBUILD +++ b/community/py3-curio/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=py3-curio pkgver=1.6 -pkgrel=0 +pkgrel=1 pkgdesc="Curio is a coroutine-based library for concurrent systems programming" url="https://github.com/dabeaz/curio" arch="noarch" @@ -13,6 +13,7 @@ makedepends=" py3-sphinx " checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="https://pypi.python.org/packages/source/c/curio/curio-$pkgver.tar.gz" builddir="$srcdir/curio-$pkgver" diff --git a/community/py3-curl/APKBUILD b/community/py3-curl/APKBUILD index 74b5df75d28..dee14ec3a3e 100644 --- a/community/py3-curl/APKBUILD +++ b/community/py3-curl/APKBUILD @@ -3,12 +3,13 @@ pkgname=py3-curl _pkgname=pycurl pkgver=7.45.2 -pkgrel=0 +pkgrel=1 pkgdesc="Python3 interface to libcurl" url="http://pycurl.io/" arch="all" license="LGPL-2.0-or-later MIT" makedepends="curl-dev openssl-dev>3 python3-dev py3-setuptools" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/community/py3-cx_freeze/APKBUILD b/community/py3-cx_freeze/APKBUILD index fb72e4b6198..33673aa7995 100644 --- a/community/py3-cx_freeze/APKBUILD +++ b/community/py3-cx_freeze/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-cx_freeze _pkgname=cx_Freeze pkgver=6.14.9 -pkgrel=0 +pkgrel=1 pkgdesc="Set of utilities for freezing Python scripts into executables" url="https://github.com/marcelotduarte/cx_Freeze" arch="all !ppc64le" license="PSF-2.0" depends="patchelf" makedepends="py3-gpep517 py3-setuptools python3-dev py3-wheel" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/marcelotduarte/cx_Freeze/archive/refs/tags/$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver options="!check" # todo diff --git a/community/py3-cycler/APKBUILD b/community/py3-cycler/APKBUILD index 4e196931d93..5bbb7782feb 100644 --- a/community/py3-cycler/APKBUILD +++ b/community/py3-cycler/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-cycler _pkgname=cycler pkgver=0.11.0 -pkgrel=1 +pkgrel=2 pkgdesc="Composable style cycles in Python" url="https://matplotlib.org/cycler/" arch="noarch" @@ -11,6 +11,7 @@ license="BSD-3-Clause" depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/C/Cycler/$_pkgname-$pkgver.tar.gz cycler_version.patch " diff --git a/community/py3-cytoolz/APKBUILD b/community/py3-cytoolz/APKBUILD index 29f59e36bb0..1e074f5a73c 100644 --- a/community/py3-cytoolz/APKBUILD +++ b/community/py3-cytoolz/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-cytoolz _pkgorig=cytoolz pkgver=0.12.1 -pkgrel=0 +pkgrel=1 pkgdesc="Cython implementation of Toolz: High performance functional utilities" url="https://github.com/pytoolz/cytoolz" arch="all" @@ -11,6 +11,7 @@ license="BSD-3-Clause" depends="python3 cython py3-toolz" checkdepends="py3-pytest" makedepends="python3-dev py3-setuptools" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/c/cytoolz/cytoolz-$pkgver.tar.gz do-not-package-tests.patch" builddir="$srcdir/$_pkgorig-$pkgver" |