diff options
author | ptrcnull <git@ptrcnull.me> | 2023-04-22 13:19:39 +0200 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2023-04-22 17:07:13 +0000 |
commit | 470b0efc701c2811c1a761c7400ef992fcf7b097 (patch) | |
tree | e4975ccc2a24ba776d167a8e7ae5d77457b3fdbc | |
parent | 0b70789c0ddf22c747ac073f04b4c5f57aa67cc8 (diff) |
community/[s-z]*: split -pyc
43 files changed, 95 insertions, 69 deletions
diff --git a/community/s-tui/APKBUILD b/community/s-tui/APKBUILD index 8ec30e0dac8..8625a7dd597 100644 --- a/community/s-tui/APKBUILD +++ b/community/s-tui/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Kay Thomas <kaythomas@pm.me> pkgname=s-tui pkgver=1.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="Terminal-based CPU stress and monitoring utility" url="https://github.com/amanusk/s-tui" arch="noarch" license="GPL-2.0-or-later" makedepends="py3-setuptools" depends="python3 py3-urwid py3-psutil stress-ng" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/amanusk/s-tui/archive/v$pkgver.tar.gz" build() { diff --git a/community/s3cmd/APKBUILD b/community/s3cmd/APKBUILD index 4d346601770..99562f4c800 100644 --- a/community/s3cmd/APKBUILD +++ b/community/s3cmd/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Michał Polański <michal@polanski.me> pkgname=s3cmd pkgver=2.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="Command-line tool for managing Amazon S3 and CloudFront services" url="https://github.com/s3tools/s3cmd" license="GPL-2.0-or-later" arch="noarch" depends="python3 py3-dateutil py3-magic" makedepends="py3-gpep517 py3-installer py3-setuptools py3-wheel" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="https://github.com/s3tools/s3cmd/archive/v$pkgver/s3cmd-$pkgver.tar.gz" options="!check" # tests need a running s3 server diff --git a/community/safeeyes/APKBUILD b/community/safeeyes/APKBUILD index 291255246eb..7c37c9e1f41 100644 --- a/community/safeeyes/APKBUILD +++ b/community/safeeyes/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Anjandev Momi <anjan@momi.ca> pkgname=safeeyes pkgver=2.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="Protect your eyes from eye strain using this simple and beautiful, yet extensible break reminder" url="http://slgobinath.github.io/SafeEyes/" arch="noarch" @@ -17,6 +17,7 @@ depends=" xprintidle " makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/slgobinath/SafeEyes/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/SafeEyes-$pkgver" options="!check" # no upstream checks diff --git a/community/salt/APKBUILD b/community/salt/APKBUILD index 8984cee4110..674ca4f16b6 100644 --- a/community/salt/APKBUILD +++ b/community/salt/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=salt pkgver=3006.0 -pkgrel=0 +pkgrel=1 pkgdesc="parallel remote execution system" url="https://github.com/saltstack/salt" arch="noarch" @@ -19,7 +19,8 @@ subpackages="$pkgname-doc $pkgname-minion $pkgname-minion-openrc:minion_openrc $pkgname-syndic $pkgname-syndic-openrc:syndic_openrc $pkgname-api $pkgname-api-openrc:api_openrc - $pkgname-cloud $pkgname-ssh" + $pkgname-pyc + " source="https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz salt-api.confd salt-api.initd diff --git a/community/scapy/APKBUILD b/community/scapy/APKBUILD index f532627cd79..b8646dd439d 100644 --- a/community/scapy/APKBUILD +++ b/community/scapy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=scapy pkgver=2.5.0 -pkgrel=0 +pkgrel=1 pkgdesc="Powerful interactive packet manipulation" url="https://scapy.net/" arch="noarch" @@ -10,7 +10,7 @@ license="GPL-2.0-only" depends="python3" makedepends="python3-dev py3-setuptools" install="$pkgname.post-install" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="$pkgname-$pkgver-2.tar.gz::https://github.com/secdev/scapy/archive/v$pkgver.tar.gz" build() { diff --git a/community/setconf/APKBUILD b/community/setconf/APKBUILD index f782b2ed20d..44ac300ecac 100644 --- a/community/setconf/APKBUILD +++ b/community/setconf/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Michael Koloberdin <koloberdin@gmail.com> pkgname=setconf pkgver=0.7.7 -pkgrel=3 +pkgrel=4 pkgdesc="Utility for easily changing settings in configuration files" url="http://setconf.roboticoverlords.org/" arch="noarch" license="GPL-2.0" depends="python3" makedepends="python3-dev py3-setuptools" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="https://files.pythonhosted.org/packages/source/s/setconf/setconf-$pkgver.tar.gz" build() { diff --git a/community/sleep-inhibitor/APKBUILD b/community/sleep-inhibitor/APKBUILD index 919f542abfb..14f3a4c003e 100644 --- a/community/sleep-inhibitor/APKBUILD +++ b/community/sleep-inhibitor/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Clayton Craft <clayton@craftyguy.net> pkgname=sleep-inhibitor pkgver=1.16 -pkgrel=1 +pkgrel=2 pkgdesc="Simple program to inhibit sleep/suspend when using elogind" url="https://github.com/bulletmark/sleep-inhibitor" arch="noarch" @@ -18,7 +18,7 @@ source=" sleep-inhibitor.initd sleep-inhibitor.confd " -subpackages="$pkgname-openrc" +subpackages="$pkgname-openrc $pkgname-pyc" options="!check" # no tests build() { diff --git a/community/smartypants/APKBUILD b/community/smartypants/APKBUILD index a10537e14a5..bbe10012d69 100644 --- a/community/smartypants/APKBUILD +++ b/community/smartypants/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Patrycja Rosa <alpine@ptrcnull.me> pkgname=smartypants pkgver=2.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Translate plain ASCII punctuation characters into “smart” typographic punctuation HTML entities" url="https://github.com/leohemsted/smartypants.py" arch="noarch" license="BSD" depends="python3" makedepends="py3-setuptools py3-sphinx" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="https://github.com/leohemsted/smartypants.py/archive/v$pkgver/smartypants-$pkgver.tar.gz" builddir="$srcdir/smartypants.py-$pkgver" diff --git a/community/solaar/APKBUILD b/community/solaar/APKBUILD index f885db8f4a0..3768acc192c 100644 --- a/community/solaar/APKBUILD +++ b/community/solaar/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Antoni Aloy <aaloytorrens@gmail.com> pkgname=solaar pkgver=1.1.9 -pkgrel=0 +pkgrel=1 pkgdesc="Linux device manager for a wide range of Logitech devices" url="https://pwr-solaar.github.io/Solaar/" arch="noarch" @@ -29,7 +29,7 @@ makedepends=" py3-setuptools " install="$pkgname.pre-install $pkgname.post-install" -subpackages="$pkgname-lang $pkgname-gui" +subpackages="$pkgname-lang $pkgname-gui $pkgname-pyc" source="https://github.com/pwr-Solaar/Solaar/archive/$pkgver/solaar-$pkgver.tar.gz udev-rules.patch solaar-gui.patch diff --git a/community/sopel/APKBUILD b/community/sopel/APKBUILD index e730cd38218..4a8ea10232c 100644 --- a/community/sopel/APKBUILD +++ b/community/sopel/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=sopel pkgver=7.1.9 -pkgrel=1 +pkgrel=2 pkgdesc="easy-to-use and highly extensible IRC Bot framework" url="https://sopel.chat/" arch="noarch" @@ -15,7 +15,7 @@ install="$pkgname.pre-install" options="net" # tests require network pkgusers="sopel" pkggroups="sopel" -subpackages="$pkgname-openrc" +subpackages="$pkgname-openrc $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/sopel-irc/sopel/archive/v$pkgver.tar.gz add-tpaste-us.patch sopel.initd diff --git a/community/ssh-audit/APKBUILD b/community/ssh-audit/APKBUILD index 6eac9dcc97e..1f93b0dd19b 100644 --- a/community/ssh-audit/APKBUILD +++ b/community/ssh-audit/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Michał Polański <michal@polanski.me> pkgname=ssh-audit pkgver=2.5.0 -pkgrel=2 +pkgrel=3 pkgdesc="SSH server and client configuration auditing" url="https://github.com/jtesta/ssh-audit" license="MIT" @@ -10,7 +10,7 @@ arch="noarch" depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="https://github.com/jtesta/ssh-audit/archive/v$pkgver/ssh-audit-$pkgver.tar.gz" build() { diff --git a/community/ssh-ldap-pubkey/APKBUILD b/community/ssh-ldap-pubkey/APKBUILD index 672c2967426..a07f8453faa 100644 --- a/community/ssh-ldap-pubkey/APKBUILD +++ b/community/ssh-ldap-pubkey/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=ssh-ldap-pubkey pkgver=1.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Utility to manage SSH public keys stored in LDAP" url="https://github.com/jirutka/ssh-ldap-pubkey" arch="noarch" @@ -10,7 +10,7 @@ license="MIT" depends="python3 py3-pyldap py3-docopt" makedepends="python3-dev py3-setuptools" install="$pkgname.post-install" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/jirutka/$pkgname/archive/v$pkgver.tar.gz ldap.conf.patch " diff --git a/community/stig/APKBUILD b/community/stig/APKBUILD index b37eb8f87f0..059ef9bfb26 100644 --- a/community/stig/APKBUILD +++ b/community/stig/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Anjandev Momi <anjan@momi.ca> pkgname=stig pkgver=0.12.3a0 -pkgrel=1 +pkgrel=2 pkgdesc="TUI and CLI client for the BitTorrent client Transmission" url="https://github.com/rndusr/stig" arch="noarch" license="GPL-3.0-or-later" depends="python3 py3-urwid py3-urwidtrees py3-aiohttp py3-async-timeout py3-xdg py3-blinker py3-natsort py3-setproctitle" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/rndusr/stig/archive/refs/tags/v$pkgver.tar.gz" options="!check" # py3-asynctest library is not compatible with Python 3.8 and above. See https://github.com/rndusr/stig/issues/206 diff --git a/community/synapse/APKBUILD b/community/synapse/APKBUILD index d57a7b0d710..7f6b5751a80 100644 --- a/community/synapse/APKBUILD +++ b/community/synapse/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: 6543 <6543@obermui.de> pkgname=synapse pkgver=1.81.0 -pkgrel=0 +pkgrel=1 pkgdesc="Matrix reference homeserver" url="https://github.com/matrix-org/synapse" arch="all" @@ -64,7 +64,7 @@ checkdepends=" pkgusers="synapse" pkggroups="synapse" install="$pkgname.pre-install $pkgname.post-install" -subpackages="$pkgname-openrc" +subpackages="$pkgname-openrc $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz synapse.initd synapse.confd diff --git a/community/syncplay/APKBUILD b/community/syncplay/APKBUILD index 96a2f75d42f..f37605b95f9 100644 --- a/community/syncplay/APKBUILD +++ b/community/syncplay/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Alex Denes <caskd@redxen.eu> pkgname=syncplay pkgver=1.6.9 -pkgrel=1 +pkgrel=2 pkgdesc="Synchronize watching movies on mplayer2, vlc, mpv, and mpc-hc across many computers" url="http://syncplay.pl" arch="noarch !armhf !riscv64" # riscv64, armhf - py3-pyside2 @@ -13,6 +13,7 @@ depends=" py3-pyside2 " makedepends="py3-setuptools_scm" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/Syncplay/syncplay/archive/v$pkgver.tar.gz" options="!check" # testing requires pip diff --git a/community/system-config-printer/APKBUILD b/community/system-config-printer/APKBUILD index 72ecd71569f..55ec0df932e 100644 --- a/community/system-config-printer/APKBUILD +++ b/community/system-config-printer/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=system-config-printer pkgver=1.5.18 -pkgrel=2 +pkgrel=3 pkgdesc="Graphical user interface for CUPS administration" url="https://github.com/OpenPrinting/system-config-printer" arch="noarch" @@ -26,7 +26,7 @@ makedepends=" xmlto desktop-file-utils " -subpackages="$pkgname-doc $pkgname-lang" +subpackages="$pkgname-doc $pkgname-lang $pkgname-pyc" source="https://github.com/OpenPrinting/system-config-printer/releases/download/v$pkgver/system-config-printer-$pkgver.tar.xz" build() { diff --git a/community/targetcli/APKBUILD b/community/targetcli/APKBUILD index e03d623a9e3..e63c18b04ac 100644 --- a/community/targetcli/APKBUILD +++ b/community/targetcli/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=targetcli pkgver=2.1.54 -pkgrel=4 +pkgrel=5 pkgdesc="Administration shell for storage targets" url="https://github.com/open-iscsi/targetcli-fb" arch="noarch" @@ -11,7 +11,7 @@ depends="python3 py3-configobj py3-configshell py3-ethtool py3-ipaddr py3-parsing py3-rtslib py3-simpleparse py3-six py3-udev py3-dbus dbus py3-urwid py3-gobject3" makedepends="$depends_dev py3-setuptools" -subpackages="$pkgname-doc $pkgname-openrc" +subpackages="$pkgname-doc $pkgname-openrc $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/open-iscsi/targetcli-fb/archive/v$pkgver.tar.gz targetcli.initd targetcli.confd diff --git a/community/terminator/APKBUILD b/community/terminator/APKBUILD index 2a1514f646d..acda0f43479 100644 --- a/community/terminator/APKBUILD +++ b/community/terminator/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=terminator pkgver=2.1.3 -pkgrel=0 +pkgrel=1 pkgdesc="Terminal emulator that supports tabs and grids" url="https://github.com/gnome-terminator/terminator" arch="noarch" @@ -28,7 +28,7 @@ makedepends=" python3-dev " checkdepends="py3-pytest libnotify xvfb-run" -subpackages="$pkgname-doc $pkgname-lang" +subpackages="$pkgname-doc $pkgname-lang $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/gnome-terminator/terminator/archive/v$pkgver.tar.gz" build() { diff --git a/community/thonny/APKBUILD b/community/thonny/APKBUILD index 779bf0f2b74..dc36802626c 100644 --- a/community/thonny/APKBUILD +++ b/community/thonny/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Justin Berthault <justin.berthault@zaclys.net> pkgname=thonny pkgver=3.3.14 -pkgrel=3 +pkgrel=4 pkgdesc="Python IDE for beginners" url="https://thonny.org" arch="noarch !s390x" # py3-pylint @@ -22,6 +22,7 @@ depends=" py3-wheel python3-tkinter " +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/t/thonny/thonny-$pkgver.tar.gz" options="!check" # Tests need a DISPLAY diff --git a/community/toml-adapt/APKBUILD b/community/toml-adapt/APKBUILD index 6865108c291..09644341006 100644 --- a/community/toml-adapt/APKBUILD +++ b/community/toml-adapt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu> pkgname=toml-adapt pkgver=0.2.11 -pkgrel=0 +pkgrel=1 pkgdesc="A simple command-line interface (CLI) for manipulating toml files" url="https://github.com/firefly-cpp/toml-adapt" arch="noarch" @@ -10,7 +10,7 @@ license="MIT" depends="python3 py3-toml py3-click" checkdepends="python3-dev py3-pytest" makedepends="py3-setuptools py3-poetry-core py3-gpep517 py3-installer py3-platformdirs" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="https://github.com/firefly-cpp/toml-adapt/archive/$pkgver/toml-adapt-$pkgver.tar.gz" build() { diff --git a/community/toot/APKBUILD b/community/toot/APKBUILD index 2939c6be4e2..59d9db1c541 100644 --- a/community/toot/APKBUILD +++ b/community/toot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Galen Abell <galen@galenabell.com> pkgname=toot pkgver=0.36.0 -pkgrel=0 +pkgrel=1 pkgdesc="mastodon cli & tui" url="https://github.com/ihabunek/toot" arch="noarch" @@ -10,6 +10,7 @@ license="GPL-3.0-only" depends="python3 py3-setuptools py3-requests py3-beautifulsoup4 py3-wcwidth py3-urwid" makedepends="python3-dev" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/t/toot/toot-$pkgver.tar.gz" build() { diff --git a/community/trash-cli/APKBUILD b/community/trash-cli/APKBUILD index 0bbda534fec..f568ccf4dc2 100644 --- a/community/trash-cli/APKBUILD +++ b/community/trash-cli/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Anjandev Momi <anjan@momi.ca> pkgname=trash-cli pkgver=0.22.10.20 -pkgrel=0 +pkgrel=1 pkgdesc="Command line interface to the freedesktop.org trashcan" url="https://github.com/andreafrancia/trash-cli" arch="noarch" @@ -10,7 +10,7 @@ license="GPL-2.0-or-later" depends="python3 py3-psutil" makedepends="py3-setuptools" checkdepends="py3-pytest py3-pytest-mock py3-six py3-flexmock py3-parameterized" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/andreafrancia/trash-cli/archive/refs/tags/$pkgver.tar.gz" build() { diff --git a/community/tuir/APKBUILD b/community/tuir/APKBUILD index 57eea75614c..c51e0f582b0 100644 --- a/community/tuir/APKBUILD +++ b/community/tuir/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Galen Abell <galen@galenabell.com> pkgname=tuir pkgver=1.29.0 -pkgrel=3 +pkgrel=4 pkgdesc="Terminal UI for Reddit" url="https://gitlab.com/ajak/tuir" arch="noarch" @@ -10,7 +10,7 @@ license="MIT" depends="python3 py3-decorator py3-beautifulsoup4 py3-kitchen py3-six py3-requests" options="!check" # tests fail makedepends="py3-setuptools" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="https://files.pythonhosted.org/packages/source/t/tuir/tuir-$pkgver.tar.gz" build() { diff --git a/community/twine/APKBUILD b/community/twine/APKBUILD index 42ec46c74b2..382e61acb2c 100644 --- a/community/twine/APKBUILD +++ b/community/twine/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=twine pkgver=4.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Collection of utilities for publishing packages on PyPI" url="https://twine.readthedocs.io/en/latest/" arch="noarch" @@ -33,6 +33,7 @@ checkdepends=" py3-pytest-cov py3-pytest-socket " +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/t/twine/twine-$pkgver.tar.gz 0001-remove-setuptools-scm.patch " diff --git a/community/twtxt/APKBUILD b/community/twtxt/APKBUILD index eacd0d00567..6bd74580257 100644 --- a/community/twtxt/APKBUILD +++ b/community/twtxt/APKBUILD @@ -3,13 +3,14 @@ # Maintainer: Will Sinatra <wpsinatra@gmail.com> pkgname=twtxt pkgver=1.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="Decentralised, minimalist microblogging service for hackers" url="https://github.com/buckket/twtxt" arch="noarch" license="MIT" depends="py3-setuptools py3-dateutil py3-aiohttp py3-click py3-humanize" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/t/twtxt/twtxt-$pkgver.tar.gz" options="!check" # humanize seems to return a day of difference for an hour diff --git a/community/txt2tags/APKBUILD b/community/txt2tags/APKBUILD index 6bfadca8254..a2105c30e39 100644 --- a/community/txt2tags/APKBUILD +++ b/community/txt2tags/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Oliver Smith <ollieparanoid@postmarketos.org> pkgname=txt2tags pkgver=3.8 -pkgrel=0 +pkgrel=1 pkgdesc="Text formatting and conversion tool" url="https://www.txt2tags.org" arch="noarch" @@ -10,6 +10,7 @@ license="GPL-2.0-or-later" depends="python3" makedepends="py3-setuptools" checkdepends="py3-tox bash" +subpackages="$pkgname-pyc" source="txt2tags-$pkgver.tar.gz::https://github.com/txt2tags/txt2tags/archive/$pkgver.tar.gz" build() { diff --git a/community/udiskie/APKBUILD b/community/udiskie/APKBUILD index 6c3c72b0e71..7c98ce977d3 100644 --- a/community/udiskie/APKBUILD +++ b/community/udiskie/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Clayton Craft <clayton@craftyguy.net> pkgname=udiskie pkgver=2.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="udisks2 frontend that allows managing removable media from userspace" url="https://github.com/coldfix/udiskie" arch="noarch" @@ -17,7 +17,7 @@ depends=" " makedepends="asciidoc py3-setuptools gettext" checkdepends="py3-pytest" -subpackages="$pkgname-doc $pkgname-zsh-completion $pkgname-lang" +subpackages="$pkgname-doc $pkgname-zsh-completion $pkgname-lang $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/coldfix/udiskie/archive/refs/tags/v$pkgver.tar.gz" options="!check" # tests broken diff --git a/community/ufw/APKBUILD b/community/ufw/APKBUILD index 263d9175b58..ac699651f85 100644 --- a/community/ufw/APKBUILD +++ b/community/ufw/APKBUILD @@ -3,14 +3,14 @@ # Maintainer: Anjandev Momi <anjan@momi.ca> pkgname=ufw pkgver=0.36.1 -pkgrel=3 +pkgrel=4 pkgdesc="Uncomplicated CLI tool managing a netfilter firewall" url="https://launchpad.net/ufw" arch="noarch" license="GPL-3.0-or-later" options="!check" # 3 tests fails depends="iptables ip6tables python3" -subpackages="$pkgname-doc $pkgname-openrc $pkgname-bash-completion:bashcomp:noarch" +subpackages="$pkgname-doc $pkgname-openrc $pkgname-bash-completion:bashcomp:noarch $pkgname-pyc" source="https://launchpad.net/ufw/${pkgver%.*}/$pkgver/+download/ufw-$pkgver.tar.gz $pkgname.initd fix-lib_path.patch diff --git a/community/urlscan/APKBUILD b/community/urlscan/APKBUILD index 6620dbf82e1..cafa458e4c6 100644 --- a/community/urlscan/APKBUILD +++ b/community/urlscan/APKBUILD @@ -3,7 +3,7 @@ pkgname=urlscan _pkgname=urlscan pkgver=0.9.10 -pkgrel=1 +pkgrel=2 pkgdesc="Mutt and terminal url selector (similar to urlview)" options="!check" # No testsuite url="https://github.com/firecat53/urlscan" @@ -11,7 +11,7 @@ arch="noarch" license="GPL-2.0-or-later" depends="python3 py3-urwid" makedepends="py3-setuptools" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" source="https://files.pythonhosted.org/packages/source/u/$_pkgname/$_pkgname-$pkgver.tar.gz" build() { diff --git a/community/vermin/APKBUILD b/community/vermin/APKBUILD index 98a75aabe15..82b8c9f63e4 100644 --- a/community/vermin/APKBUILD +++ b/community/vermin/APKBUILD @@ -1,13 +1,14 @@ # Maintainer: Oliver Smith <ollieparanoid@postmarketos.org> pkgname=vermin pkgver=1.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="Detect the minimum Python versions needed to run code" url="https://github.com/netromdk/vermin" arch="noarch" license="MIT" depends="python3" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/netromdk/vermin/archive/refs/tags/v$pkgver.tar.gz" build() { diff --git a/community/verovio/APKBUILD b/community/verovio/APKBUILD index 5f29e22d01d..58bb5acc03a 100644 --- a/community/verovio/APKBUILD +++ b/community/verovio/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Zach DeCook <zachdecook@librem.one> pkgname=verovio pkgver=3.14.0 -pkgrel=0 +pkgrel=1 _commit=845ab54 pkgdesc="Music notation engraving for MEI with MusicXML and Humdrum support" url="https://www.verovio.org/index.xhtml" @@ -19,6 +19,7 @@ subpackages=" $pkgname-data::noarch $pkgname-libs $pkgname-dev + py3-$pkgname-pyc py3-$pkgname:py3 " source=" diff --git a/community/vint/APKBUILD b/community/vint/APKBUILD index 945539dab71..681d2e5925d 100644 --- a/community/vint/APKBUILD +++ b/community/vint/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Keith Maxwell <keith.maxwell@gmail.com> pkgname=vint pkgver=0.3.21 -pkgrel=5 +pkgrel=6 pkgdesc="Fast and Highly Extensible Vim script Language Lint" url="https://github.com/Vimjas/vint" arch="noarch" @@ -11,6 +11,7 @@ depends="python3 py3-yaml py3-chardet py3-ansicolor" makedepends="py3-setuptools" checkdepends="py3-pytest py3-pytest-cov py3-coverage" # no tests in artifact on PyPI +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/Vimjas/vint/archive/v$pkgver.tar.gz 01-python3-shebang.patch " diff --git a/community/virt-manager/APKBUILD b/community/virt-manager/APKBUILD index f367b11d2e1..2e98079e63f 100644 --- a/community/virt-manager/APKBUILD +++ b/community/virt-manager/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=virt-manager pkgver=4.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="GUI for managing virtual machines" url="https://virt-manager.org/" arch="noarch !s390x !riscv64" # spice-gtk @@ -37,6 +37,7 @@ checkdepends=" subpackages=" $pkgname-doc $pkgname-lang + $pkgname-pyc $pkgname-common virt-install:virt_install $pkgname-bash-completion @@ -89,6 +90,12 @@ virt_install() { "$subpkgdir"/usr/bin/ } +pyc() { + default_pyc + local IFS=$'\n' + amove $(find usr/share/virt-manager/virtManager -type d -name __pycache__) +} + sha512sums=" 725cb5bcbaebaafae417f95deffb4243ccdad769668cba6e1235f4607e2b29dbd099d2a9a3885981158f53ea854dd71cc29ed9d7557b2791161c13d34f2ef883 virt-manager-4.1.0.tar.gz 3106c7d3d91db6c7fa3208a13869c5a84bb636a261939acd3be0a59ce7196dfa6102ec97372d762d8143cef4a1d0ef1c37f4a107c3826c23ff2ed22c6d57f914 fix-latest-libvirt-xml-output.patch diff --git a/community/volume_key/APKBUILD b/community/volume_key/APKBUILD index 9ffac7777a3..f757bffc3d2 100644 --- a/community/volume_key/APKBUILD +++ b/community/volume_key/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=volume_key pkgver=0.3.12 -pkgrel=4 +pkgrel=5 pkgdesc="Library for manipulating storage volume encryption keys" url="https://pagure.io/volume_key" arch="all" license="GPL-2.0-or-later" makedepends="python3-dev cryptsetup-dev glib-dev gpgme-dev nss-dev" checkdepends="nss-tools" -subpackages="$pkgname-dev $pkgname-doc py3-$pkgname:_py3" +subpackages="$pkgname-dev $pkgname-doc py3-$pkgname-pyc py3-$pkgname:_py3" source="https://releases.pagure.org/volume_key/volume_key-$pkgver.tar.xz" build() { diff --git a/community/vpn-slice/APKBUILD b/community/vpn-slice/APKBUILD index a490b74d3c3..0bd67ef3025 100644 --- a/community/vpn-slice/APKBUILD +++ b/community/vpn-slice/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Michał Polański <michal@polanski.me> pkgname=vpn-slice pkgver=0.16.1 -pkgrel=2 +pkgrel=3 pkgdesc="vpnc-script replacement for easy and secure split-tunnel VPN setup" url="https://github.com/dlenski/vpn-slice" license="GPL-3.0-or-later" arch="noarch" depends="python3 py3-dnspython py3-setproctitle" makedepends="py3-gpep517 py3-installer py3-setuptools py3-wheel" +subpackages="$pkgname-pyc" source="https://github.com/dlenski/vpn-slice/archive/v$pkgver/vpn-slice-$pkgver.tar.gz" options="!check" # no test suite diff --git a/community/weechat-matrix/APKBUILD b/community/weechat-matrix/APKBUILD index 6ca2f8fac0b..6cf409402b6 100644 --- a/community/weechat-matrix/APKBUILD +++ b/community/weechat-matrix/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Clayton Craft <clayton@craftyguy.net> pkgname=weechat-matrix pkgver=0.3.0_git20220304 -pkgrel=3 +pkgrel=4 _commit="c2d2a52283f203e47ffd642c2a2845cbf5b7e980" pkgdesc="WeeChat Matrix protocol script" url="https://github.com/poljar/weechat-matrix" @@ -39,6 +39,7 @@ checkdepends=" py3-pytest " install="$pkgname.post-install" +subpackages="$pkgname-pyc" source="$pkgname-$_commit.tar.gz::https://github.com/poljar/weechat-matrix/archive/$_commit.tar.gz poetry-core.patch " diff --git a/community/wiki2beamer/APKBUILD b/community/wiki2beamer/APKBUILD index 00d2d30b468..8c848e65d6b 100644 --- a/community/wiki2beamer/APKBUILD +++ b/community/wiki2beamer/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu> pkgname=wiki2beamer pkgver=0.10.0 -pkgrel=1 +pkgrel=2 pkgdesc="Create latex beamer code from an easy, wiki-like syntax" url="https://github.com/wiki2beamer/wiki2beamer" arch="noarch" @@ -10,6 +10,7 @@ license="GPLv2+" depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest" +subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/wiki2beamer/wiki2beamer/archive/wiki2beamer-v$pkgver/wiki2beamer-$pkgver.tar.gz" prepare() { diff --git a/community/xkcdpass/APKBUILD b/community/xkcdpass/APKBUILD index 3d82285d082..d3d9dbd82b0 100644 --- a/community/xkcdpass/APKBUILD +++ b/community/xkcdpass/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=xkcdpass pkgver=1.19.3 -pkgrel=2 +pkgrel=3 pkgdesc="Generate secure multiword passwords/passphrases" url="https://github.com/redacted/XKCD-password-generator" arch="noarch" license="BSD-3-Clause" depends="py3-xkcdpass" makedepends="python3-dev py3-setuptools" -subpackages="py3-$pkgname:py3" +subpackages="py3-$pkgname-pyc py3-$pkgname:py3" source="https://files.pythonhosted.org/packages/source/x/xkcdpass/xkcdpass-$pkgver.tar.gz python-to-python3.patch" diff --git a/community/xpra/APKBUILD b/community/xpra/APKBUILD index 0f18a2789f3..a6a439f34bc 100644 --- a/community/xpra/APKBUILD +++ b/community/xpra/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=xpra pkgver=4.4.4 -pkgrel=1 +pkgrel=2 pkgdesc="Xpra is 'screen for X' & allows you to run X programs, usually on a remote host over SSH or encrypted tcp" url="https://xpra.org" arch="all" @@ -54,7 +54,7 @@ makedepends=" x264-dev x265-dev " -subpackages="$pkgname-openrc $pkgname-doc $pkgname-tests::noarch" +subpackages="$pkgname-openrc $pkgname-doc $pkgname-tests::noarch $pkgname-pyc" options="!check" source="https://xpra.org/src/xpra-$pkgver.tar.xz" diff --git a/community/yamllint/APKBUILD b/community/yamllint/APKBUILD index f51aa1b700c..d1292bac70c 100644 --- a/community/yamllint/APKBUILD +++ b/community/yamllint/APKBUILD @@ -2,13 +2,14 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=yamllint pkgver=1.30.0 -pkgrel=0 +pkgrel=1 pkgdesc="A linter for YAML files" url="https://github.com/adrienverge/yamllint" arch="noarch" license="GPL-3.0-or-later" depends="python3 py3-pathspec py3-yaml" makedepends="py3-setuptools" +subpackages="$pkgname-pyc" source="https://github.com/adrienverge/yamllint/archive/v$pkgver/yamllint-$pkgver.tar.gz skip-locale-tests.patch" diff --git a/community/you-get/APKBUILD b/community/you-get/APKBUILD index adee968fac1..76ad2b72a48 100644 --- a/community/you-get/APKBUILD +++ b/community/you-get/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: prspkt <prspkt@protonmail.com> pkgname=you-get pkgver=0.4.1620 -pkgrel=1 +pkgrel=2 pkgdesc="Tiny command line utility to download media contents" url="https://you-get.org" arch="noarch" @@ -10,9 +10,11 @@ license="MIT" depends="ca-certificates ffmpeg python3" makedepends="py3-setuptools" subpackages=" + $pkgname-pyc $pkgname-bash-completion $pkgname-fish-completion - $pkgname-zsh-completion" + $pkgname-zsh-completion + " source="https://files.pythonhosted.org/packages/source/y/you-get/you-get-$pkgver.tar.gz" build() { diff --git a/community/zim/APKBUILD b/community/zim/APKBUILD index b350f9ceacf..b0742d5bdd2 100644 --- a/community/zim/APKBUILD +++ b/community/zim/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=zim pkgver=0.75.1 -pkgrel=2 +pkgrel=3 pkgdesc="Desktop wiki editor" url="https://zim-wiki.org/" arch="noarch" @@ -10,7 +10,7 @@ license="GPL-2.0-or-later" depends="python3 py3-gobject3 py3-xdg xdg-utils gtk+3.0" makedepends="desktop-file-utils font-cantarell" checkdepends="adwaita-icon-theme xvfb-run" -subpackages="$pkgname-doc $pkgname-lang" +subpackages="$pkgname-doc $pkgname-lang $pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/zim-desktop-wiki/zim-desktop-wiki/archive/refs/tags/$pkgver.tar.gz" builddir="$srcdir/zim-desktop-wiki-$pkgver" diff --git a/community/zulip-term/APKBUILD b/community/zulip-term/APKBUILD index 8846e757659..e547917f6ce 100644 --- a/community/zulip-term/APKBUILD +++ b/community/zulip-term/APKBUILD @@ -3,7 +3,7 @@ pkgname=zulip-term _pkgname=zulip-terminal pkgver=0.7.0 -pkgrel=1 +pkgrel=2 pkgdesc="official terminal client for Zulip" url="https://github.com/zulip/zulip-terminal" arch="noarch" @@ -11,7 +11,7 @@ license="Apache-2.0" depends="py3-urwid py3-beautifulsoup4 py3-lxml py3-typing-extensions \ py3-dateutil py3-tzlocal py3-urwid_readline py3-zulip" makedepends="py3-setuptools" -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-pyc" options="!check" # legacy dependencies source="$pkgname-$pkgver.tar.gz::https://github.com/zulip/zulip-terminal/archive/$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |