From 4e5368ae0daaf4e0af65580ee0d33865a782c3cb Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Fri, 21 Apr 2023 23:46:54 +0200 Subject: [PATCH] testing/py3-c*: split -pyc --- testing/py3-caldav/APKBUILD | 3 ++- testing/py3-case/APKBUILD | 3 ++- testing/py3-cassandra-driver/APKBUILD | 3 ++- testing/py3-catalogue/APKBUILD | 4 ++-- testing/py3-catkin-pkg/APKBUILD | 3 ++- testing/py3-cbor2/APKBUILD | 3 ++- testing/py3-cchardet/APKBUILD | 3 ++- testing/py3-cdio/APKBUILD | 3 ++- testing/py3-cfgv/APKBUILD | 3 ++- testing/py3-chameleon/APKBUILD | 3 ++- testing/py3-cjkwrap/APKBUILD | 3 ++- testing/py3-click-didyoumean/APKBUILD | 3 ++- testing/py3-click-repl/APKBUILD | 3 ++- testing/py3-click-threading/APKBUILD | 3 ++- testing/py3-clickclick/APKBUILD | 3 ++- testing/py3-cloudflare/APKBUILD | 4 ++-- testing/py3-cmd2/APKBUILD | 3 ++- testing/py3-cobs/APKBUILD | 3 ++- testing/py3-codecov/APKBUILD | 3 ++- testing/py3-codespell/APKBUILD | 3 ++- testing/py3-colander/APKBUILD | 3 ++- testing/py3-colored/APKBUILD | 3 ++- testing/py3-columnize/APKBUILD | 3 ++- testing/py3-commentjson/APKBUILD | 3 ++- testing/py3-compdb/APKBUILD | 4 ++-- testing/py3-confection/APKBUILD | 4 ++-- testing/py3-confluent-kafka/APKBUILD | 3 ++- testing/py3-connexion/APKBUILD | 3 ++- testing/py3-coreapi/APKBUILD | 3 ++- testing/py3-crc16/APKBUILD | 3 ++- testing/py3-cssutils/APKBUILD | 3 ++- testing/py3-cvxpy/APKBUILD | 3 ++- testing/py3-cymem/APKBUILD | 4 ++-- 33 files changed, 66 insertions(+), 38 deletions(-) diff --git a/testing/py3-caldav/APKBUILD b/testing/py3-caldav/APKBUILD index f0b0306cfea..d9d3096896e 100644 --- a/testing/py3-caldav/APKBUILD +++ b/testing/py3-caldav/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Galen Abell pkgname=py3-caldav pkgver=1.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="caldav client library for Python" url="https://github.com/python-caldav/caldav" arch="noarch" @@ -20,6 +20,7 @@ depends=" " makedepends="py3-setuptools" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/python-caldav/caldav/archive/v$pkgver.tar.gz" builddir="$srcdir/caldav-$pkgver" diff --git a/testing/py3-case/APKBUILD b/testing/py3-case/APKBUILD index b2002d11809..9b3094db9fb 100644 --- a/testing/py3-case/APKBUILD +++ b/testing/py3-case/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-case _pyname=case pkgver=1.5.3 -pkgrel=5 +pkgrel=6 pkgdesc="Python unittest utilities" url="https://github.com/celery/case/" arch="noarch" @@ -11,6 +11,7 @@ depends="python3 py3-six" makedepends="py3-setuptools" checkdepends="py3-coverage py3-mock py3-nose" _pypiprefix="${_pyname%${_pyname#?}}" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" diff --git a/testing/py3-cassandra-driver/APKBUILD b/testing/py3-cassandra-driver/APKBUILD index 455954e892d..5b04eded6e0 100644 --- a/testing/py3-cassandra-driver/APKBUILD +++ b/testing/py3-cassandra-driver/APKBUILD @@ -3,12 +3,13 @@ pkgname=py3-cassandra-driver _pkgname="${pkgname/py3-/}" pkgver=3.20.2 -pkgrel=3 +pkgrel=4 pkgdesc="Python driver for Apache Cassandra" url="https://github.com/datastax/python-driver" arch="all" license="Apache-2.0" makedepends="cython libev-dev py3-setuptools python3-dev" +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-catalogue/APKBUILD b/testing/py3-catalogue/APKBUILD index 6b09d01976a..88fce15e659 100644 --- a/testing/py3-catalogue/APKBUILD +++ b/testing/py3-catalogue/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Oleg Titov pkgname=py3-catalogue pkgver=2.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Super lightweight function registries for your library" url="https://github.com/explosion/catalogue" arch="noarch" @@ -10,7 +10,7 @@ license="MIT" depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest py3-pydantic py3-srsly" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/explosion/catalogue/archive/v$pkgver.tar.gz" builddir=$srcdir/catalogue-$pkgver diff --git a/testing/py3-catkin-pkg/APKBUILD b/testing/py3-catkin-pkg/APKBUILD index 9ad1d96708e..f63da1d0412 100644 --- a/testing/py3-catkin-pkg/APKBUILD +++ b/testing/py3-catkin-pkg/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-catkin-pkg _pkgname=catkin_pkg pkgver=0.5.2 -pkgrel=1 +pkgrel=2 pkgdesc="Standalone Python library for the catkin build system." url="http://wiki.ros.org/catkin_pkg" arch="noarch" @@ -11,6 +11,7 @@ license="BSD-3-Clause" depends="python3 py3-docutils py3-dateutil py3-parsing" makedepends="py3-setuptools" checkdepends="py3-pytest py3-mock" +subpackages="$pkgname-pyc" source="https://github.com/ros-infrastructure/catkin_pkg/archive/refs/tags/$pkgver/catkin-pkg-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/testing/py3-cbor2/APKBUILD b/testing/py3-cbor2/APKBUILD index 51a99529b9b..2396bced1f2 100644 --- a/testing/py3-cbor2/APKBUILD +++ b/testing/py3-cbor2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Marian Buschsieweke pkgname=py3-cbor2 pkgver=5.4.6 -pkgrel=0 +pkgrel=1 pkgdesc="encoding and decoding for CBOR (RFC 8949)" url="https://github.com/agronholm/cbor2" arch="all" @@ -21,6 +21,7 @@ checkdepends=" py3-pytest-cov py3-tomli " +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/c/cbor2/cbor2-$pkgver.tar.gz" builddir="$srcdir/"cbor2-$pkgver diff --git a/testing/py3-cchardet/APKBUILD b/testing/py3-cchardet/APKBUILD index ae3d8594553..5f16986809c 100644 --- a/testing/py3-cchardet/APKBUILD +++ b/testing/py3-cchardet/APKBUILD @@ -1,12 +1,13 @@ # Maintainer: MichaƂ Adamski pkgname=py3-cchardet pkgver=2.1.7 -pkgrel=2 +pkgrel=3 pkgdesc="High speed universal character encoding detector" url="https://github.com/PyYoshi/cChardet" arch="all" license="MPL-1.1" makedepends="cython py3-setuptools python3-dev" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/cchardet/cchardet-$pkgver.tar.gz" builddir="$srcdir/cchardet-$pkgver" diff --git a/testing/py3-cdio/APKBUILD b/testing/py3-cdio/APKBUILD index 41a8ec0c674..b3ab17daf79 100644 --- a/testing/py3-cdio/APKBUILD +++ b/testing/py3-cdio/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-cdio _pyname=pycdio pkgver=2.1.1 -pkgrel=2 +pkgrel=3 pkgdesc="python interface to libcdio" url="https://www.gnu.org/software/libcdio" arch="all" license="GPL-3.0-only" depends="python3" makedepends="python3-dev py3-setuptools libcdio-dev swig py3-nose" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pyname%${_pyname#?}}/$_pyname/$_pyname-$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" diff --git a/testing/py3-cfgv/APKBUILD b/testing/py3-cfgv/APKBUILD index 4ec4f9b1a04..06b76497c0a 100644 --- a/testing/py3-cfgv/APKBUILD +++ b/testing/py3-cfgv/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-cfgv _pyname=cfgv pkgver=3.3.1 -pkgrel=2 +pkgrel=3 pkgdesc="Validate configuration and produce human readable error messages" url="https://github.com/asottile/cfgv" arch="noarch" @@ -11,6 +11,7 @@ license="MIT" depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="$_pyname-$pkgver.tar.gz::https://github.com/asottile/cfgv/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" diff --git a/testing/py3-chameleon/APKBUILD b/testing/py3-chameleon/APKBUILD index ddd9dc589aa..8b4c322a185 100644 --- a/testing/py3-chameleon/APKBUILD +++ b/testing/py3-chameleon/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter pkgname=py3-chameleon pkgver=4.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="Fast Python HTML/XML Template Compiler" url="https://chameleon.readthedocs.org" arch="noarch" @@ -14,6 +14,7 @@ makedepends=" py3-wheel " checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/malthe/chameleon/archive/$pkgver.tar.gz" builddir="$srcdir"/chameleon-$pkgver options="!check" # doctest import failure diff --git a/testing/py3-cjkwrap/APKBUILD b/testing/py3-cjkwrap/APKBUILD index 2d5215a37bc..b2fd2567a7c 100644 --- a/testing/py3-cjkwrap/APKBUILD +++ b/testing/py3-cjkwrap/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-cjkwrap _pkgname=cjkwrap pkgver=2.2 -pkgrel=1 +pkgrel=2 pkgdesc="Library for wrapping and filling UTF-8 CJK text" url="https://gitlab.com/fgallaire/cjkwrap" arch="noarch" @@ -11,6 +11,7 @@ license="LGPL-3.0-or-later" depends="python3" makedepends="py3-setuptools" options="!check" # no test suite +subpackages="$pkgname-pyc" source="https://gitlab.com/fgallaire/cjkwrap/-/archive/v$pkgver/cjkwrap-v$pkgver.tar.gz" builddir="$srcdir/$_pkgname-v$pkgver" diff --git a/testing/py3-click-didyoumean/APKBUILD b/testing/py3-click-didyoumean/APKBUILD index 7f1de90483a..a9328e9043e 100644 --- a/testing/py3-click-didyoumean/APKBUILD +++ b/testing/py3-click-didyoumean/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: psykose pkgname=py3-click-didyoumean pkgver=0.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="Git-like did-you-mean feature in click" url="https://github.com/click-contrib/click-didyoumean" arch="noarch" @@ -9,6 +9,7 @@ license="MIT" depends="python3 py3-click" makedepends="py3-gpep517 py3-poetry-core" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/click-contrib/click-didyoumean/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/click-didyoumean-$pkgver" diff --git a/testing/py3-click-repl/APKBUILD b/testing/py3-click-repl/APKBUILD index 6a55e1f4f9d..12d5107441f 100644 --- a/testing/py3-click-repl/APKBUILD +++ b/testing/py3-click-repl/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: psykose pkgname=py3-click-repl pkgver=0.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="Subcommand REPL for click apps" url="https://github.com/click-contrib/click-repl" arch="noarch" @@ -9,6 +9,7 @@ license="MIT" depends="python3 py3-six py3-click py3-prompt_toolkit" makedepends="py3-gpep517 py3-setuptools py3-wheel" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/click-contrib/click-repl/archive/refs/tags/$pkgver.tar.gz" builddir="$srcdir/click-repl-$pkgver" diff --git a/testing/py3-click-threading/APKBUILD b/testing/py3-click-threading/APKBUILD index 55b0cf72505..663e206df58 100644 --- a/testing/py3-click-threading/APKBUILD +++ b/testing/py3-click-threading/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-click-threading _pyname=click-threading pkgver=0.5.0 -pkgrel=2 +pkgrel=3 pkgdesc="Utilities for multithreading in click" url="https://github.com/click-contrib/click-threading" 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/${_pyname%${_pyname#?}}/$_pyname/$_pyname-$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" diff --git a/testing/py3-clickclick/APKBUILD b/testing/py3-clickclick/APKBUILD index 8dbac2b89a8..a6c58812bec 100644 --- a/testing/py3-clickclick/APKBUILD +++ b/testing/py3-clickclick/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-clickclick _pkgname=python-clickclick pkgver=20.10.2 -pkgrel=1 +pkgrel=2 pkgdesc="Click command line utilities" url="https://codeberg.org/hjacobs/python-clickclick" arch="noarch" @@ -23,6 +23,7 @@ depends=" py3-yaml python3 " +subpackages="$pkgname-pyc" source=" $pkgname-$pkgver.tar.gz::https://codeberg.org/hjacobs/$_pkgname/archive/$pkgver.tar.gz Remove-unused-six-from-setup_requires-1.patch diff --git a/testing/py3-cloudflare/APKBUILD b/testing/py3-cloudflare/APKBUILD index 114239fc2d8..a4e3133131b 100644 --- a/testing/py3-cloudflare/APKBUILD +++ b/testing/py3-cloudflare/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Lauren N. Liberda pkgname=py3-cloudflare pkgver=2.11.1 -pkgrel=0 +pkgrel=1 pkgdesc="Python wrapper for the Cloudflare Client API v4" url="https://github.com/cloudflare/python-cloudflare" arch="noarch" @@ -21,7 +21,7 @@ makedepends=" py3-wheel " checkdepends="py3-pytest" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="https://github.com/cloudflare/python-cloudflare/archive/refs/tags/$pkgver/python-cloudflare-$pkgver.tar.gz" builddir="$srcdir/python-cloudflare-$pkgver" options="!check" # no tests diff --git a/testing/py3-cmd2/APKBUILD b/testing/py3-cmd2/APKBUILD index 1bd51b1fd8a..3ef4831284e 100644 --- a/testing/py3-cmd2/APKBUILD +++ b/testing/py3-cmd2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: prspkt pkgname=py3-cmd2 pkgver=2.4.3 -pkgrel=0 +pkgrel=1 pkgdesc="Tool for building interactive command line applications in Python" url="https://github.com/python-cmd2/cmd2" arch="noarch" @@ -10,6 +10,7 @@ license="MIT" depends="python3 py3-attrs py3-pyperclip py3-wcwidth" makedepends="py3-gpep517 py3-setuptools py3-setuptools_scm py3-wheel" checkdepends="py3-pytest py3-pytest-mock py3-pytest-xdist py3-pytest-cov" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/cmd2/cmd2-$pkgver.tar.gz" builddir="$srcdir/cmd2-$pkgver" diff --git a/testing/py3-cobs/APKBUILD b/testing/py3-cobs/APKBUILD index 2ff7fadc6f4..87a0ea0ac58 100644 --- a/testing/py3-cobs/APKBUILD +++ b/testing/py3-cobs/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-cobs _pyname=cobs pkgver=1.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Consistent Overhead Byte Stuffing" options="!check" # Testsuite runs 0 tests url="https://pypi.org/project/cobs/" @@ -11,6 +11,7 @@ license="MIT" depends="python3" makedepends="py3-setuptools python3-dev" _pypiprefix="${_pyname%${_pyname#?}}" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz" builddir=$srcdir/$_pyname-$pkgver diff --git a/testing/py3-codecov/APKBUILD b/testing/py3-codecov/APKBUILD index 1b2eb20ac3b..7534b7f7ab9 100644 --- a/testing/py3-codecov/APKBUILD +++ b/testing/py3-codecov/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Justin Berthault pkgname=py3-codecov pkgver=2.1.12 -pkgrel=2 +pkgrel=3 pkgdesc="Report uploader for Codecov" options="!check" # Requires unpackaged 'ddt' url="https://github.com/codecov/codecov-python" @@ -11,6 +11,7 @@ license="Apache-2.0" depends="python3 py3-coverage py3-requests" makedepends="py3-setuptools" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/codecov/codecov-python/archive/v$pkgver.tar.gz" builddir="$srcdir"/codecov-python-$pkgver diff --git a/testing/py3-codespell/APKBUILD b/testing/py3-codespell/APKBUILD index 63da2bded57..16f8d7e0e42 100644 --- a/testing/py3-codespell/APKBUILD +++ b/testing/py3-codespell/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-codespell _pkgname=${pkgname#py3-} pkgver=2.2.4 -pkgrel=0 +pkgrel=1 pkgdesc="Fix common misspellings in text files, primarily source code" options="!check" # No testsuite url="https://github.com/codespell-project/codespell/" @@ -17,6 +17,7 @@ makedepends=" " checkdepends="py3-pytest" depends="py3-chardet" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/codespell-project/codespell/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver diff --git a/testing/py3-colander/APKBUILD b/testing/py3-colander/APKBUILD index d9f60be8d34..7f40b231071 100644 --- a/testing/py3-colander/APKBUILD +++ b/testing/py3-colander/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-colander _pkgname=colander pkgver=1.8.3 -pkgrel=3 +pkgrel=4 pkgdesc="simple schema-based Python serialization and deserialization library" url="http://docs.pylonsproject.org/projects/colander/en/latest/" arch="noarch" @@ -11,6 +11,7 @@ license="ZPL-2.1" depends="python3 py3-iso8601 py3-translationstring" checkdepends="py3-nose py3-coverage" 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-colored/APKBUILD b/testing/py3-colored/APKBUILD index 311d0f60ce0..215aaee9c5f 100644 --- a/testing/py3-colored/APKBUILD +++ b/testing/py3-colored/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-colored _pyname=${pkgname/py3-/} pkgver=1.4.4 -pkgrel=0 +pkgrel=1 pkgdesc="Simple Python library for color and formatting in terminal" url="https://gitlab.com/dslackw/colored" arch="noarch" @@ -10,6 +10,7 @@ license="MIT" depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="https://gitlab.com/dslackw/colored/-/archive/$pkgver/colored-$pkgver.tar.gz" builddir="$srcdir/$_pyname-$pkgver" options="!check" # No testsuite diff --git a/testing/py3-columnize/APKBUILD b/testing/py3-columnize/APKBUILD index c5f808ae9d2..e784c00c75d 100644 --- a/testing/py3-columnize/APKBUILD +++ b/testing/py3-columnize/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter pkgname=py3-columnize pkgver=0.3.11 -pkgrel=1 +pkgrel=2 pkgdesc="Python module to align in columns a simple list" url="https://github.com/rocky/pycolumnize" arch="noarch" @@ -12,6 +12,7 @@ provides="py-columnize=$pkgver-r$pkgrel" # for backwards compatibility depends="python3" makedepends="py3-setuptools py3-nose" checkdepends="py3-pytest py3-mock py3-pytest-mock" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/columnize/columnize-$pkgver.tar.gz" builddir="$srcdir"/columnize-$pkgver diff --git a/testing/py3-commentjson/APKBUILD b/testing/py3-commentjson/APKBUILD index 174ad8e9604..b838a6d0972 100644 --- a/testing/py3-commentjson/APKBUILD +++ b/testing/py3-commentjson/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Marian Buschsieweke pkgname=py3-commentjson pkgver=0.9.0 -pkgrel=0 +pkgrel=1 pkgdesc="helps creating JSON files with Python and JavaScript style inline comments" url="https://github.com/vaidik/commentjson" arch="noarch" @@ -19,6 +19,7 @@ checkdepends=" py3-six python3-tests " +subpackages="$pkgname-pyc" source=" $pkgname-$pkgver.tar.gz::https://github.com/vaidik/commentjson/archive/refs/tags/v$pkgver.tar.gz " diff --git a/testing/py3-compdb/APKBUILD b/testing/py3-compdb/APKBUILD index e4841243b70..bff95b424bc 100644 --- a/testing/py3-compdb/APKBUILD +++ b/testing/py3-compdb/APKBUILD @@ -4,14 +4,14 @@ pkgname=py3-compdb _pkgname=${pkgname#py3-*} pkgver=0.2.0 -pkgrel=5 +pkgrel=6 pkgdesc="The compilation database Swiss army knife" url="https://github.com/Sarcasm/compdb" arch="noarch" license="MIT" depends="python3" makedepends="py3-setuptools" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/Sarcasm/$_pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir/"$_pkgname-$pkgver replaces="py-compdb" # Backwards compat diff --git a/testing/py3-confection/APKBUILD b/testing/py3-confection/APKBUILD index a9aecec30af..014d5e7deae 100644 --- a/testing/py3-confection/APKBUILD +++ b/testing/py3-confection/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Oleg Titov pkgname=py3-confection pkgver=0.0.4 -pkgrel=0 +pkgrel=1 pkgdesc="Confection: the sweetest config system for Python" url="https://github.com/explosion/confection" arch="noarch" @@ -18,7 +18,7 @@ makedepends=" py3-setuptools py3-wheel " -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" checkdepends=" py3-pytest-runner py3-pytest-xdist diff --git a/testing/py3-confluent-kafka/APKBUILD b/testing/py3-confluent-kafka/APKBUILD index 0acaadf29be..9818cac4ed7 100644 --- a/testing/py3-confluent-kafka/APKBUILD +++ b/testing/py3-confluent-kafka/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-confluent-kafka _pkgname=confluent-kafka-python pkgver=1.8.2 -pkgrel=2 +pkgrel=3 pkgdesc="Confluent's Apache Kafka Python clien" url="https://github.com/confluentinc/confluent-kafka-python" arch="all !x86" # Restricted by py3-fastavro @@ -12,6 +12,7 @@ depends="py3-avro py3-fastavro py3-jsonschema py3-protobuf py3-requests" makedepends="py3-setuptools python3-dev librdkafka-dev>=1.0.1" checkdepends="py3-pytest py3-trivup" options="!check" # missing deps +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/confluentinc/confluent-kafka-python/archive/v$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/testing/py3-connexion/APKBUILD b/testing/py3-connexion/APKBUILD index 3b27bb9ac1d..0f78b672d16 100644 --- a/testing/py3-connexion/APKBUILD +++ b/testing/py3-connexion/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-connexion _pkgname=connexion pkgver=2.14.2 -pkgrel=0 +pkgrel=1 pkgdesc="Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support" url="https://github.com/spec-first/connexion" arch="noarch !ppc64le !armhf !riscv64" # limited by missing depends @@ -40,6 +40,7 @@ depends=" py3-yaml python3 " +subpackages="$pkgname-pyc" source="https://github.com/spec-first/connexion/archive/$pkgver/$_pkgname-$pkgver.tar.gz pytest-deps-versions.patch " diff --git a/testing/py3-coreapi/APKBUILD b/testing/py3-coreapi/APKBUILD index 1e88fba9334..c274d2b3228 100644 --- a/testing/py3-coreapi/APKBUILD +++ b/testing/py3-coreapi/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-coreapi _pkgname=python-client pkgver=2.3.3 -pkgrel=5 +pkgrel=6 pkgdesc="client library for Core API" url="https://github.com/core-api/python-client" arch="noarch" @@ -11,6 +11,7 @@ license="BSD-3-Clause" depends="py3-coreschema py3-requests py3-itypes py3-uritemplate" makedepends="py3-setuptools" checkdepends="py3-pytest py3-coverage" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/core-api/python-client/archive/$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" diff --git a/testing/py3-crc16/APKBUILD b/testing/py3-crc16/APKBUILD index 8ca9b21f412..ed3c147c81b 100644 --- a/testing/py3-crc16/APKBUILD +++ b/testing/py3-crc16/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-crc16 _pkgname=crc16 pkgver=0.1.1 -pkgrel=7 +pkgrel=8 pkgdesc="Python library for calculating CRC16" url="https://github.com/gtrafimenkov/pycrc16" arch="all" @@ -12,6 +12,7 @@ replaces="py-crc16" # for backwards compatibility provides="py-crc16=$pkgver-r$pkgrel" # for backwards compatibility 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/testing/py3-cssutils/APKBUILD b/testing/py3-cssutils/APKBUILD index 48abf515add..b6229c4e047 100644 --- a/testing/py3-cssutils/APKBUILD +++ b/testing/py3-cssutils/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-cssutils _pkgname=cssutils pkgver=2.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="CSS Cascading Style Sheets library for Python" url="http://cthedot.de/cssutils/" arch="noarch" @@ -11,6 +11,7 @@ license="LGPL-3.0-or-later" depends="python3" makedepends="py3-gpep517 py3-setuptools py3-setuptools_scm py3-wheel" checkdepends="py3-pytest py3-jaraco.test" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/c/cssutils/cssutils-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver diff --git a/testing/py3-cvxpy/APKBUILD b/testing/py3-cvxpy/APKBUILD index 80eea692108..83324ee5992 100644 --- a/testing/py3-cvxpy/APKBUILD +++ b/testing/py3-cvxpy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Anjandev Momi pkgname=py3-cvxpy pkgver=1.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="a Python-embedded modeling language for convex optimization problems" url="https://github.com/cvxpy/cvxpy" arch="all" @@ -10,6 +10,7 @@ license="Apache-2.0" depends="python3 py3-numpy py3-scipy py3-toolz py3-ecos py3-scs" makedepends="py3-setuptools py3-numpy-dev" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="cvxpy-$pkgver.tar.gz::https://github.com/cvxpy/cvxpy/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/cvxpy-$pkgver" options="!check" diff --git a/testing/py3-cymem/APKBUILD b/testing/py3-cymem/APKBUILD index 7d128e2e2ef..db0d071c175 100644 --- a/testing/py3-cymem/APKBUILD +++ b/testing/py3-cymem/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Oleg Titov pkgname=py3-cymem pkgver=2.0.7 -pkgrel=0 +pkgrel=1 pkgdesc="Cython memory pool for RAll-style memory management" url="https://github.com/explosion/cymem" arch="all" @@ -10,7 +10,7 @@ license="MIT" depends="python3" makedepends="python3-dev py3-setuptools cython" checkdepends="py3-pytest" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="cymem-$pkgver.tar.gz::https://github.com/explosion/cymem/archive/v$pkgver.tar.gz" builddir="$srcdir/cymem-$pkgver"