diff options
author | ptrcnull <git@ptrcnull.me> | 2023-04-21 23:47:03 +0200 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2023-04-25 07:04:17 +0000 |
commit | baa94de1f53e973f2fe84a2b56d45098586a8c34 (patch) | |
tree | 19a6b1889ed8830859f22a7cf3b9f07c523b3fad | |
parent | 51c157f2d7accc04e3a2021ca0dd882a9dffbf9c (diff) |
testing/py3-s*: split -pyc
79 files changed, 158 insertions, 83 deletions
diff --git a/testing/py3-schema/APKBUILD b/testing/py3-schema/APKBUILD index 5428d20a0d4..48b4432b2f6 100644 --- a/testing/py3-schema/APKBUILD +++ b/testing/py3-schema/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Sasha Gerrand <alpine-pkgs@sgerrand.com> pkgname=py3-schema pkgver=0.7.5 -pkgrel=1 +pkgrel=2 pkgdesc="Schema is a library for validating Python data structures" url="https://github.com/keleshev/schema" arch="noarch" @@ -10,6 +10,7 @@ license="MIT" depends="python3" checkdepends="py3-pytest py3-mock" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/keleshev/schema/archive/v$pkgver.tar.gz" builddir="$srcdir/schema-$pkgver" diff --git a/testing/py3-scrapy/APKBUILD b/testing/py3-scrapy/APKBUILD index a32872bb649..0bb06b7fef0 100644 --- a/testing/py3-scrapy/APKBUILD +++ b/testing/py3-scrapy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Orion <systmkor@gmail.com> pkgname=py3-scrapy pkgver=2.8.0 -pkgrel=0 +pkgrel=1 pkgdesc="Fast high-level scraping and web crawling framework" url="https://scrapy.org/" arch="noarch" @@ -32,6 +32,7 @@ checkdepends=" py3-sybil py3-testfixtures " +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/S/Scrapy/Scrapy-$pkgver.tar.gz" builddir="$srcdir"/Scrapy-$pkgver options="!check" # take forever diff --git a/testing/py3-scs/APKBUILD b/testing/py3-scs/APKBUILD index 39ecab45660..f57380ddf55 100644 --- a/testing/py3-scs/APKBUILD +++ b/testing/py3-scs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Anjandev Momi <anjan@momi.ca> pkgname=py3-scs pkgver=3.2.3 -pkgrel=0 +pkgrel=1 pkgdesc="C package that solves convex cone problems via operator splitting" url="https://github.com/cvxgrp/scs" arch="all" @@ -10,6 +10,7 @@ license="MIT" depends="python3 py3-numpy py3-scipy" makedepends="py3-setuptools py3-numpy-dev" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="scs-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/s/scs/scs-$pkgver.tar.gz" builddir="$srcdir/scs-$pkgver" options="!check" # Cannot solve SDPs without linked blas+lapack libraries diff --git a/testing/py3-seqdiag/APKBUILD b/testing/py3-seqdiag/APKBUILD index 8281e60b3a6..d3508af6938 100644 --- a/testing/py3-seqdiag/APKBUILD +++ b/testing/py3-seqdiag/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-seqdiag _pkgname=seqdiag pkgver=3.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Generate sequence-diagram image file from spec-text file" url="https://pypi.org/project/seqdiag" arch="noarch" license="Apache-2.0" depends="py3-funcparserlib py3-blockdiag py3-pillow" 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/testing/py3-serpent/APKBUILD b/testing/py3-serpent/APKBUILD index bc704105ee4..f15b32dd1ba 100644 --- a/testing/py3-serpent/APKBUILD +++ b/testing/py3-serpent/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-serpent _pyname=serpent pkgver=1.41 -pkgrel=2 +pkgrel=3 pkgdesc="Serialization based on ast.literal_eval for Python" url="https://pypi.org/project/serpent/" arch="noarch" @@ -10,6 +10,7 @@ license="MIT" depends="python3" makedepends="py3-setuptools" checkdepends="py3-attrs py3-tz" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" diff --git a/testing/py3-setuptools-declarative-requirements/APKBUILD b/testing/py3-setuptools-declarative-requirements/APKBUILD index ddeb9d14a65..e6c08e60c3c 100644 --- a/testing/py3-setuptools-declarative-requirements/APKBUILD +++ b/testing/py3-setuptools-declarative-requirements/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Patrycja Rosa <alpine@ptrcnull.me> pkgname=py3-setuptools-declarative-requirements pkgver=1.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="Requirements Support For Setuptools Declarative setup.cfg" url="https://github.com/s0undt3ch/setuptools-declarative-requirements" arch="noarch" @@ -10,6 +10,7 @@ license="Apache-2.0" depends="python3 py3-setuptools" makedepends="py3-setuptools_scm" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="https://github.com/s0undt3ch/setuptools-declarative-requirements/archive/refs/tags/$pkgver/py3-setuptools-declarative-requirements-$pkgver.tar.gz" builddir="$srcdir/setuptools-declarative-requirements-$pkgver" options="!check" # circular dependency with py3-pytest-shell-utilities diff --git a/testing/py3-setuptools-lint/APKBUILD b/testing/py3-setuptools-lint/APKBUILD index 6c44870632f..06681dcc346 100644 --- a/testing/py3-setuptools-lint/APKBUILD +++ b/testing/py3-setuptools-lint/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-setuptools-lint pkgver=0.6.0 -pkgrel=4 +pkgrel=5 pkgdesc="Setuptools plugin for Git" url="https://github.com/johnnoone/setuptools-pylint" arch="noarch" license="BSD" depends="python3" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/s/setuptools-lint/setuptools-lint-$pkgver.tar.gz" builddir="$srcdir"/setuptools-lint-$pkgver diff --git a/testing/py3-sh/APKBUILD b/testing/py3-sh/APKBUILD index 4e82592ffef..e3caac19a57 100644 --- a/testing/py3-sh/APKBUILD +++ b/testing/py3-sh/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-sh _pyname=sh pkgver=1.14.3 -pkgrel=1 +pkgrel=2 pkgdesc="Python subprocess replacement" url="https://amoffat.github.io/sh/" license="MIT" @@ -12,6 +12,7 @@ options="!check" # tests fail on the builders depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest lsof coreutils" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" diff --git a/testing/py3-shodan/APKBUILD b/testing/py3-shodan/APKBUILD index 940b6f0ce8c..c31b57b8142 100644 --- a/testing/py3-shodan/APKBUILD +++ b/testing/py3-shodan/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Patrycja Rosa <alpine@ptrcnull.me> pkgname=py3-shodan pkgver=1.28.0 -pkgrel=1 +pkgrel=2 pkgdesc="The official Python library for Shodan" url="https://developer.shodan.io/" arch="noarch" @@ -17,7 +17,7 @@ depends=" " makedepends="py3-setuptools py3-sphinx" checkdepends="py3-pytest" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="https://github.com/achillean/shodan-python/archive/$pkgver/py3-shodan-$pkgver.tar.gz" builddir="$srcdir/shodan-python-$pkgver" options="!check" # tests require a working api key diff --git a/testing/py3-shortuuid/APKBUILD b/testing/py3-shortuuid/APKBUILD index 5f949733254..b847408e2d0 100644 --- a/testing/py3-shortuuid/APKBUILD +++ b/testing/py3-shortuuid/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-shortuuid _pkgname=shortuuid pkgver=1.0.11 -pkgrel=1 +pkgrel=2 pkgdesc="Python library that generates short, pretty, unambiguous unique IDs" url="https://pypi.org/project/shortuuid/" arch="noarch" @@ -10,6 +10,7 @@ license="BSD-3-Clause" depends="python3" makedepends="py3-setuptools" checkdepends="py3-django" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/shortuuid-$pkgver" diff --git a/testing/py3-shtab/APKBUILD b/testing/py3-shtab/APKBUILD index be401aec93c..257b78adb4f 100644 --- a/testing/py3-shtab/APKBUILD +++ b/testing/py3-shtab/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Keith Toh <ktprograms@gmail.com> pkgname=py3-shtab pkgver=1.5.8 -pkgrel=0 +pkgrel=1 pkgdesc="Automagic shell tab completion for Python CLI applications" url="https://docs.iterative.ai/shtab/" arch="noarch" @@ -9,7 +9,7 @@ license="Apache-2.0" depends="python3" makedepends="py3-setuptools py3-setuptools_scm py3-wheel" checkdepends="py3-pytest py3-pytest-cov py3-pytest-timeout bash" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="https://github.com/iterative/shtab/releases/download/v$pkgver/shtab-$pkgver.tar.gz" builddir="$srcdir/shtab-$pkgver" diff --git a/testing/py3-sibc/APKBUILD b/testing/py3-sibc/APKBUILD index 9bc22fe246c..0fda220819c 100644 --- a/testing/py3-sibc/APKBUILD +++ b/testing/py3-sibc/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-sibc _pkgname=sibc pkgver=1.0.4 -pkgrel=2 +pkgrel=3 pkgdesc="Supersingular Isogeny-Based Cryptography constructions (python-code library)" url="https://github.com/JJChiDguez/sibc" arch="all" @@ -11,6 +11,7 @@ license="GPL-3.0-or-later" depends="python3 py3-click py3-progress py3-numpy" makedepends="py3-setuptools py3-numpy-dev" checkdepends="py3-pytest py3-pytest-runner" +subpackages="$pkgname-pyc" source="$_pkgname-$pkgver.tar.gz::https://github.com/JJChiDguez/sibc/archive/refs/tags/v$pkgver.tar.gz bench_soft_requirements.patch " diff --git a/testing/py3-simber/APKBUILD b/testing/py3-simber/APKBUILD index c87e175fe63..90646f19019 100644 --- a/testing/py3-simber/APKBUILD +++ b/testing/py3-simber/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-simber _pkgname=simber pkgver=0.2.6 -pkgrel=0 +pkgrel=1 pkgdesc="Simple, minimal and powerful logging library for Python" url="https://github.com/deepjyoti30/simber" arch="noarch" @@ -11,6 +11,7 @@ license="MIT" depends="py3-colorama" makedepends="py3-setuptools" checkdepends="py3-pytest $depends" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/deepjyoti30/simber/archive/$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/testing/py3-simplemediawiki/APKBUILD b/testing/py3-simplemediawiki/APKBUILD index b13262b4b8f..4d0f80fe3a0 100644 --- a/testing/py3-simplemediawiki/APKBUILD +++ b/testing/py3-simplemediawiki/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Antoni Aloy <aaloytorrens@gmail.com> pkgname=py3-simplemediawiki pkgver=1.2.0_git20170315 -pkgrel=1 +pkgrel=2 _commit="e531dabcb6541cc95770ce3de418cabc6d2424a1" pkgdesc="Extremely low-level wrapper to the MediaWiki API" url="https://github.com/iliana/python-simplemediawiki" @@ -10,6 +10,7 @@ arch="noarch" license="LGPL-3.0-or-later" depends="python3" options="!check" # No testsuite +subpackages="$pkgname-pyc" source="$pkgname-$_commit.tar.gz::https://github.com/iliana/python-simplemediawiki/archive/$_commit.tar.gz" builddir="$srcdir/python-simplemediawiki-$_commit" diff --git a/testing/py3-simplesoapy/APKBUILD b/testing/py3-simplesoapy/APKBUILD index acc2506a4ac..0c97bf1951b 100644 --- a/testing/py3-simplesoapy/APKBUILD +++ b/testing/py3-simplesoapy/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de> pkgname=py3-simplesoapy pkgver=1.5.1 -pkgrel=4 +pkgrel=5 pkgdesc="Simple pythonic wrapper for SoapySDR library" url="https://github.com/xmikos/simplesoapy" arch="noarch" license="MIT" depends="python3 py3-numpy py3-soapy-sdr" makedepends="py3-setuptools soapy-sdr-dev" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/xmikos/simplesoapy/archive/v$pkgver.tar.gz" builddir="$srcdir/simplesoapy-$pkgver" options="!check" # no unit tests provided diff --git a/testing/py3-simplespectral/APKBUILD b/testing/py3-simplespectral/APKBUILD index 0ed84a80dc4..2d387d6b458 100644 --- a/testing/py3-simplespectral/APKBUILD +++ b/testing/py3-simplespectral/APKBUILD @@ -2,12 +2,13 @@ # Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de> pkgname=py3-simplespectral pkgver=1.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Heavily simplified scipy.signal.spectral module" url="https://github.com/xmikos/simplespectral" arch="noarch" license="MIT" depends="python3 py3-numpy py3-scipy py3-setuptools" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/xmikos/simplespectral/archive/v$pkgver.tar.gz" builddir="$srcdir/simplespectral-$pkgver" options="!check" # no checks provided diff --git a/testing/py3-slixmpp/APKBUILD b/testing/py3-slixmpp/APKBUILD index 66a12d1e63d..39f097ede64 100644 --- a/testing/py3-slixmpp/APKBUILD +++ b/testing/py3-slixmpp/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-slixmpp _pkgname=slixmpp pkgver=1.8.3 -pkgrel=0 +pkgrel=1 pkgdesc="A fork of the SleekXMPP XMPP library for async IO and Python 3.7+." url="https://slixmpp.readthedocs.io/en/latest/" arch="all" license="MIT" depends="python3 py3-cryptography py3-aiodns py3-aiohttp py3-emoji py3-defusedxml" makedepends="py3-setuptools python3-dev libidn libidn-dev cython" +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 for this version always fail. diff --git a/testing/py3-smbc/APKBUILD b/testing/py3-smbc/APKBUILD index 6d8e841b8ee..36e6e3161f1 100644 --- a/testing/py3-smbc/APKBUILD +++ b/testing/py3-smbc/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-smbc _pkgname=pysmbc pkgver=1.0.25.1 -pkgrel=0 +pkgrel=1 pkgdesc="Python3 bindings for libsmbclient" url="https://github.com/hamano/pysmbc" arch="all" license="GPL-2.0-or-later" depends="python3" makedepends="python3-dev samba-dev py3-setuptools" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/hamano/pysmbc/archive/refs/tags/$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" options="!check" diff --git a/testing/py3-snapshottest/APKBUILD b/testing/py3-snapshottest/APKBUILD index f94ef39589e..994327719b5 100644 --- a/testing/py3-snapshottest/APKBUILD +++ b/testing/py3-snapshottest/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=py3-snapshottest pkgver=0.6.0 -pkgrel=2 +pkgrel=3 pkgdesc="Snapshot testing for pytest, unittest, Django, and Nose" url="https://github.com/syrusakbary/snapshottest" arch="noarch" @@ -20,6 +20,7 @@ checkdepends=" py3-pytest-cov py3-six " +subpackages="$pkgname-pyc" source="https://pypi.python.org/packages/source/s/snapshottest/snapshottest-$pkgver.tar.gz" builddir="$srcdir/snapshottest-$pkgver" diff --git a/testing/py3-soappy/APKBUILD b/testing/py3-soappy/APKBUILD index 3654ad9ea68..fe17101eb25 100644 --- a/testing/py3-soappy/APKBUILD +++ b/testing/py3-soappy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Noel Kuntze <noel.kuntze@thermi.consulting> pkgname=py3-soappy pkgver=0.52.28 -pkgrel=0 +pkgrel=1 pkgdesc="Simple to use SOAP library for Python" url="https://github.com/Synerty/SOAPpy-py3" options="!check" # Requires running servere @@ -10,6 +10,7 @@ arch="noarch" license="BSD-3-Clause-Attribution" depends="py3-defusedxml py3-wstools py3-m2crypto" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="https://pypi.io/packages/source/S/SOAPpy-py3/SOAPpy-py3-$pkgver.tar.gz" builddir="$srcdir/SOAPpy-py3-$pkgver" diff --git a/testing/py3-soapy_power/APKBUILD b/testing/py3-soapy_power/APKBUILD index f0edd7f11e4..06389754d7d 100644 --- a/testing/py3-soapy_power/APKBUILD +++ b/testing/py3-soapy_power/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de> pkgname=py3-soapy_power pkgver=1.6.1 -pkgrel=2 +pkgrel=3 pkgdesc="Obtain power spectrum from SoapySDR devices" url="https://github.com/xmikos/soapy_power" arch="noarch" license="MIT" depends="python3 py3-numpy py3-simplesoapy py3-simplespectral py3-setuptools" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/xmikos/soapy_power/archive/v$pkgver.tar.gz" builddir="$srcdir/soapy_power-$pkgver" diff --git a/testing/py3-solidpython/APKBUILD b/testing/py3-solidpython/APKBUILD index 1d8c5e1b461..230e9794f6f 100644 --- a/testing/py3-solidpython/APKBUILD +++ b/testing/py3-solidpython/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de> pkgname=py3-solidpython pkgver=1.1.2 -pkgrel=0 +pkgrel=1 pkgdesc="Python library to generated OpenSCAD code" url="https://github.com/SolidCode/SolidPython" arch="noarch !aarch64 !armv7 !armhf" # openscad @@ -26,6 +26,7 @@ makedepends=" " _pyname="solidpython" _pypiprefix="${_pyname%"${_pyname#?}"}" +subpackages="$pkgname-pyc" source=" https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz poetry-core.patch diff --git a/testing/py3-sortedcollections/APKBUILD b/testing/py3-sortedcollections/APKBUILD index c5e7853d3c1..4c37c427b07 100644 --- a/testing/py3-sortedcollections/APKBUILD +++ b/testing/py3-sortedcollections/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sortedcollections _pkgname=sortedcollections pkgver=2.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="A Python library containing various sorted collections." url="https://pypi.org/project/sortedcollections/" arch="all" license="Apache-2.0" 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" options="!check" # tests not included in source package. diff --git a/testing/py3-sphinx-argparse/APKBUILD b/testing/py3-sphinx-argparse/APKBUILD index e1ff56e2260..c58707ab1d2 100644 --- a/testing/py3-sphinx-argparse/APKBUILD +++ b/testing/py3-sphinx-argparse/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Patrycja Rosa <alpine@ptrcnull.me> pkgname=py3-sphinx-argparse pkgver=0.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Sphinx extension that automatically documents argparse commands and options" url="https://sphinx-argparse.readthedocs.io/en/latest/" arch="noarch" @@ -10,6 +10,7 @@ license="MIT" depends="python3 py3-sphinx" makedepends="py3-gpep517 py3-installer py3-poetry-core py3-wheel" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="sphinx-argparse-$pkgver.tar.gz::https://github.com/ashb/sphinx-argparse/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/sphinx-argparse-$pkgver" diff --git a/testing/py3-sphinx-autoapi/APKBUILD b/testing/py3-sphinx-autoapi/APKBUILD index f5c1f0a38d6..caf96dc32d2 100644 --- a/testing/py3-sphinx-autoapi/APKBUILD +++ b/testing/py3-sphinx-autoapi/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-sphinx-autoapi _pyname=sphinx-autoapi pkgver=2.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Automatic API documentation for Sphinx" url="https://sphinx-autoapi.readthedocs.io" arch="noarch !x86" # build breaks on x86 @@ -11,6 +11,7 @@ license="MIT" depends="python3 py3-astroid py3-jinja2 py3-sphinx py3-unidecode py3-yaml" makedepends="py3-setuptools" checkdepends="py3-mock py3-pytest" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/s/$_pyname/$_pyname-$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" diff --git a/testing/py3-sphinx-autodoc-typehints/APKBUILD b/testing/py3-sphinx-autodoc-typehints/APKBUILD index 4b45525d5f9..aeba099921c 100644 --- a/testing/py3-sphinx-autodoc-typehints/APKBUILD +++ b/testing/py3-sphinx-autodoc-typehints/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-sphinx-autodoc-typehints _pyname=sphinx-autodoc-typehints pkgver=1.23.0 -pkgrel=0 +pkgrel=1 pkgdesc="Type hints support for the Sphinx autodoc extension" url="https://github.com/tox-dev/sphinx-autodoc-typehints" arch="noarch" @@ -12,6 +12,7 @@ options="net" depends="python3 py3-sphinx py3-typing-extensions" makedepends="py3-gpep517 py3-installer py3-hatchling py3-hatch-vcs" checkdepends="py3-pytest py3-sphobjinv py3-nptyping" +subpackages="$pkgname-pyc" source="$_pyname-$pkgver.tar.gz::https://github.com/tox-dev/sphinx-autodoc-typehints/archive/refs/tags/$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" diff --git a/testing/py3-sphinx-autorun/APKBUILD b/testing/py3-sphinx-autorun/APKBUILD index d76b739740c..6734277403f 100644 --- a/testing/py3-sphinx-autorun/APKBUILD +++ b/testing/py3-sphinx-autorun/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-sphinx-autorun _pyname=sphinx-autorun pkgver=1.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Sphinx extension to attach the output of runblock directive to the document" url="https://github.com/WhyNotHugo/sphinx-autorun" arch="noarch" @@ -11,6 +11,7 @@ license="BSD-2-Clause" depends="python3 py3-sphinx" makedepends="py3-setuptools py3-setuptools_scm" options="!check" # no tests +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" diff --git a/testing/py3-sphinx-click/APKBUILD b/testing/py3-sphinx-click/APKBUILD index 001827231ea..ef23b218c5c 100644 --- a/testing/py3-sphinx-click/APKBUILD +++ b/testing/py3-sphinx-click/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-sphinx-click _pyname=sphinx-click pkgver=4.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="Sphinx plugin to extract documentation from click-based applications" url="https://github.com/click-contrib/sphinx-click" arch="noarch" @@ -11,6 +11,7 @@ license="MIT" depends="python3 py3-sphinx py3-click py3-docutils" makedepends="py3-setuptools py3-pbr" checkdepends="py3-pytest py3-click py3-coverage" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" diff --git a/testing/py3-sphinx-theme-better/APKBUILD b/testing/py3-sphinx-theme-better/APKBUILD index 5326b97abd6..181cb4f98fa 100644 --- a/testing/py3-sphinx-theme-better/APKBUILD +++ b/testing/py3-sphinx-theme-better/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinx-theme-better _pkgname=sphinx-better-theme pkgver=0.1.5 -pkgrel=4 +pkgrel=5 pkgdesc="The Better Sphinx theme" url="https://github.com/irskep/sphinx-better-theme" arch="noarch" license="BSD-2-Clause" depends="py3-sphinx" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/irskep/sphinx-better-theme/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver diff --git a/testing/py3-sphinx-theme-bootstrap/APKBUILD b/testing/py3-sphinx-theme-bootstrap/APKBUILD index fc7b69f5fad..6e433136f71 100644 --- a/testing/py3-sphinx-theme-bootstrap/APKBUILD +++ b/testing/py3-sphinx-theme-bootstrap/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinx-theme-bootstrap _pkgname=sphinx-bootstrap-theme pkgver=0.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="The Bootstrap Sphinx theme" url="http://ryan-roemer.github.com/sphinx-bootstrap-theme" arch="noarch" license="MIT" depends="python3 py3-sphinx" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="$_pkgname-$pkgver.tar.gz::https://github.com/ryan-roemer/sphinx-bootstrap-theme/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver diff --git a/testing/py3-sphinx-theme-bw/APKBUILD b/testing/py3-sphinx-theme-bw/APKBUILD index 779c6dac3d0..379d16a5818 100644 --- a/testing/py3-sphinx-theme-bw/APKBUILD +++ b/testing/py3-sphinx-theme-bw/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinx-theme-bw _pkgname=bw_sphinxtheme pkgver=0.1.8 -pkgrel=4 +pkgrel=5 pkgdesc="A black and white Sphinx theme" url="https://pypi.org/project/bw_sphinxtheme" arch="noarch" license="BSD-3-Clause" depends="py3-sphinx" 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/testing/py3-sphinx-theme-cloud/APKBUILD b/testing/py3-sphinx-theme-cloud/APKBUILD index 49644201fa7..88800275197 100644 --- a/testing/py3-sphinx-theme-cloud/APKBUILD +++ b/testing/py3-sphinx-theme-cloud/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-sphinx-theme-cloud _pkgname=cloud_sptheme pkgver=1.10.0 -pkgrel=0 +pkgrel=1 pkgdesc="The Cloud Sphinx theme" url="https://bitbucket.org/ecollins/cloud_sptheme" arch="noarch" @@ -18,6 +18,7 @@ makedepends=" py3-wheel " checkdepends="py3-mock" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz markup.patch " diff --git a/testing/py3-sphinx-theme-epfl/APKBUILD b/testing/py3-sphinx-theme-epfl/APKBUILD index b16be2b2f13..ac2de71127f 100644 --- a/testing/py3-sphinx-theme-epfl/APKBUILD +++ b/testing/py3-sphinx-theme-epfl/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinx-theme-epfl _pkgname=epfl-sphinx-theme pkgver=1.1.1 -pkgrel=6 +pkgrel=7 pkgdesc="The EPFL Sphinx theme" url="https://pypi.org/project/epfl-sphinx-theme/" arch="noarch" license="GPL-3.0-only" depends="python3 py3-sphinx" 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/testing/py3-sphinx-theme-guzzle/APKBUILD b/testing/py3-sphinx-theme-guzzle/APKBUILD index 199d4ca8a1b..c9974a9f1ce 100644 --- a/testing/py3-sphinx-theme-guzzle/APKBUILD +++ b/testing/py3-sphinx-theme-guzzle/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinx-theme-guzzle _pkgname=guzzle_sphinx_theme pkgver=0.7.11 -pkgrel=4 +pkgrel=5 pkgdesc="The Guzzle Sphinx theme" url="https://github.com/guzzle/guzzle_sphinx_theme" arch="noarch" license="MIT" depends="py3-sphinx" 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/testing/py3-sphinx-theme-quark/APKBUILD b/testing/py3-sphinx-theme-quark/APKBUILD index e61c6cca261..389d31c4bca 100644 --- a/testing/py3-sphinx-theme-quark/APKBUILD +++ b/testing/py3-sphinx-theme-quark/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-sphinx-theme-quark _pkgname=quark-sphinx-theme pkgver=0.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="A Sphinx theme for Qt toolkit’s QTextBrowser" url="https://gitlab.com/fkrull/quark-sphinx-theme" arch="noarch" @@ -11,6 +11,7 @@ license="BSD-2-Clause" depends="py3-sphinx python3" makedepends="py3-setuptools" checkdepends="py3-html5lib" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/q/quark-sphinx-theme/quark-sphinx-theme-$pkgver.tar.gz tinycss.patch " diff --git a/testing/py3-sphinx-theme-readable/APKBUILD b/testing/py3-sphinx-theme-readable/APKBUILD index cb9f9ed2911..281754d1566 100644 --- a/testing/py3-sphinx-theme-readable/APKBUILD +++ b/testing/py3-sphinx-theme-readable/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinx-theme-readable _pkgname=sphinx-readable-theme pkgver=1.3.0 -pkgrel=5 +pkgrel=6 pkgdesc="The Readable Sphinx theme" url="https://github.com/ignacysokolowski/sphinx-readable-theme" arch="noarch" license="BSD" depends="python3 py3-sphinx" 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/testing/py3-sphinxcontrib-actdiag/APKBUILD b/testing/py3-sphinxcontrib-actdiag/APKBUILD index 6a33067833e..33524841565 100644 --- a/testing/py3-sphinxcontrib-actdiag/APKBUILD +++ b/testing/py3-sphinxcontrib-actdiag/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-actdiag _pkgname=sphinxcontrib-actdiag pkgver=3.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Sphinx actdiag extension" url="https://github.com/blockdiag/sphinxcontrib-actdiag" arch="noarch" license="BSD-2-Clause" depends="py3-actdiag py3-blockdiag py3-sphinx python3" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/blockdiag/sphinxcontrib-actdiag/archive/refs/tags/$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver options="!check" # sphinx-testing diff --git a/testing/py3-sphinxcontrib-adadomain/APKBUILD b/testing/py3-sphinxcontrib-adadomain/APKBUILD index 0f1fec3f01a..d82ed0e81fc 100644 --- a/testing/py3-sphinxcontrib-adadomain/APKBUILD +++ b/testing/py3-sphinxcontrib-adadomain/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-adadomain _pkgname=sphinxcontrib-adadomain pkgver=0.2 -pkgrel=6 +pkgrel=7 pkgdesc="Sphinx adadomain extension" url="https://pypi.org/project/sphinxcontrib-adadomain" arch="noarch" license="BSD-2-Clause" depends="py3-sphinx" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz fix-imports.patch" builddir="$srcdir"/$_pkgname-$pkgver diff --git a/testing/py3-sphinxcontrib-autoprogram/APKBUILD b/testing/py3-sphinxcontrib-autoprogram/APKBUILD index c9d38cda0ce..631bc20cbe9 100644 --- a/testing/py3-sphinxcontrib-autoprogram/APKBUILD +++ b/testing/py3-sphinxcontrib-autoprogram/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Hoang Nguyen <folliekazetani@protonmail.com> pkgname=py3-sphinxcontrib-autoprogram pkgver=0.1.8 -pkgrel=0 +pkgrel=1 pkgdesc="Sphinx extension to document CLI programs" url="https://github.com/sphinx-contrib/autoprogram" arch="noarch" @@ -12,6 +12,7 @@ makedepends=" py3-setuptools py3-wheel " +subpackages="$pkgname-pyc" source=" $pkgname-$pkgver.tar.gz::https://github.com/sphinx-contrib/autoprogram/archive/refs/tags/$pkgver.tar.gz " diff --git a/testing/py3-sphinxcontrib-bitbucket/APKBUILD b/testing/py3-sphinxcontrib-bitbucket/APKBUILD index 9ef6b08d025..f6e061a9e98 100644 --- a/testing/py3-sphinxcontrib-bitbucket/APKBUILD +++ b/testing/py3-sphinxcontrib-bitbucket/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-bitbucket _pkgname=sphinxcontrib-bitbucket pkgver=1.0 -pkgrel=5 +pkgrel=6 pkgdesc="Sphinx BitBucket extension" url="https://pypi.org/project/sphinxcontrib-bitbucket" arch="noarch" license="BSD-2-Clause" depends="py3-sphinx" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz fix-python3.patch" builddir="$srcdir"/$_pkgname-$pkgver diff --git a/testing/py3-sphinxcontrib-blockdiag/APKBUILD b/testing/py3-sphinxcontrib-blockdiag/APKBUILD index 6c769f021e1..99dc8785e40 100644 --- a/testing/py3-sphinxcontrib-blockdiag/APKBUILD +++ b/testing/py3-sphinxcontrib-blockdiag/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-blockdiag _pkgname=sphinxcontrib-blockdiag pkgver=3.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Sphinx blockdiag extension" url="https://pypi.org/project/sphinxcontrib-blockdiag" arch="noarch" license="BSD-2-Clause" depends="py3-blockdiag py3-sphinx" 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/testing/py3-sphinxcontrib-cacoo/APKBUILD b/testing/py3-sphinxcontrib-cacoo/APKBUILD index 81601b194c0..4602476148e 100644 --- a/testing/py3-sphinxcontrib-cacoo/APKBUILD +++ b/testing/py3-sphinxcontrib-cacoo/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-cacoo _pkgname=sphinxcontrib-cacoo pkgver=2.0.0 -pkgrel=4 +pkgrel=5 pkgdesc="Sphinx cacoo extension" url="https://github.com/tk0miya/sphinxcontrib-cacoo" arch="noarch" license="BSD-2-Clause" depends="py3-sphinx" 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/testing/py3-sphinxcontrib-cartouche/APKBUILD b/testing/py3-sphinxcontrib-cartouche/APKBUILD index 9663550090f..d4ff8d9d3f5 100644 --- a/testing/py3-sphinxcontrib-cartouche/APKBUILD +++ b/testing/py3-sphinxcontrib-cartouche/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-cartouche _pkgname=cartouche pkgver=1.1.2 -pkgrel=4 +pkgrel=5 pkgdesc="Sphinx cartouche extension" url="https://github.com/rob-smallshire/cartouche" arch="noarch" license="BSD-3-Clause" depends="python3 py3-sphinx" 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/testing/py3-sphinxcontrib-doxylink/APKBUILD b/testing/py3-sphinxcontrib-doxylink/APKBUILD index 88191df0f86..c7f0487c5e4 100644 --- a/testing/py3-sphinxcontrib-doxylink/APKBUILD +++ b/testing/py3-sphinxcontrib-doxylink/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-sphinxcontrib-doxylink _pkgname=sphinxcontrib-doxylink pkgver=1.12.2 -pkgrel=0 +pkgrel=1 pkgdesc="Sphinx Doxygen linking extension" url="https://github.com/sphinx-contrib/doxylink" arch="noarch" @@ -18,6 +18,7 @@ makedepends=" py3-gpep517 py3-poetry-core " +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver options="!check" # no tarball tests diff --git a/testing/py3-sphinxcontrib-fulltoc/APKBUILD b/testing/py3-sphinxcontrib-fulltoc/APKBUILD index c81d70018ea..8626e2f1213 100644 --- a/testing/py3-sphinxcontrib-fulltoc/APKBUILD +++ b/testing/py3-sphinxcontrib-fulltoc/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-fulltoc _pkgname=sphinxcontrib-fulltoc pkgver=1.2.0 -pkgrel=5 +pkgrel=6 pkgdesc="Sphinx fulltoc extension" url="https://pypi.org/project/sphinxcontrib-fulltoc" arch="noarch" license="Apache-2.0" depends="py3-sphinx" makedepends="py3-pbr 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/testing/py3-sphinxcontrib-gist/APKBUILD b/testing/py3-sphinxcontrib-gist/APKBUILD index ba6cbeb2078..1cf12ead512 100644 --- a/testing/py3-sphinxcontrib-gist/APKBUILD +++ b/testing/py3-sphinxcontrib-gist/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-gist _pkgname=sphinxcontrib.gist pkgver=0.1.0 -pkgrel=6 +pkgrel=7 pkgdesc="Sphinx gist extension" url="https://pypi.org/project/sphinxcontrib-gist" arch="noarch" license="LGPL-3.0-only" depends="python3 py3-sphinx" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz fix-build.patch " diff --git a/testing/py3-sphinxcontrib-git/APKBUILD b/testing/py3-sphinxcontrib-git/APKBUILD index 2befb437efa..eda5d788342 100644 --- a/testing/py3-sphinxcontrib-git/APKBUILD +++ b/testing/py3-sphinxcontrib-git/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-git _pkgname=sphinx-git pkgver=11.0.0 -pkgrel=4 +pkgrel=5 pkgdesc="Sphinx git changelog extension" url="https://github.com/OddBloke/sphinx-git" arch="noarch" license="GPL-3.0-or-later" depends="python3 py3-sphinx py3-six py3-gitpython" 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/testing/py3-sphinxcontrib-gravatar/APKBUILD b/testing/py3-sphinxcontrib-gravatar/APKBUILD index e893d8e44b0..bc24c424184 100644 --- a/testing/py3-sphinxcontrib-gravatar/APKBUILD +++ b/testing/py3-sphinxcontrib-gravatar/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-sphinxcontrib-gravatar _pkgname=sphinxcontrib-gravatar pkgver=0.1.2 -pkgrel=5 +pkgrel=6 pkgdesc="Sphinx gravatar extension" options="!check" # Most tests fail url="https://pypi.org/project/sphinxcontrib-gravatar" @@ -12,6 +12,7 @@ license="BSD-2-Clause" depends="python3 py3-sphinx" makedepends="py3-setuptools" checkdepends="py3-pytest py3-pytest-cov py3-mock" +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/testing/py3-sphinxcontrib-htsql/APKBUILD b/testing/py3-sphinxcontrib-htsql/APKBUILD index fb4f2fb62be..c28cf7865f0 100644 --- a/testing/py3-sphinxcontrib-htsql/APKBUILD +++ b/testing/py3-sphinxcontrib-htsql/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-htsql _pkgname=sphinxcontrib-htsql pkgver=0.1.5 -pkgrel=5 +pkgrel=6 pkgdesc="Sphinx htsql extension" url="https://pypi.org/project/sphinxcontrib-htsql" arch="noarch" license="BSD-2-Clause" depends="python3 py3-sphinx" 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/testing/py3-sphinxcontrib-httpdomain/APKBUILD b/testing/py3-sphinxcontrib-httpdomain/APKBUILD index 733717fefca..476fa46afdf 100644 --- a/testing/py3-sphinxcontrib-httpdomain/APKBUILD +++ b/testing/py3-sphinxcontrib-httpdomain/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-sphinxcontrib-httpdomain _pkgname=sphinxcontrib-httpdomain pkgver=1.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="Sphinx httpdomain extension" url="https://pypi.org/project/sphinxcontrib-httpdomain" arch="noarch" @@ -14,7 +14,7 @@ makedepends=" py3-setuptools py3-wheel " -subpackages="$pkgname-lang" +subpackages="$pkgname-lang $pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver diff --git a/testing/py3-sphinxcontrib-hydomain/APKBUILD b/testing/py3-sphinxcontrib-hydomain/APKBUILD index ebcd59d342e..d87fad3ae82 100644 --- a/testing/py3-sphinxcontrib-hydomain/APKBUILD +++ b/testing/py3-sphinxcontrib-hydomain/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-sphinxcontrib-hydomain pkgver=0.1.0_git20220623 _commit="c4fd2e529530432e0a2431afff388943ba5b2f3e" -pkgrel=1 +pkgrel=2 pkgdesc="Sphinx hydomain extension" url="https://github.com/hylang/sphinxcontrib-hydomain" arch="noarch" @@ -11,6 +11,7 @@ license="BSD-3-Clause" depends="py3-sphinx" makedepends="py3-setuptools" options="!check" # no test suite +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/hylang/sphinxcontrib-hydomain/archive/$_commit.tar.gz" builddir="$srcdir/sphinxcontrib-hydomain-$_commit" diff --git a/testing/py3-sphinxcontrib-inheritance/APKBUILD b/testing/py3-sphinxcontrib-inheritance/APKBUILD index 6b348dadc87..3ed3fceefa2 100644 --- a/testing/py3-sphinxcontrib-inheritance/APKBUILD +++ b/testing/py3-sphinxcontrib-inheritance/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-inheritance _pkgname=sphinxcontrib-inheritance pkgver=0.9.0 -pkgrel=6 +pkgrel=7 pkgdesc="Sphinx inheritance functionality" url="https://pypi.org/project/sphinxcontrib-inheritance" arch="noarch" license="BSD-2-Clause" depends="python3 py3-sphinx py3-path" 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/testing/py3-sphinxcontrib-issuetracker/APKBUILD b/testing/py3-sphinxcontrib-issuetracker/APKBUILD index 2cc4896706a..ff9334c66d7 100644 --- a/testing/py3-sphinxcontrib-issuetracker/APKBUILD +++ b/testing/py3-sphinxcontrib-issuetracker/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-issuetracker _pkgname=sphinxcontrib-issuetracker pkgver=0.11 -pkgrel=4 +pkgrel=5 pkgdesc="Sphinx issuetracker extension" url="https://github.com/ignatenkobrain/sphinxcontrib-issuetracker" arch="noarch" license="BSD-2-Clause" depends="py3-sphinx" 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/testing/py3-sphinxcontrib-lassodomain/APKBUILD b/testing/py3-sphinxcontrib-lassodomain/APKBUILD index 99114f5a82f..d20b265783e 100644 --- a/testing/py3-sphinxcontrib-lassodomain/APKBUILD +++ b/testing/py3-sphinxcontrib-lassodomain/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-lassodomain _pkgname=sphinxcontrib-lassodomain pkgver=0.4 -pkgrel=5 +pkgrel=6 pkgdesc="Sphinx lassodomain extension" url="https://pypi.org/project/sphinxcontrib-lassodomain" arch="noarch" license="BSD-2-Clause" depends="py3-sphinx" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz fix-python3.patch" builddir="$srcdir"/$_pkgname-$pkgver diff --git a/testing/py3-sphinxcontrib-manpage/APKBUILD b/testing/py3-sphinxcontrib-manpage/APKBUILD index 0aa1c288cfe..f82681548bf 100644 --- a/testing/py3-sphinxcontrib-manpage/APKBUILD +++ b/testing/py3-sphinxcontrib-manpage/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-manpage _pkgname=sphinxcontrib-manpage pkgver=0.6 -pkgrel=5 +pkgrel=6 pkgdesc="Sphinx manpage extension" url="https://pypi.org/project/sphinxcontrib-manpage" arch="noarch" license="Apache-2.0" depends="python3 py3-sphinx py3-nwdiag" 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/testing/py3-sphinxcontrib-nwdiag/APKBUILD b/testing/py3-sphinxcontrib-nwdiag/APKBUILD index 53584bfac13..5faf0651333 100644 --- a/testing/py3-sphinxcontrib-nwdiag/APKBUILD +++ b/testing/py3-sphinxcontrib-nwdiag/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-nwdiag _pkgname=sphinxcontrib-nwdiag pkgver=2.0.0 -pkgrel=4 +pkgrel=5 pkgdesc="Sphinx nwdiag extension" url="https://pypi.org/project/sphinxcontrib-nwdiag" arch="noarch" license="BSD-2-Clause" depends="py3-nwdiag py3-sphinx" 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/testing/py3-sphinxcontrib-phpdomain/APKBUILD b/testing/py3-sphinxcontrib-phpdomain/APKBUILD index 77311035232..615dd8a917b 100644 --- a/testing/py3-sphinxcontrib-phpdomain/APKBUILD +++ b/testing/py3-sphinxcontrib-phpdomain/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-sphinxcontrib-phpdomain pkgver=0.11.0 -pkgrel=0 +pkgrel=1 pkgdesc="Sphinx phpdomain extension" url="https://pypi.org/project/sphinxcontrib-phpdomain" arch="noarch" @@ -13,6 +13,7 @@ makedepends=" py3-setuptools py3-wheel " +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/markstory/sphinxcontrib-phpdomain/archive/refs/tags/$pkgver.tar.gz" builddir="$srcdir"/sphinxcontrib-phpdomain-$pkgver diff --git a/testing/py3-sphinxcontrib-programoutput/APKBUILD b/testing/py3-sphinxcontrib-programoutput/APKBUILD index 439c4e4ee30..7bcdd491860 100644 --- a/testing/py3-sphinxcontrib-programoutput/APKBUILD +++ b/testing/py3-sphinxcontrib-programoutput/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-programoutput _pkgname=sphinxcontrib-programoutput pkgver=0.17 -pkgrel=2 +pkgrel=3 pkgdesc="Sphinx programoutput extension" url="https://sphinxcontrib-programoutput.readthedocs.io/en/latest/" arch="noarch" license="BSD-2-Clause" depends="python3 py3-sphinx" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/NextThought/$_pkgname/archive/$pkgver.tar.gz" replaces="py-sphinxcontrib-programoutput" # Backwards compatibility diff --git a/testing/py3-sphinxcontrib-restbuilder/APKBUILD b/testing/py3-sphinxcontrib-restbuilder/APKBUILD index 926d1049da0..9edf1238238 100644 --- a/testing/py3-sphinxcontrib-restbuilder/APKBUILD +++ b/testing/py3-sphinxcontrib-restbuilder/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-restbuilder _pkgname=sphinxcontrib-restbuilder pkgver=0.3 -pkgrel=3 +pkgrel=4 pkgdesc="Sphinx restbuilder extension" url="https://pypi.org/project/sphinxcontrib-restbuilder" arch="noarch" license="BSD-2-Clause" depends="python3 py3-sphinx" 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/testing/py3-sphinxcontrib-seqdiag/APKBUILD b/testing/py3-sphinxcontrib-seqdiag/APKBUILD index 798c8289d45..5879f241e71 100644 --- a/testing/py3-sphinxcontrib-seqdiag/APKBUILD +++ b/testing/py3-sphinxcontrib-seqdiag/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-seqdiag _pkgname=sphinxcontrib-seqdiag pkgver=3.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Sphinx seqdiag extension" url="https://pypi.org/project/sphinxcontrib-seqdiag" arch="noarch" license="BSD-2-Clause" depends="py3-seqdiag py3-sphinx" 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/testing/py3-sphinxcontrib-slide/APKBUILD b/testing/py3-sphinxcontrib-slide/APKBUILD index 8cfaafc6d80..6c16f4dc9ca 100644 --- a/testing/py3-sphinxcontrib-slide/APKBUILD +++ b/testing/py3-sphinxcontrib-slide/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-slide _pkgname=sphinxcontrib-slide pkgver=1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Sphinx FindAnything extension" url="https://pypi.org/project/sphinxcontrib-slide" arch="noarch" license="BSD" # No LICENSE file depends="python3 py3-sphinx py3-setuptools" makedepends="py3-gpep517 py3-wheel" +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/testing/py3-sphinxcontrib-spelling/APKBUILD b/testing/py3-sphinxcontrib-spelling/APKBUILD index 57c063bf9c1..e55bca87adb 100644 --- a/testing/py3-sphinxcontrib-spelling/APKBUILD +++ b/testing/py3-sphinxcontrib-spelling/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-sphinxcontrib-spelling _pkgname=sphinxcontrib-spelling pkgver=8.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Sphinx spelling extension" url="https://pypi.org/project/sphinxcontrib-spelling" arch="noarch" @@ -15,6 +15,7 @@ makedepends=" py3-wheel " checkdepends="py3-pytest enchant2-aspell aspell-en" +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/testing/py3-sphinxcontrib-sqltable/APKBUILD b/testing/py3-sphinxcontrib-sqltable/APKBUILD index f65b08c06e2..b3c558ad6fb 100644 --- a/testing/py3-sphinxcontrib-sqltable/APKBUILD +++ b/testing/py3-sphinxcontrib-sqltable/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-sphinxcontrib-sqltable _pkgname=sphinxcontrib.sqltable pkgver=2.0.0 -pkgrel=5 +pkgrel=6 pkgdesc="Sphinx sqltable extension" url="https://pypi.org/project/sphinxcontrib-sqltable" arch="noarch" license="BSD-2-Clause" depends="python3 py3-sphinx py3-sqlalchemy" makedepends="py3-setuptools py3-pbr" +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/testing/py3-sphinxcontrib-tabs/APKBUILD b/testing/py3-sphinxcontrib-tabs/APKBUILD index bbe26136046..74f262a7639 100644 --- a/testing/py3-sphinxcontrib-tabs/APKBUILD +++ b/testing/py3-sphinxcontrib-tabs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Duncan Bellamy <dunk@denkimushi.com> pkgname=py3-sphinxcontrib-tabs pkgver=3.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="Create tabbed content in Sphinx documentation when building HTML" url="https://github.com/executablebooks/sphinx-tabs" arch="noarch" @@ -11,6 +11,7 @@ license="MIT" options="!check" depends="python3" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/s/sphinx-tabs/sphinx-tabs-$pkgver.tar.gz" builddir="$srcdir/sphinx-tabs-$pkgver" diff --git a/testing/py3-sphinxcontrib-textstyle/APKBUILD b/testing/py3-sphinxcontrib-textstyle/APKBUILD index 93750d15f0b..77dee026c46 100644 --- a/testing/py3-sphinxcontrib-textstyle/APKBUILD +++ b/testing/py3-sphinxcontrib-textstyle/APKBUILD @@ -3,12 +3,13 @@ pkgname=py3-sphinxcontrib-textstyle _pkgname=sphinxcontrib-textstyle pkgver=0.2.3 -pkgrel=5 +pkgrel=6 pkgdesc="Sphinx textstyle extension" url="https://pypi.org/project/sphinxcontrib-textstyle" arch="noarch" license="BSD-2-Clause" depends="python3 py3-sphinx 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/testing/py3-sphobjinv/APKBUILD b/testing/py3-sphobjinv/APKBUILD index 9e4c5223487..225d2a11c38 100644 --- a/testing/py3-sphobjinv/APKBUILD +++ b/testing/py3-sphobjinv/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-sphobjinv _pyname=sphobjinv pkgver=2.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="Sphinx objects.inv Inspection/Manipulation Tool" url="https://github.com/bskinn/sphobjinv" arch="noarch" @@ -12,6 +12,7 @@ options="!check" # no tests depends="python3 py3-attrs py3-certifi py3-jsonschema py3-fuzzywuzzy" makedepends="py3-setuptools" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="$_pyname-$pkgver.tar.gz::https://github.com/bskinn/sphobjinv/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" diff --git a/testing/py3-spinners/APKBUILD b/testing/py3-spinners/APKBUILD index 998072eabe1..60b5d267634 100644 --- a/testing/py3-spinners/APKBUILD +++ b/testing/py3-spinners/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-spinners _pyname=spinners pkgver=0.0.24 -pkgrel=2 +pkgrel=3 pkgdesc="Terminal spinners for Python" url="https://github.com/manrajgrover/py-spinners" arch="noarch" @@ -11,6 +11,7 @@ license="MIT" depends="python3" makedepends="py3-setuptools" options="!check" # no tests +subpackages="$pkgname-pyc" source="$_pyname-$pkgver.tar.gz::https://pypi.python.org/packages/source/s/spinners/spinners-$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" diff --git a/testing/py3-spnego/APKBUILD b/testing/py3-spnego/APKBUILD index bccc9cbece6..0ae26ba9d01 100644 --- a/testing/py3-spnego/APKBUILD +++ b/testing/py3-spnego/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-spnego _pkgname=pyspnego pkgver=0.6.3 -pkgrel=0 +pkgrel=1 pkgdesc="SPNEGO Authentication library" url="https://github.com/jborean93/pyspnego" arch="noarch" @@ -11,6 +11,7 @@ license="MIT" depends="python3 py3-cryptography" makedepends="py3-setuptools python3-dev" checkdepends="cython py3-pytest py3-pytest-cov py3-pytest-mock py3-python-gssapi py3-krb5 py3-ruamel.yaml" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/jborean93/pyspnego/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/testing/py3-sportydatagen/APKBUILD b/testing/py3-sportydatagen/APKBUILD index 315ef880a26..67b5793bf40 100644 --- a/testing/py3-sportydatagen/APKBUILD +++ b/testing/py3-sportydatagen/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu> pkgname=py3-sportydatagen pkgver=0.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Generator of Endurance Sports Activity Collections (datasets)" url="https://gitlab.com/firefly-cpp/sportydatagen" arch="noarch !ppc64le !s390x !riscv64" # py3-sport-activities-features @@ -10,6 +10,7 @@ license="MIT" depends="python3 py3-niapy py3-numpy py3-pandas py3-sport-activities-features" makedepends="py3-poetry-core py3-gpep517" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://gitlab.com/firefly-cpp/sportydatagen/-/archive/$pkgver/sportydatagen-$pkgver.tar.gz" builddir="$srcdir/sportydatagen-$pkgver" options="!check" # disable tests for now | will be fixed soon diff --git a/testing/py3-spotipy/APKBUILD b/testing/py3-spotipy/APKBUILD index 59ad1469ede..503ae5874cc 100644 --- a/testing/py3-spotipy/APKBUILD +++ b/testing/py3-spotipy/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-spotipy _pkgname=spotipy pkgver=2.23.0 -pkgrel=0 +pkgrel=1 pkgdesc="Light weight Python library for the Spotify Web API" url="https://github.com/spotipy-dev/spotipy" arch="noarch" @@ -11,6 +11,7 @@ license="MIT" depends="py3-requests py3-six py3-urllib3 py3-redis" makedepends="py3-setuptools" options="!check" # requires Spotify API Key +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/spotipy-dev/spotipy/archive/$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/testing/py3-sqlalchemy-utils/APKBUILD b/testing/py3-sqlalchemy-utils/APKBUILD index d8f6bc0713c..10dc00ddcf0 100644 --- a/testing/py3-sqlalchemy-utils/APKBUILD +++ b/testing/py3-sqlalchemy-utils/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-sqlalchemy-utils _pkgname=SQLAlchemy-Utils pkgver=0.41.0 -pkgrel=0 +pkgrel=1 pkgdesc="Various utility functions and custom data types for SQLAlchemy" url="https://sqlalchemy-utils.readthedocs.io/" arch="noarch" @@ -14,6 +14,7 @@ makedepends=" py3-setuptools py3-wheel " +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/testing/py3-srsly/APKBUILD b/testing/py3-srsly/APKBUILD index 4759231e51d..8999e0e0e5c 100644 --- a/testing/py3-srsly/APKBUILD +++ b/testing/py3-srsly/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Oleg Titov <oleg.titov@gmail.com> pkgname=py3-srsly pkgver=2.4.6 -pkgrel=0 +pkgrel=1 pkgdesc="Modern high-performance serialization utilities for Python" url="https://github.com/explosion/srsly" arch="all" @@ -16,7 +16,7 @@ makedepends="python3-dev py3-gpep517 py3-installer" checkdepends="py3-pytest py3-pytest-timeout py3-mock" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="srsly-$pkgver.tar.gz::https://github.com/explosion/srsly/archive/v$pkgver.tar.gz" builddir="$srcdir/srsly-$pkgver" diff --git a/testing/py3-sstash/APKBUILD b/testing/py3-sstash/APKBUILD index 6ba3390c530..dc9793e7acd 100644 --- a/testing/py3-sstash/APKBUILD +++ b/testing/py3-sstash/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-sstash _pkgname=sstash pkgver=0.17 -pkgrel=6 +pkgrel=7 pkgdesc="A python based on-disk secure stash" url="https://github.com/realcr/sstash" arch="noarch" @@ -11,6 +11,7 @@ license="MIT" depends="python3 py3-pynacl py3-click py3-jsonschema" makedepends="py3-setuptools py3-pytest py3-pytest-runner" options="!check" # PYPI tarball has no tests, GitHub has no releases +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/testing/py3-starlette/APKBUILD b/testing/py3-starlette/APKBUILD index 3639c01f185..0f672ebf8f3 100644 --- a/testing/py3-starlette/APKBUILD +++ b/testing/py3-starlette/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Marten Ringwelski <git+alpine@maringuu.de> pkgname=py3-starlette pkgver=0.26.1 -pkgrel=0 +pkgrel=1 pkgdesc="A lightweight ASGI framework/toolkit, which is ideal for building async web services in Python" url="https://github.com/encode/starlette" arch="noarch !armhf !ppc64le" # limited by py3-anyio @@ -12,6 +12,7 @@ depends=" python3 " makedepends="py3-hatchling py3-gpep517 py3-installer" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/encode/starlette/archive/refs/tags/$pkgver.tar.gz" builddir="$srcdir/starlette-$pkgver" options="!check" # TODO diff --git a/testing/py3-stevedore/APKBUILD b/testing/py3-stevedore/APKBUILD index 35156fca6c1..2803ce48a40 100644 --- a/testing/py3-stevedore/APKBUILD +++ b/testing/py3-stevedore/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-stevedore _pkgname=stevedore pkgver=4.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Manage dynamic plugins for Python applications" url="https://github.com/openstack/stevedore" arch="noarch" @@ -11,6 +11,7 @@ license="Apache-2.0" depends="python3" makedepends="py3-setuptools py3-pbr" checkdepends="py3-pytest py3-testtools py3-docutils py3-sphinx" +subpackages="$pkgname-pyc" source="https://pypi.org/packages/source/s/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/testing/py3-stringcase/APKBUILD b/testing/py3-stringcase/APKBUILD index 0b02077dd63..bf195b62c73 100644 --- a/testing/py3-stringcase/APKBUILD +++ b/testing/py3-stringcase/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-stringcase _pkgname=stringcase pkgver=1.2.0 -pkgrel=4 +pkgrel=5 pkgdesc="Convert string cases between camel case, pascal case, snake case etc..." url="https://pypi.org/project/stringcase" arch="all" @@ -11,6 +11,7 @@ license="MIT" depends="python3" makedepends="py3-setuptools" options="!check" # no tests +subpackages="$pkgname-pyc" source="stringcase-$pkgver.tar.gz::https://pypi.io/packages/source/s/stringcase/stringcase-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/testing/py3-svgpath/APKBUILD b/testing/py3-svgpath/APKBUILD index 7dff596fec9..0f5349bb532 100644 --- a/testing/py3-svgpath/APKBUILD +++ b/testing/py3-svgpath/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Aiden Grossman <agrossman154@yahoo.com> pkgname=py3-svgpath pkgver=6.2 -pkgrel=1 +pkgrel=2 pkgdesc="SVG path and object parser" url="https://github.com/regebro/svg.path" arch="noarch" @@ -10,6 +10,7 @@ license="MIT" depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest py3-pillow" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/regebro/svg.path/archive/refs/tags/$pkgver.tar.gz no-install-tests.patch" builddir="$srcdir/svg.path-$pkgver" diff --git a/testing/py3-swagger-ui-bundle/APKBUILD b/testing/py3-swagger-ui-bundle/APKBUILD index 69f7df66d92..7f695b7f535 100644 --- a/testing/py3-swagger-ui-bundle/APKBUILD +++ b/testing/py3-swagger-ui-bundle/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-swagger-ui-bundle _pkgname=swagger_ui_bundle pkgver=0.0.9 -pkgrel=2 +pkgrel=3 pkgdesc="bundled swagger-ui package" url="https://github.com/dtkav/swagger-ui-bundle" arch="noarch !riscv64" # missing checkdep @@ -18,6 +18,7 @@ makedepends=" depends=" python3 " +subpackages="$pkgname-pyc" source="https://github.com/dtkav/swagger-ui-bundle/archive/v$pkgver/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/testing/py3-syrupy/APKBUILD b/testing/py3-syrupy/APKBUILD index 4036de2571e..85ab85a3fb1 100644 --- a/testing/py3-syrupy/APKBUILD +++ b/testing/py3-syrupy/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-syrupy _pyname=${pkgname/py3-/} pkgver=4.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="The sweeter pytest snapshot plugin" url="https://tophat.github.io/syrupy" arch="noarch" @@ -10,6 +10,7 @@ license="Apache-2.0" depends="python3 py3-pytest py3-colored" makedepends="py3-poetry-core py3-gpep517 py3-installer" checkdepends="py3-invoke py3-pytest-benchmark" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/tophat/syrupy/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" |