diff options
author | ptrcnull <git@ptrcnull.me> | 2023-04-21 23:40:40 +0200 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2023-04-22 10:13:26 +0000 |
commit | d8a52eb2b4e596a5f3c694502c324ee5f08d6f73 (patch) | |
tree | 953b47a698e24c614aae17d8ec65ab23292c72f0 | |
parent | f9cc77cfaaa378299cb7880cdcb01a8ab8ccbfb5 (diff) |
testing/[n-z]*: split -pyc
excl. py3-*
65 files changed, 132 insertions, 94 deletions
diff --git a/community/openrazer/APKBUILD b/community/openrazer/APKBUILD index 07fe7c74d26..b446557137a 100644 --- a/community/openrazer/APKBUILD +++ b/community/openrazer/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Luca Weiss <luca@z3ntu.xyz> pkgname=openrazer pkgver=3.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="Open source driver and user-space daemon to control Razer lighting and other features on GNU/Linux" url="https://openrazer.github.io/" arch="noarch" @@ -20,6 +20,7 @@ makedepends=" subpackages=" $pkgname-doc $pkgname-src + py3-$pkgname-pyc py3-$pkgname:py3 " source="https://github.com/openrazer/openrazer/archive/v$pkgver/openrazer-v$pkgver.tar.gz" diff --git a/testing/nicotine-plus/APKBUILD b/testing/nicotine-plus/APKBUILD index 21294caeafb..a1862cd3815 100644 --- a/testing/nicotine-plus/APKBUILD +++ b/testing/nicotine-plus/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: dai9ah <dai9ah@protonmail.com> pkgname=nicotine-plus pkgver=3.2.9 -pkgrel=0 +pkgrel=1 pkgdesc="Graphical client for the SoulSeek peer-to-peer system" url="https://nicotine-plus.github.io/nicotine-plus" arch="noarch" @@ -10,7 +10,7 @@ license="GPL-3.0-or-later" depends="gtk+3.0 py3-gobject3 python3 python3-gdbm" makedepends="py3-gpep517 py3-setuptools py3-wheel gettext" checkdepends="py3-pytest" -subpackages="$pkgname-doc $pkgname-lang" +subpackages="$pkgname-doc $pkgname-lang $pkgname-pyc" source="nicotine-plus-$pkgver.tar.gz::https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz" build() { diff --git a/testing/nwg-displays/APKBUILD b/testing/nwg-displays/APKBUILD index 52df5f1ae08..0f73136d8ce 100644 --- a/testing/nwg-displays/APKBUILD +++ b/testing/nwg-displays/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=nwg-displays pkgver=0.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="Output management utility for sway Wayland compositor" url="https://github.com/nwg-piotr/nwg-displays" arch="noarch" @@ -15,6 +15,7 @@ depends=" python3 " makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="https://github.com/nwg-piotr/nwg-displays/archive/v$pkgver/nwg-displays-$pkgver.tar.gz" options="!check" # no tests provided diff --git a/testing/offpunk/APKBUILD b/testing/offpunk/APKBUILD index f666a0a4ae1..f91c10f817c 100644 --- a/testing/offpunk/APKBUILD +++ b/testing/offpunk/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: mio <miyopan@e.email> pkgname=offpunk pkgver=1.9.2 -pkgrel=0 +pkgrel=1 pkgdesc="An offline-first browser for the small internet" url="https://git.sr.ht/~lioploum/offpunk" license="BSD-2-Clause" @@ -28,7 +28,7 @@ makedepends=" py3-flit-core py3-gpep517 " -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="offpunk-$pkgver.tar.gz::https://git.sr.ht/~lioploum/offpunk/archive/v$pkgver.tar.gz" options="!check" # No tests builddir="$srcdir"/offpunk-v"$pkgver" diff --git a/testing/onnxruntime/APKBUILD b/testing/onnxruntime/APKBUILD index 79b89d0dd84..cddf773d4b9 100644 --- a/testing/onnxruntime/APKBUILD +++ b/testing/onnxruntime/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: leso-kn <info@lesosoftware.com> pkgname=onnxruntime pkgver=1.14.1 -pkgrel=3 +pkgrel=4 pkgdesc="Cross-platform, high performance ML inferencing and training accelerator" url="https://onnxruntime.ai" # x86, s390x: fails to build @@ -26,6 +26,7 @@ makedepends=" " subpackages=" $pkgname-dev + py3-$pkgname-pyc py3-$pkgname:py3 " source="$pkgname-$pkgver.tar.gz::https://github.com/microsoft/onnxruntime/archive/refs/tags/v$pkgver.tar.gz diff --git a/testing/openscap-daemon/APKBUILD b/testing/openscap-daemon/APKBUILD index cd77f383fc8..1bf4989746f 100644 --- a/testing/openscap-daemon/APKBUILD +++ b/testing/openscap-daemon/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=openscap-daemon pkgver=0.1.10 -pkgrel=7 +pkgrel=8 pkgdesc="Manages continuous scans of your infrastructure" url="https://www.open-scap.org/tools/openscap-daemon/" arch="noarch" license="LGPL-2.1-only" depends="py3-gobject3" makedepends="python3-dev" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/OpenSCAP/openscap-daemon/archive/$pkgver.tar.gz python-3.7.patch" diff --git a/testing/pacparser/APKBUILD b/testing/pacparser/APKBUILD index fb2cbd84b86..fbb61432421 100644 --- a/testing/pacparser/APKBUILD +++ b/testing/pacparser/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: pkgname=pacparser pkgver=1.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="A library to parse proxy auto-config (PAC) files" url="https://pacparser.manugarg.com/" arch="all" license="LGPL-3.0-or-later" makedepends="bash python3-dev py3-setuptools" -subpackages="py3-$pkgname:pymod $pkgname-doc $pkgname-dev" +subpackages="py3-$pkgname:pymod $pkgname-doc $pkgname-dev py3-$pkgname-pyc:pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/manugarg/pacparser/releases/download/v$pkgver/pacparser-v$pkgver.tar.gz spidermonkey-make.patch tests-path.patch diff --git a/testing/pantalaimon/APKBUILD b/testing/pantalaimon/APKBUILD index e5f95f85bd3..795d78e0ab8 100644 --- a/testing/pantalaimon/APKBUILD +++ b/testing/pantalaimon/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: pkgname=pantalaimon pkgver=0.10.5 -pkgrel=1 +pkgrel=2 pkgdesc="E2EE-aware Matrix proxy daemon" options="!check" # Tests hang url="https://github.com/matrix-org/pantalaimon" @@ -36,7 +36,7 @@ checkdepends=" py3-pytest-aiohttp " makedepends="py3-wheel py3-setuptools" -subpackages="$pkgname-ui $pkgname-doc" +subpackages="$pkgname-ui $pkgname-doc $pkgname-pyc" source=" $pkgname-$pkgver.tar.gz::https://github.com/matrix-org/pantalaimon/archive/$pkgver.tar.gz " diff --git a/testing/pdfarranger/APKBUILD b/testing/pdfarranger/APKBUILD index 798eb400363..3ea5bb579dc 100644 --- a/testing/pdfarranger/APKBUILD +++ b/testing/pdfarranger/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Antoni Aloy <aaloytorrens@gmail.com> pkgname=pdfarranger pkgver=1.9.2 -pkgrel=1 +pkgrel=2 pkgdesc="Helps merge or split PDF documents and rotate, crop and rearrange pages" url="https://github.com/pdfarranger/pdfarranger" arch="noarch" @@ -11,7 +11,7 @@ depends="desktop-file-utils ghostscript gsettings-desktop-schemas py3-img2pdf>=0.3.4 py3-pikepdf>=1.17.0" makedepends="py3-setuptools py3-distutils-extra intltool" options="!check" # tests require dogtail package -subpackages="$pkgname-lang $pkgname-doc" +subpackages="$pkgname-lang $pkgname-doc $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/pdfarranger/pdfarranger/archive/$pkgver.tar.gz" build() { diff --git a/testing/pithos/APKBUILD b/testing/pithos/APKBUILD index 0ef855a9494..117a654cab4 100644 --- a/testing/pithos/APKBUILD +++ b/testing/pithos/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Adam Plumb <adamplumb@gmail.com> pkgname=pithos pkgver=1.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="GTK+ player for pandora web radio" url="https://pithos.github.io/" arch="noarch" @@ -18,7 +18,7 @@ depends=" py3-gobject3 " makedepends="meson glib-dev help2man py3-sphinx" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="https://github.com/pithos/pithos/releases/download/$pkgver/pithos-$pkgver.tar.xz 0001-Do-not-fail-if-locale-attributes-are-not-present.patch 0001-ui-Make-fit-on-small-mobile-screens.patch diff --git a/testing/pitivi/APKBUILD b/testing/pitivi/APKBUILD index 8f593c82159..819fe89d295 100644 --- a/testing/pitivi/APKBUILD +++ b/testing/pitivi/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Pellegrino Prevete <pellegrinoprevete@gmail.com> pkgname=pitivi pkgver=2022.06 -pkgrel=1 +pkgrel=2 pkgdesc="Editor for audio/video projects using the GStreamer framework" url="https://pitivi.org" arch="all !s390x !riscv64" # missing gst-editing-services @@ -31,7 +31,7 @@ makedepends=" python3-dev " checkdepends="appstream-glib" -subpackages="$pkgname-lang" +subpackages="$pkgname-lang $pkgname-pyc" source="https://download.gnome.org/sources/pitivi/${pkgver%.*}/pitivi-$pkgver.tar.xz" build() { diff --git a/testing/platformio-core/APKBUILD b/testing/platformio-core/APKBUILD index d4c37889899..26d4b65f852 100644 --- a/testing/platformio-core/APKBUILD +++ b/testing/platformio-core/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Marten Ringwelski <git+alpine@maringuu.de> pkgname=platformio-core pkgver=6.1.5 -pkgrel=0 +pkgrel=1 pkgdesc="An open source ecosystem for IoT development" url="https://platformio.org" arch="noarch !armhf !ppc64le" # limited by py3-starlette @@ -26,6 +26,7 @@ depends=" uvicorn " makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/platformio/platformio-core/archive/v$pkgver.tar.gz" build() { diff --git a/testing/podman-compose/APKBUILD b/testing/podman-compose/APKBUILD index 6cbd977c556..4c1422a472e 100644 --- a/testing/podman-compose/APKBUILD +++ b/testing/podman-compose/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: TBK <alpine@jjtc.eu> pkgname=podman-compose pkgver=1.0.6 -pkgrel=0 +pkgrel=1 pkgdesc="Script to run docker-compose.yml using podman" url="https://github.com/containers/podman-compose" arch="noarch !armv7 !armhf !x86 !s390x !riscv64" # podman @@ -10,6 +10,7 @@ license="GPL-2.0-or-later" options="!check" # Requires running docker env depends="podman python3 py3-yaml py3-dotenv" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/containers/podman-compose/archive/v$pkgver.tar.gz" build() { diff --git a/testing/pre-commit/APKBUILD b/testing/pre-commit/APKBUILD index a0d367d8928..2c5fe1cbb46 100644 --- a/testing/pre-commit/APKBUILD +++ b/testing/pre-commit/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Galen Abell <galen@galenabell.com> pkgname=pre-commit pkgver=3.2.2 -pkgrel=0 +pkgrel=1 pkgdesc="framework for managing and maintaining multi-language pre-commit hooks" url="https://pre-commit.com" arch="noarch" @@ -30,6 +30,7 @@ checkdepends=" py3-re-assert " options="net" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/pre-commit/pre-commit/archive/refs/tags/v$pkgver.tar.gz" prepare() { diff --git a/testing/pypykatz/APKBUILD b/testing/pypykatz/APKBUILD index 73c30d7ba0f..3f136ed3a8f 100644 --- a/testing/pypykatz/APKBUILD +++ b/testing/pypykatz/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jonas <3426-spameier@users.gitlab.alpinelinux.org> pkgname=pypykatz pkgver=0.6.6 -pkgrel=0 +pkgrel=1 pkgdesc="Python implementation of Mimikatz" url="https://github.com/skelsec/pypykatz" arch="noarch" @@ -24,6 +24,7 @@ makedepends=" py3-wheel py3-setuptools " +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/skelsec/pypykatz/archive/refs/tags/$pkgver.tar.gz" options="!check" # no tests provided diff --git a/testing/pyradio/APKBUILD b/testing/pyradio/APKBUILD index 1b3a6e73568..49d9bc62dea 100644 --- a/testing/pyradio/APKBUILD +++ b/testing/pyradio/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Hoang Nguyen <folliekazetani@protonmail.com> pkgname=pyradio pkgver=0.9.2.5 -pkgrel=0 +pkgrel=1 pkgdesc="Curses based internet radio player" url="https://www.coderholic.com/pyradio" arch="noarch" @@ -16,7 +16,7 @@ depends=" " makedepends="py3-gpep517 py3-installer py3-setuptools py3-wheel" options="!check" # no testsuite -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/coderholic/pyradio/archive/refs/tags/$pkgver.tar.gz" build() { diff --git a/testing/qmk-cli/APKBUILD b/testing/qmk-cli/APKBUILD index 9b0f75a2abd..7422b6d6ab6 100644 --- a/testing/qmk-cli/APKBUILD +++ b/testing/qmk-cli/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Galen Abell <galen@galenabell.com> pkgname=qmk-cli pkgver=1.1.2 -pkgrel=0 +pkgrel=1 pkgdesc="QMK helper CLI" url="https://github.com/qmk/qmk_cli" arch="noarch" @@ -22,6 +22,7 @@ depends=" " makedepends="py3-setuptools py3-gpep517 py3-installer py3-wheel" options="!check" # no tests +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/qmk/qmk_cli/archive/$pkgver.tar.gz" builddir="$srcdir/qmk_cli-$pkgver" diff --git a/testing/qspectrumanalyzer/APKBUILD b/testing/qspectrumanalyzer/APKBUILD index 6fd17ca5fea..23371307464 100644 --- a/testing/qspectrumanalyzer/APKBUILD +++ b/testing/qspectrumanalyzer/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de> pkgname=qspectrumanalyzer pkgver=2.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Spectrum analyzer for multiple SDR platforms" url="https://github.com/xmikos/qspectrumanalyzer" arch="noarch !armhf" # no py3-qt on armhf @@ -16,6 +16,7 @@ depends=" python3 " checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/xmikos/qspectrumanalyzer/archive/v$pkgver.tar.gz" options="!check" # Test seems windows only :-/ diff --git a/testing/qtile/APKBUILD b/testing/qtile/APKBUILD index 088892d6c5b..aab804b2548 100644 --- a/testing/qtile/APKBUILD +++ b/testing/qtile/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Emma Nora Theuer <kontakt@entheuer.de> pkgname=qtile pkgver=0.22.1 -pkgrel=0 +pkgrel=1 pkgdesc="A full-featured, hackable tiling X11 window manager written and configured in Python" url="https://github.com/qtile/qtile" arch="all" @@ -26,6 +26,7 @@ makedepends=" python3 " options="!check" # broken due to unavailable packages +subpackages="$pkgname-pyc" source="qtile-$pkgver.tar.gz::https://github.com/qtile/qtile/archive/v$pkgver.tar.gz" build() { diff --git a/testing/randrctl/APKBUILD b/testing/randrctl/APKBUILD index 1eb81fc098e..4a5cfa59cfa 100644 --- a/testing/randrctl/APKBUILD +++ b/testing/randrctl/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=randrctl pkgver=1.9.0 -pkgrel=2 +pkgrel=3 pkgdesc="Profile based screen manager for X" url="https://github.com/edio/randrctl" arch="noarch" @@ -10,6 +10,7 @@ license="GPL-3.0-or-later" depends="python3 py3-argcomplete py3-yaml xrandr" checkdepends="py3-pytest" makedepends="python3-dev py3-pbr py3-setuptools" +subpackages="$pkgname-pyc" source="https://github.com/edio/randrctl/archive/$pkgver/randrctl-$pkgver.tar.gz" export PBR_VERSION="$pkgver" diff --git a/testing/razercfg/APKBUILD b/testing/razercfg/APKBUILD index 7878e432a3b..64969e6bdd5 100644 --- a/testing/razercfg/APKBUILD +++ b/testing/razercfg/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Taner Tas <taner76@gmail.com> pkgname=razercfg pkgver=0.42 -pkgrel=4 +pkgrel=5 pkgdesc="Razer mouse configuration tool" url="https://bues.ch/cms/hacking/razercfg.html" arch="all" @@ -13,7 +13,7 @@ makedepends=" python3 eudev-dev " -subpackages="$pkgname-openrc $pkgname-gui::noarch" +subpackages="$pkgname-openrc $pkgname-gui::noarch $pkgname-pyc" source="https://github.com/mbuesch/razer/archive/razercfg-$pkgver.tar.gz razerd.initd " diff --git a/testing/remind-caldav/APKBUILD b/testing/remind-caldav/APKBUILD index bbaa2effe2b..333bb8d03ff 100644 --- a/testing/remind-caldav/APKBUILD +++ b/testing/remind-caldav/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Galen Abell <galen@galenabell.com> pkgname=remind-caldav pkgver=0.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="caldav client to sync with remind" url="https://github.com/jspricke/remind-caldav" arch="noarch" @@ -10,6 +10,7 @@ license="GPL-3.0-only" depends="python3 py3-remind py3-caldav py3-dateutil py3-vobject" makedepends="py3-setuptools" options="!check" # no tests +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/jspricke/remind-caldav/archive/v$pkgver.tar.gz" build() { diff --git a/testing/reprotest/APKBUILD b/testing/reprotest/APKBUILD index eb1082be5a4..91caa2bedfc 100644 --- a/testing/reprotest/APKBUILD +++ b/testing/reprotest/APKBUILD @@ -3,7 +3,7 @@ pkgname=reprotest _pyname=reprotest pkgver=0.7.23 -pkgrel=0 +pkgrel=1 pkgdesc="Build packages and check them for reproducibility" url="https://salsa.debian.org/reproducible-builds/reprotest" arch="noarch !armv7 !x86 !armhf" # diffoscope @@ -12,6 +12,7 @@ depends="python3 diffoscope py3-rstr py3-distro" makedepends="py3-setuptools py3-wheel" checkdepends="dpkg py3-pytest" _pypiprefix="${_pyname%"${_pyname#?}"}" +subpackages="$pkgname-pyc" source="https://salsa.debian.org/reproducible-builds/reprotest/-/archive/$pkgver/reprotest-$pkgver.tar.gz" options="!check" # missing disorderfs diff --git a/testing/rhasspy-nlu/APKBUILD b/testing/rhasspy-nlu/APKBUILD index fd6d240f080..656a9722169 100644 --- a/testing/rhasspy-nlu/APKBUILD +++ b/testing/rhasspy-nlu/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Patrycja Rosa <alpine@ptrcnull.me> pkgname=rhasspy-nlu pkgver=0.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="Natural language understanding library for Rhasspy" url="https://github.com/rhasspy/rhasspy-nlu" arch="all" @@ -10,6 +10,7 @@ license="MIT" depends="py3-grapheme py3-numpy py3-networkx py3-num2words python3" makedepends="py3-setuptools" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="https://github.com/rhasspy/rhasspy-nlu/archive/refs/tags/v$pkgver/rhasspy-nlu-$pkgver.tar.gz" build() { diff --git a/testing/rich-cli/APKBUILD b/testing/rich-cli/APKBUILD index 475972611ec..312fa092b9b 100644 --- a/testing/rich-cli/APKBUILD +++ b/testing/rich-cli/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Hoang Nguyen <folliekazetani@protonmail.com> pkgname=rich-cli pkgver=1.8.0 -pkgrel=2 +pkgrel=3 pkgdesc="Fancy output for various file types in the terminal" url="https://github.com/Textualize/rich-cli" arch="noarch" @@ -16,6 +16,7 @@ depends=" " makedepends="py3-gpep517 py3-installer py3-poetry-core" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/Textualize/rich-cli/archive/refs/tags/v$pkgver.tar.gz" options="!check" # no testsuite diff --git a/testing/rmlint/APKBUILD b/testing/rmlint/APKBUILD index 362457a6b37..a38fdaac289 100644 --- a/testing/rmlint/APKBUILD +++ b/testing/rmlint/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Edd Salkield <edd@salkield.uk> pkgname=rmlint pkgver=2.10.1 -pkgrel=1 +pkgrel=2 pkgdesc="Remove duplicates and other lint from your filesystem" url="https://rmlint.readthedocs.io/en/latest/" arch="all" license="GPL-3.0-only" makedepends="scons python3 glib-dev json-glib-dev elfutils-dev py3-sphinx" checkdepends="dash py3-nose py3-parameterized py3-psutil" -subpackages="$pkgname-doc $pkgname-lang $pkgname-shredder:shredder:noarch" +subpackages="$pkgname-doc $pkgname-lang $pkgname-shredder-pyc $pkgname-shredder:shredder:noarch" source="https://github.com/sahib/rmlint/archive/v$pkgver/rmlint-v$pkgver.tar.gz" options="!check" # awaiting upstream fixes to test suite # https://github.com/sahib/rmlint/issues/593 diff --git a/testing/rnc2rng/APKBUILD b/testing/rnc2rng/APKBUILD index ecdd9665df9..cb53bafd7d2 100644 --- a/testing/rnc2rng/APKBUILD +++ b/testing/rnc2rng/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu> pkgname=rnc2rng pkgver=2.6.6 -pkgrel=1 +pkgrel=2 pkgdesc="RELAX NG Compact to regular syntax conversion library" url="https://github.com/djc/rnc2rng" arch="noarch" license="MIT" depends="python3 py3-rply" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/r/rnc2rng/rnc2rng-$pkgver.tar.gz" build() { diff --git a/testing/rosdep/APKBUILD b/testing/rosdep/APKBUILD index 1325e9d9908..4e574301aad 100644 --- a/testing/rosdep/APKBUILD +++ b/testing/rosdep/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Russ Webber <russ@rw.id.au> pkgname=rosdep pkgver=0.19.0 -pkgrel=3 +pkgrel=4 pkgdesc="ROS multi-package manager system dependency tool" url="http://ros.org/wiki/rosdep" arch="noarch" @@ -11,6 +11,7 @@ options="!check" # tests are not very robust https://github.com/ros-infrastruct depends="python3 py3-yaml py3-catkin-pkg py3-rosdistro py3-rospkg" makedepends="py3-setuptools" checkdepends="py3-nose py3-mock py3-flake8" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/ros-infrastructure/rosdep/archive/$pkgver.tar.gz" build() { diff --git a/testing/ruff-lsp/APKBUILD b/testing/ruff-lsp/APKBUILD index 21aaf1036db..9df00fdce51 100644 --- a/testing/ruff-lsp/APKBUILD +++ b/testing/ruff-lsp/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Hugo Osvaldo Barrera <hugo@whynothugo.nl> pkgname=ruff-lsp pkgver=0.0.24 -pkgrel=0 +pkgrel=1 pkgdesc="Language Server Protocol implementation for Ruff" url="https://github.com/charliermarsh/ruff-lsp" # ruff @@ -10,6 +10,7 @@ license="MIT" depends="python3 py3-gls py3-typing-extensions ruff" makedepends="py3-gpep517 py3-installer py3-hatchling" checkdepends="py3-lsp-jsonrpc" +subpackages="$pkgname-pyc" source="https://github.com/charliermarsh/ruff-lsp/archive/v$pkgver/ruff-lsp-$pkgver.tar.gz" build() { diff --git a/testing/ruff/APKBUILD b/testing/ruff/APKBUILD index fb98c39307c..8402d1329d5 100644 --- a/testing/ruff/APKBUILD +++ b/testing/ruff/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Hugo Osvaldo Barrera <hugo@whynothugo.nl> pkgname=ruff pkgver=0.0.262 -pkgrel=0 +pkgrel=1 pkgdesc="Extremely fast Python linter" url="https://github.com/charliermarsh/ruff" # ppc64le, s390x, riscv64: ring @@ -10,6 +10,7 @@ arch="all !x86 !armhf !armv7 !ppc64le !s390x !riscv64" license="MIT" makedepends="maturin cargo py3-installer" subpackages=" + $pkgname-pyc $pkgname-bash-completion $pkgname-fish-completion $pkgname-zsh-completion diff --git a/testing/screenkey/APKBUILD b/testing/screenkey/APKBUILD index 588f852f4a4..32b9423202f 100644 --- a/testing/screenkey/APKBUILD +++ b/testing/screenkey/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: pkgname=screenkey pkgver=1.5 -pkgrel=3 +pkgrel=4 pkgdesc="Screencast tool to display your keys" url="https://www.thregr.org/~wavexx/software/screenkey/" arch="noarch" license="GPL-3.0-or-later" depends="python3 py3-cairo py3-gobject3 py3-dbus" makedepends="py3-setuptools py3-babel" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="https://www.thregr.org/~wavexx/software/screenkey/releases/screenkey-$pkgver.tar.gz" build() { diff --git a/testing/sqlmap/APKBUILD b/testing/sqlmap/APKBUILD index b475d55e098..563d9422541 100644 --- a/testing/sqlmap/APKBUILD +++ b/testing/sqlmap/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Maxim Karasev <mxkrsv@disroot.org> pkgname=sqlmap pkgver=1.6.12 -pkgrel=0 +pkgrel=1 pkgdesc="Automatic SQL injection and database takeover tool" url="https://sqlmap.org/" arch="noarch" @@ -10,6 +10,7 @@ license="GPL-2.0-or-later" depends="python3 py3-six py3-beautifulsoup4 py3-keepalive py3-termcolor py3-colorama py3-bottle py3-chardet py3-magic py3-pydes" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="https://pypi.python.org/packages/source/s/sqlmap/sqlmap-$pkgver.tar.gz reduce-amount-of-third-party-dependencies.patch" options="!check" # fail with py311 for some reason diff --git a/testing/sshuttle/APKBUILD b/testing/sshuttle/APKBUILD index 59c1e0ced68..38182873d81 100644 --- a/testing/sshuttle/APKBUILD +++ b/testing/sshuttle/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=sshuttle pkgver=1.1.1 -pkgrel=0 +pkgrel=1 pkgdesc="Transparent proxy server using ssh" url="https://github.com/sshuttle/sshuttle" arch="noarch" @@ -10,6 +10,7 @@ depends="python3 py3-psutil" makedepends="py3-setuptools" checkdepends="py3-pytest py3-pytest-cov py3-mock py3-flake8" options="!check" # TODO: fix testsuite +subpackages="$pkgname-pyc" source="https://github.com/sshuttle/sshuttle/archive/v$pkgver/sshuttle-$pkgver.tar.gz" build() { diff --git a/testing/stgit/APKBUILD b/testing/stgit/APKBUILD index bf52ea47a23..92e87814665 100644 --- a/testing/stgit/APKBUILD +++ b/testing/stgit/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Joseph Benden <joe@benden.us> pkgname=stgit pkgver=1.3 -pkgrel=2 +pkgrel=3 pkgdesc="Manage a stack of patches using GIT as a backend" arch="noarch" url="http://www.procode.org/stgit/" @@ -11,6 +11,7 @@ options="!check" # unit-tests fail due to iconv usage depends="git python3" makedepends="asciidoc xmlto perl py3-setuptools" subpackages=" + $pkgname-pyc $pkgname-doc $pkgname-zsh-completion $pkgname-fish-completion diff --git a/testing/streamlink/APKBUILD b/testing/streamlink/APKBUILD index fbbad94abe3..732e3ae3276 100644 --- a/testing/streamlink/APKBUILD +++ b/testing/streamlink/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Robert Sacks <robert@sacks.email> pkgname=streamlink pkgver=5.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="CLI for extracting streams from various websites to a video player of your choosing" url="https://streamlink.github.io/" arch="noarch" @@ -35,6 +35,7 @@ checkdepends=" py3-requests-mock " subpackages=" + $pkgname-pyc $pkgname-doc $pkgname-bash-completion $pkgname-zsh-completion diff --git a/testing/sublime-music/APKBUILD b/testing/sublime-music/APKBUILD index 69832a90868..5f26c004b31 100644 --- a/testing/sublime-music/APKBUILD +++ b/testing/sublime-music/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Patrycja Rosa <alpine@ptrcnull.me> pkgname=sublime-music pkgver=0.11.16 -pkgrel=9 +pkgrel=10 pkgdesc="A native, GTK3 Subsonic client for the Linux Desktop" url="https://sublimemusic.app" arch="all !s390x !ppc64le" # py3-mpv doesnt work on these @@ -27,6 +27,7 @@ depends=" python3 " makedepends="py3-gpep517 py3-installer py3-poetry-core py3-wheel" +subpackages="$pkgname-pyc" source="https://gitlab.com/sublime-music/sublime-music/-/archive/v$pkgver/sublime-music-v$pkgver.tar.gz fix-python3.11.patch " diff --git a/testing/subliminal/APKBUILD b/testing/subliminal/APKBUILD index 945c2d97151..2d21ca8c2ab 100644 --- a/testing/subliminal/APKBUILD +++ b/testing/subliminal/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Dmitry Zakharchenko <dmitz@disroot.org> pkgname=subliminal pkgver=2.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python library and CLI tool for searching and downloading subtitles" url="https://github.com/Diaoul/subliminal" arch="noarch" @@ -25,6 +25,7 @@ depends="python3 " makedepends="py3-setuptools" checkdepends="python3-dev py3-pytest py3-pytest-runner libarchive-tools py3-vcrpy py3-sympy" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz tests.patch legendastv.patch" options="!check" # missing simpy diff --git a/testing/swi-prolog/APKBUILD b/testing/swi-prolog/APKBUILD index a4532555326..73a00108bb5 100644 --- a/testing/swi-prolog/APKBUILD +++ b/testing/swi-prolog/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: Paul Bredbury <brebs@sent.com> pkgname=swi-prolog pkgver=9.0.3 -pkgrel=0 +pkgrel=1 pkgdesc="Versatile implementation of the Prolog programming language" url="https://www.swi-prolog.org" arch="all !riscv64" # missing libunwind-dev license="BSD-2-Clause AND LGPL-3.0-or-later" # Need to package JavaHamcrest in order to enable JPL -subpackages="$pkgname-doc $pkgname-xpce:xpce:noarch $pkgname-xpce-doc:xpce_doc:noarch" +subpackages="$pkgname-doc $pkgname-xpce:xpce:noarch $pkgname-xpce-doc:xpce_doc:noarch $pkgname-pyc" makedepends=" cmake gmp-dev diff --git a/testing/tartube/APKBUILD b/testing/tartube/APKBUILD index 7310017e159..d9574fedc42 100644 --- a/testing/tartube/APKBUILD +++ b/testing/tartube/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Antoni Aloy <aaloytorrens@gmail.com> pkgname=tartube pkgver=2.4.165 -pkgrel=1 +pkgrel=2 pkgdesc="GUI front-end for youtube-dl, partly based on youtube-dl-gui and written in Python 3 / Gtk 3" url="https://github.com/axcore/tartube" arch="noarch !s390x" # freeimage @@ -31,6 +31,7 @@ case "$CARCH" in esac makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/axcore/tartube/archive/v$pkgver.tar.gz" build() { diff --git a/testing/thefuck/APKBUILD b/testing/thefuck/APKBUILD index 669fdc13079..fe48477dfa4 100644 --- a/testing/thefuck/APKBUILD +++ b/testing/thefuck/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Simon Frankenberger <simon-alpine@fraho.eu> pkgname=thefuck pkgver=3.32 -pkgrel=1 +pkgrel=2 pkgdesc="The Fuck is a magnificent app that corrects errors in previous console commands." url="https://github.com/nvbn/thefuck" arch="noarch" license="MIT" depends="py3-colorama py3-six py3-decorator py3-psutil py3-pyte" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="thefuck-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz " diff --git a/testing/tldr-python-client/APKBUILD b/testing/tldr-python-client/APKBUILD index bd6069a37c2..1d3f8a553b2 100644 --- a/testing/tldr-python-client/APKBUILD +++ b/testing/tldr-python-client/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Keith Toh <ktprograms@gmail.com> pkgname=tldr-python-client pkgver=3.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Command line client for tldr, a collection of simplified and community-driven man pages" url="https://github.com/tldr-pages/tldr-python-client" arch="noarch" @@ -9,7 +9,7 @@ license="MIT" depends="python3 py3-shtab py3-colorama py3-termcolor" makedepends="py3-setuptools py3-sphinx py3-sphinx-argparse" checkdepends="py3-pytest" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/tldr-pages/tldr-python-client/archive/refs/tags/$pkgver.tar.gz" build() { diff --git a/testing/todoman/APKBUILD b/testing/todoman/APKBUILD index 4683ccedaf5..f9c7d58cebb 100644 --- a/testing/todoman/APKBUILD +++ b/testing/todoman/APKBUILD @@ -3,7 +3,7 @@ pkgname=todoman _pyname=todoman pkgver=4.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="A simple CalDav-based todo manager" url="https://pypi.org/project/todoman/" arch="noarch" @@ -38,7 +38,7 @@ checkdepends=" py3-pytest-cov py3-pytest-runner " -subpackages="$pkgname-doc $pkgname-bash-completion $pkgname-zsh-completion" +subpackages="$pkgname-doc $pkgname-bash-completion $pkgname-zsh-completion $pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz" options="!check" # fails with weird mismatching date stuff diff --git a/testing/tpm2-pkcs11/APKBUILD b/testing/tpm2-pkcs11/APKBUILD index e3269345a76..65faf14deea 100644 --- a/testing/tpm2-pkcs11/APKBUILD +++ b/testing/tpm2-pkcs11/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=tpm2-pkcs11 pkgver=1.9.0 -pkgrel=0 +pkgrel=1 pkgdesc="A PKCS#11 interface for TPM2 hardware" url="https://github.com/tpm2-software/tpm2-pkcs11" arch="all" @@ -31,7 +31,7 @@ makedepends=" yaml-dev " options="!check" # Requires IBM TPM simulator -subpackages="$pkgname-dev" +subpackages="$pkgname-dev $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/tpm2-software/tpm2-pkcs11/archive/$pkgver.tar.gz" prepare() { diff --git a/testing/unicorn/APKBUILD b/testing/unicorn/APKBUILD index 147a3e7ad76..279c48e6ac0 100644 --- a/testing/unicorn/APKBUILD +++ b/testing/unicorn/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Patrycja Rosa <alpine@ptrcnull.me> pkgname=unicorn pkgver=2.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Unicorn CPU emulator engine" url="https://www.unicorn-engine.org/" # ppc: fails check @@ -10,7 +10,7 @@ url="https://www.unicorn-engine.org/" arch="all !armv7 !armhf !ppc64le !s390x" license="GPL-2.0-or-later" makedepends="cmake linux-headers python3 py3-setuptools samurai" -subpackages="$pkgname-dev py3-unicorn:py3" +subpackages="$pkgname-dev py3-unicorn:py3 py3-$pkgname-pyc:pyc" source="https://github.com/unicorn-engine/unicorn/archive/refs/tags/$pkgver/unicorn-$pkgver.tar.gz endian.patch python-libdir.patch diff --git a/testing/urlwatch/APKBUILD b/testing/urlwatch/APKBUILD index 0a5770e892b..955cbcd5a49 100644 --- a/testing/urlwatch/APKBUILD +++ b/testing/urlwatch/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Thiago Perrotta <tbperrotta@gmail.com> pkgname=urlwatch pkgver=2.25 -pkgrel=2 +pkgrel=3 pkgdesc="Tool for monitoring webpages for updates" url="https://thp.io/2008/urlwatch/" arch="noarch !ppc64le" # blocked by py3-keyring @@ -19,7 +19,7 @@ depends=" " makedepends="py3-setuptools" checkdepends="py3-pytest py3-docutils py3-pycodestyle" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="https://files.pythonhosted.org/packages/source/u/urlwatch/urlwatch-$pkgver.tar.gz" build() { diff --git a/testing/uvicorn/APKBUILD b/testing/uvicorn/APKBUILD index ab57680b15a..02286891e6d 100644 --- a/testing/uvicorn/APKBUILD +++ b/testing/uvicorn/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Michał Polański <michal@polanski.me> pkgname=uvicorn pkgver=0.20.0 -pkgrel=0 +pkgrel=1 pkgdesc="Lightning-fast ASGI server" url="https://www.uvicorn.org/" license="BSD-3-Clause" @@ -26,6 +26,7 @@ checkdepends=" py3-websockets py3-wsproto " +subpackages="$pkgname-pyc" source="https://github.com/encode/uvicorn/archive/$pkgver/uvicorn-$pkgver.tar.gz" case "$CARCH" in diff --git a/testing/vcstool/APKBUILD b/testing/vcstool/APKBUILD index 4bfe2a89833..240cdbe9746 100644 --- a/testing/vcstool/APKBUILD +++ b/testing/vcstool/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Russ Webber <russ@rw.id.au> pkgname=vcstool pkgver=0.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="A command line tool designed to make working with multiple repositories easier" url="https://github.com/dirk-thomas/vcstool" arch="noarch" @@ -10,7 +10,9 @@ license="Apache-2.0" depends="python3 py3-yaml" makedepends="py3-setuptools" checkdepends="py3-pytest py3-flake8 py3-pydocstyle py3-flake8-import-order subversion mercurial git" -subpackages="$pkgname-bash-completion +subpackages=" + $pkgname-pyc + $pkgname-bash-completion $pkgname-zsh-completion $pkgname-tcsh-completion:tcshcomp:noarch " diff --git a/testing/vdirsyncer/APKBUILD b/testing/vdirsyncer/APKBUILD index e75179ca942..fb22b87811e 100644 --- a/testing/vdirsyncer/APKBUILD +++ b/testing/vdirsyncer/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Galen Abell <galen@galenabell.com> pkgname=vdirsyncer pkgver=0.19.1 -pkgrel=1 +pkgrel=2 pkgdesc="CLI Synchronization for CalDAV and CardDAV" url="http://vdirsyncer.pimutils.org" arch="noarch" @@ -35,7 +35,7 @@ checkdepends=" py3-trustme py3-werkzeug " -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="https://files.pythonhosted.org/packages/source/v/vdirsyncer/vdirsyncer-$pkgver.tar.gz" build() { diff --git a/testing/vidcutter/APKBUILD b/testing/vidcutter/APKBUILD index f12989faece..1c8fac60af5 100644 --- a/testing/vidcutter/APKBUILD +++ b/testing/vidcutter/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=vidcutter pkgver=6.0.5.1 -pkgrel=4 +pkgrel=5 pkgdesc="A modern, simple to use, constantly evolving and hella fast MEDIA CUTTER" url="https://vidcutter.ozmartians.com" arch="all !armhf" # Blocked by py3-qt5 -> qt5-qtdeclarative license="GPL-3.0-or-later" depends="python3 ffmpeg mediainfo py3-qt5 py3-opengl" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" makedepends="cython mpv-dev python3-dev py3-setuptools" source="$pkgname-$pkgver.tar.gz::https://github.com/ozmartian/vidcutter/archive/$pkgver.tar.gz pyqt5-5.15.8.patch diff --git a/testing/vimiv-qt/APKBUILD b/testing/vimiv-qt/APKBUILD index 3deeaa794b1..16dc8f8c1c8 100644 --- a/testing/vimiv-qt/APKBUILD +++ b/testing/vimiv-qt/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: David Demelier <markand@malikania.fr> pkgname=vimiv-qt pkgver=0.8.0 -pkgrel=3 +pkgrel=4 pkgdesc="an image viewer with vim-like keybindings" url="https://github.com/karlch/vimiv-qt" arch="all !armhf" # armhf blocked by py3-qt5 (qt5-qtdeclarative) license="GPL-3.0-only" depends="python3 py3-qt5" makedepends="python3-dev py3-setuptools" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/karlch/vimiv-qt/archive/v$pkgver.tar.gz" options="!check" # Not working yet. diff --git a/testing/vimiv/APKBUILD b/testing/vimiv/APKBUILD index 6d2b3fbcd89..5c4e9f8c5b5 100644 --- a/testing/vimiv/APKBUILD +++ b/testing/vimiv/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: David Demelier <markand@malikania.fr> pkgname=vimiv pkgver=0.9.1 -pkgrel=5 +pkgrel=6 pkgdesc="an image viewer with vim-like keybindings" url="https://github.com/karlch/vimiv" arch="all" license="GPL-3.0-only" depends="python3 py3-gobject3 gtk+3.0 py3-pillow" makedepends="python3-dev py3-setuptools" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/karlch/vimiv/archive/v$pkgver.tar.gz fix-appdata.patch::https://github.com/karlch/vimiv/pull/87.patch " diff --git a/testing/virt-lightning/APKBUILD b/testing/virt-lightning/APKBUILD index fbc46b2c8d6..016ddbf3661 100644 --- a/testing/virt-lightning/APKBUILD +++ b/testing/virt-lightning/APKBUILD @@ -1,13 +1,14 @@ # Maintainer: Hoang Nguyen <folliekazetani@protonmail.com> pkgname=virt-lightning pkgver=2.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="A tool to start libvirt VMs in a couple of seconds" url="https://github.com/virt-lightning/virt-lightning" arch="all !s390x !riscv64" # blocked by py3-libvirt license="Apache-2.0" depends="python3 py3-libvirt py3-yaml" makedepends="py3-setuptools_scm" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/virt-lightning/virt-lightning/archive/refs/tags/$pkgver.tar.gz" options="!check" # tests require a running libvirtd service diff --git a/testing/visidata/APKBUILD b/testing/visidata/APKBUILD index d9317225e60..346644041ff 100644 --- a/testing/visidata/APKBUILD +++ b/testing/visidata/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Dmitry Zakharchenko <dmitz@disroot.org> pkgname=visidata pkgver=2.11 -pkgrel=1 +pkgrel=2 pkgdesc="Terminal spreadsheet multitool" url="https://visidata.org" arch="noarch" @@ -10,7 +10,7 @@ license="GPL-3.0-or-later" depends="python3 py3-appdirs py3-setuptools py3-dateutil" makedepends="py3-gpep517 py3-installer py3-setuptools py3-wheel" checkdepends="py3-pytest" -subpackages="$pkgname-doc $pkgname-zsh-completion" +subpackages="$pkgname-doc $pkgname-zsh-completion $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/saulpw/visidata/archive/v$pkgver.tar.gz devendor-appdirs.patch sh-default.patch diff --git a/testing/vit/APKBUILD b/testing/vit/APKBUILD index b76bdb5aa39..4dd4024f9d3 100644 --- a/testing/vit/APKBUILD +++ b/testing/vit/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Edd Salkield <edd@salkield.uk> pkgname=vit pkgver=2.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Lightweight, fast, curses-based front end to Taskwarrior" url="https://github.com/vit-project/vit" arch="noarch" license="MIT" depends="python3 py3-tasklib py3-urwid" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="https://github.com/vit-project/vit/archive/v$pkgver/vit-v$pkgver.tar.gz" build() { diff --git a/testing/volatility3/APKBUILD b/testing/volatility3/APKBUILD index 5eb6c22edbf..d7a23faf5d1 100644 --- a/testing/volatility3/APKBUILD +++ b/testing/volatility3/APKBUILD @@ -3,14 +3,14 @@ pkgname=volatility3 pkgver=2.4.1 _pkgver=${pkgver/_beta1/-beta.1} -pkgrel=0 +pkgrel=1 pkgdesc="Volatile memory forensics toolkit" url="https://github.com/volatilityfoundation/volatility3" arch="noarch !armhf !armv7" # py3-yara license="custom" depends="py3-crypto py3-capstone py3-yara py3-pefile" makedepends="py3-setuptools" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/volatilityfoundation/volatility3/archive/v$_pkgver.tar.gz" build() { diff --git a/testing/websockify/APKBUILD b/testing/websockify/APKBUILD index 83d148c777c..d10617b0d23 100644 --- a/testing/websockify/APKBUILD +++ b/testing/websockify/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Valery Kartel <valery.kartel@gmail.com> pkgname=websockify pkgver=0.11.0 -pkgrel=0 +pkgrel=1 pkgdesc="WebSockets support for any application/server" url="https://github.com/novnc/websockify" arch="noarch" @@ -20,6 +20,7 @@ makedepends=" py3-setuptools py3-wheel " +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/novnc/websockify/archive/v$pkgver.tar.gz" build() { diff --git a/testing/whipper/APKBUILD b/testing/whipper/APKBUILD index 0eac1c6d216..5d663f01827 100644 --- a/testing/whipper/APKBUILD +++ b/testing/whipper/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Galen Abell <galen@galenabell.com> pkgname=whipper pkgver=0.10.0 -pkgrel=3 +pkgrel=4 pkgdesc="python CD-DA ripper preferring accuracy over speed" # https://github.com/whipper-team/whipper/issues/515 options="net !check" @@ -33,6 +33,7 @@ makedepends=" libsndfile-dev " checkdepends="py3-twisted" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/whipper-team/whipper/archive/v$pkgver.tar.gz" build() { diff --git a/testing/wlc/APKBUILD b/testing/wlc/APKBUILD index 0e6919054e4..bee08ff04f6 100644 --- a/testing/wlc/APKBUILD +++ b/testing/wlc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: knuxify <knuxify@gmail.com> pkgname=wlc pkgver=1.13 -pkgrel=1 +pkgrel=2 pkgdesc="Weblate command line client" url="https://weblate.org" arch="noarch" @@ -10,6 +10,7 @@ license="GPL-3.0-or-later" depends="python3 py3-argcomplete py3-dateutil py3-requests py3-xdg" makedepends="py3-setuptools" checkdepends="py3-pytest py3-responses" +subpackages="$pkgname-pyc" source="https://github.com/WeblateOrg/wlc/archive/refs/tags/$pkgver/wlc-$pkgver.tar.gz" build() { diff --git a/testing/wok/APKBUILD b/testing/wok/APKBUILD index b539e6b7c7d..b429938cf2a 100644 --- a/testing/wok/APKBUILD +++ b/testing/wok/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=wok pkgver=3.0.0 -pkgrel=4 +pkgrel=5 pkgdesc="Webserver of Kimchi - a cherrypy framework for multi-purpose plug-ins" url="https://kimchi-project.github.io/wok/" # s390x: blocked by polkist (py3-libvirt -> libvirt -> polkit) @@ -16,7 +16,7 @@ depends="python3 nginx logrotate py3-cherrypy py3-jsonschema makedepends="automake autoconf libtool gettext-dev python3-dev py3-pyflakes libxslt py3-setuptools websockify py3-mock" options="!check" # depends on jaraco -subpackages="$pkgname-lang $pkgname-doc" +subpackages="$pkgname-lang $pkgname-doc $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/kimchi-project/wok/archive/$pkgver.tar.gz wokd.initd alpine-specific-pushserver.patch diff --git a/testing/xandikos/APKBUILD b/testing/xandikos/APKBUILD index 914bdf2d25b..829d9bb47d2 100644 --- a/testing/xandikos/APKBUILD +++ b/testing/xandikos/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Galen Abell <galen@galenabell.com> pkgname=xandikos pkgver=0.2.8 -pkgrel=2 +pkgrel=3 pkgdesc="a lightweight yet complete CardDAV/CalDAV server that backs onto a Git repository" url="https://xandikos.org" arch="noarch" @@ -20,7 +20,7 @@ depends=" makedepends="py3-setuptools" checkdepends="py3-pytest" install="$pkgname.pre-install" -subpackages="$pkgname-doc $pkgname-openrc" +subpackages="$pkgname-doc $pkgname-openrc $pkgname-pyc" source=" $pkgname-$pkgver.tar.gz::https://github.com/jelmer/xandikos/archive/v$pkgver.tar.gz xandikos.initd diff --git a/testing/xml2rfc/APKBUILD b/testing/xml2rfc/APKBUILD index f4ba31c26a1..bd0f6215c5d 100644 --- a/testing/xml2rfc/APKBUILD +++ b/testing/xml2rfc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=xml2rfc pkgver=3.17.0 -pkgrel=0 +pkgrel=1 pkgdesc="tool for converting XML documents into internet drafts and RFCs" options="!check" # Requires unpackaged i18naddress url="https://tools.ietf.org/" @@ -10,6 +10,7 @@ arch="noarch" license="BSD-2-Clause" depends="python3 py3-six py3-requests py3-lxml" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/x/xml2rfc/xml2rfc-$pkgver.tar.gz" build() { diff --git a/testing/xonsh/APKBUILD b/testing/xonsh/APKBUILD index fb15057c952..1c40d67ccd9 100644 --- a/testing/xonsh/APKBUILD +++ b/testing/xonsh/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: vinnie <fz12345@gmail.com> pkgname=xonsh pkgver=0.13.4 -pkgrel=1 +pkgrel=2 pkgdesc="Python-powered, cross-platform, Unix-gazing shell" url="https://xon.sh" arch="noarch" @@ -30,6 +30,7 @@ checkdepends=" py3-pytest-timeout py3-virtualenv " +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/xonsh/xonsh/archive/$pkgver.tar.gz" options="!check" # token validation failures diff --git a/testing/yamkix/APKBUILD b/testing/yamkix/APKBUILD index 913d4e894ed..de3337b096c 100644 --- a/testing/yamkix/APKBUILD +++ b/testing/yamkix/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Galen Abell <galen@galenabell.com> pkgname=yamkix pkgver=0.9.0 -pkgrel=4 +pkgrel=5 pkgdesc="A python based yaml formatter" url="https://github.com/looztra/yamkix" arch="noarch" @@ -10,6 +10,7 @@ license="Apache-2.0" depends="python3 py3-ruamel.yaml" makedepends="py3-setuptools" checkdepends="py3-pytest py3-pytest-runner" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/looztra/yamkix/archive/v$pkgver.tar.gz" [ "$CARCH" = "riscv64" ] && makedepends="$makedepends $checkdepends" diff --git a/testing/ydcv/APKBUILD b/testing/ydcv/APKBUILD index aab80439a2c..2d0fba6eebd 100644 --- a/testing/ydcv/APKBUILD +++ b/testing/ydcv/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: pkgname=ydcv pkgver=0.7 -pkgrel=5 +pkgrel=6 pkgdesc="YouDao Console Version - Chinese online translate" url="https://github.com/felixonmars/ydcv" arch="noarch" license="GPL-3.0-only" depends="python3" makedepends="py3-setuptools py3-setuptools_scm" -subpackages="$pkgname-zsh-completion" +subpackages="$pkgname-zsh-completion $pkgname-pyc" source="ydcv-$pkgver.tar.gz::https://github.com/felixonmars/ydcv/archive/$pkgver.tar.gz" options="!check" diff --git a/testing/ytmdl/APKBUILD b/testing/ytmdl/APKBUILD index 8cdf713ab6a..435ca4a732b 100644 --- a/testing/ytmdl/APKBUILD +++ b/testing/ytmdl/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Dmitry Zakharchenko <dmitz@disroot.org> pkgname=ytmdl pkgver=2023.2.28 -pkgrel=0 +pkgrel=1 pkgdesc="Download songs with metadata from Youtube" url="https://github.com/deepjyoti30/ytmdl" arch="noarch !armhf !ppc64le" # limited by py3-youtube-search @@ -31,7 +31,7 @@ depends="python3 " makedepends="py3-setuptools" options="!check" # no test suite -subpackages="$pkgname-bash-completion $pkgname-zsh-completion" +subpackages="$pkgname-bash-completion $pkgname-zsh-completion $pkgname-pyc" source="https://files.pythonhosted.org/packages/source/y/ytmdl/ytmdl-$pkgver.tar.gz" prepare() { |