Skip to content
Snippets Groups Projects
Commit 79553657 authored by Patrycja Rosa's avatar Patrycja Rosa :cat: Committed by alice
Browse files

community/[a-f]*: split -pyc

parent d785823a
No related branches found
No related tags found
1 merge request!46302community/[a-f]*: split -pyc
Pipeline #161304 skipped
Showing
with 48 additions and 30 deletions
......@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=accerciser
pkgver=3.40.0
pkgrel=1
pkgrel=2
pkgdesc="Interactive Python accessibility explorer"
url="https://wiki.gnome.org/Apps/Accerciser"
arch="noarch"
......@@ -28,7 +28,7 @@ makedepends="
yelp-tools
"
options="!check" # no tests
subpackages="$pkgname-lang $pkgname-doc"
subpackages="$pkgname-lang $pkgname-doc $pkgname-pyc"
source="https://gitlab.gnome.org/GNOME/accerciser/-/archive/$pkgver/accerciser-$pkgver.tar.gz"
prepare() {
......
......@@ -2,7 +2,7 @@
# Maintainer: Sean McAvoy <seanmcavoy@gmail.com>
pkgname=ansible-core
pkgver=2.14.4
pkgrel=0
pkgrel=1
pkgdesc="core components of ansible: A configuration-management, deployment, task-execution, and multinode orchestration framework"
url="https://ansible.com"
options="!check" # for now
......@@ -18,7 +18,7 @@ depends="
python3
"
makedepends="py3-setuptools"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-pyc"
source="https://pypi.python.org/packages/source/a/ansible-core/ansible-core-$pkgver.tar.gz
resolvelib.patch
"
......
......@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=ansible-lint
pkgver=6.14.6
pkgrel=0
pkgrel=1
pkgdesc="check ansible playbooks"
url="https://github.com/ansible/ansible-lint"
arch="noarch"
......@@ -38,6 +38,7 @@ checkdepends="
py3-pytest-xdist
yamllint
"
subpackages="$pkgname-pyc"
source="ansible-lint-$pkgver.tar.gz::https://github.com/ansible-community/ansible-lint/archive/refs/tags/v$pkgver/ansible-lint-v$pkgver.tar.gz"
provides="py3-ansible-lint=$pkgver-r$pkgrel" # for backward compatibility
replaces="py3-ansible-lint" # for backward compatibility
......
......@@ -4,7 +4,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=ansible
pkgver=7.4.0
pkgrel=0
pkgrel=1
pkgdesc="core components for Ansible"
url="https://ansible.com/"
options="!check" # TODO: enable tests
......@@ -16,6 +16,7 @@ makedepends="
py3-setuptools
py3-wheel
"
subpackages="$pkgname-pyc"
source="https://pypi.python.org/packages/source/a/ansible/ansible-$pkgver.tar.gz"
# secfixes:
......
......@@ -2,7 +2,7 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=apenwarr-redo
pkgver=0.42d
pkgrel=1
pkgrel=2
pkgdesc="Smaller, easier, more powerful, and more reliable than make"
url="https://redo.readthedocs.io/en/latest/"
arch="noarch"
......@@ -10,7 +10,7 @@ license="Apache-2.0"
depends="python3"
makedepends="perl py3-beautifulsoup4 py3-markdown"
checkdepends="cpio"
subpackages="$pkgname-bash-completion $pkgname-doc"
subpackages="$pkgname-bash-completion $pkgname-doc $pkgname-pyc"
source="https://github.com/apenwarr/redo/archive/redo-$pkgver.tar.gz
fix-env-python.patch
"
......@@ -50,6 +50,14 @@ cleanup_srcdir() {
default_cleanup_srcdir
}
pyc() {
default_pyc
amove \
usr/lib/redo/__pycache__ \
usr/lib/redo/version/__pycache__
}
sha512sums="
2749a1a1046f8edd63c4b4e2b0f4d95988dfcf8c776b264007914e583fc21ff51447be34ffc2c136c343ace8c38147d6a43c0c0dd01a681b6283a38d5d8f3fb7 redo-0.42d.tar.gz
7d8be0b94999c54d6d1d47300189c4979294cf3d9ddd30f2f3c95b12f16e7dc180ad7c518bcf1dd91f3ddace8e769880ac30bf659f4c9973872cb75bc15d89c7 fix-env-python.patch
......
......@@ -2,7 +2,7 @@
# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
pkgname=arandr
pkgver=0.1.11
pkgrel=0
pkgrel=1
pkgdesc="ARandR provides a simple visual front end for XRandR"
options="!check" # No testsuite
url="http://christian.amsuess.com/tools/arandr/"
......@@ -21,6 +21,7 @@ makedepends="
subpackages="
$pkgname-doc
$pkgname-lang
$pkgname-pyc
"
source="
http://christian.amsuess.com/tools/arandr/files/$pkgname-$pkgver.tar.gz
......
......@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=asciinema
pkgver=2.2.0
pkgrel=2
pkgrel=3
pkgdesc="Command line recorder for the asciinema.org service"
url="https://github.com/asciinema/asciinema"
arch="all"
......@@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
depends="python3 ncurses"
makedepends="py3-setuptools py3-wheel py3-gpep517 py3-installer"
checkdepends="py3-pytest"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/asciinema/asciinema/archive/v$pkgver.tar.gz"
build() {
......
......@@ -2,14 +2,14 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=awake
pkgver=1.0
pkgrel=8
pkgrel=9
pkgdesc="python command and library to 'wake on lan' a remote host"
url="https://github.com/cyraxjoe/awake"
arch="noarch"
license="GPL-3.0"
depends="py3-awake"
makedepends="python3-dev"
subpackages="py3-$pkgname:py3 $pkgname-doc"
subpackages="py3-$pkgname-pyc py3-$pkgname:py3 $pkgname-doc"
source="https://files.pythonhosted.org/packages/source/a/awake/awake-$pkgver.tar.gz"
build() {
......
......@@ -2,7 +2,7 @@
# Maintainer: psykose <alice@ayaya.dev>
pkgname=aws-cli
pkgver=2.11.14
pkgrel=0
pkgrel=1
pkgdesc="Universal Command Line Interface for Amazon Web Services (v2)"
url="https://github.com/aws/aws-cli"
# s390x: py3-awscrt doesn't support big-endian
......@@ -37,6 +37,7 @@ checkdepends="
"
subpackages="
$pkgname-doc
$pkgname-pyc
$pkgname-zsh-completion:zshcomp
$pkgname-bash-completion:bashcomp
"
......
......@@ -2,7 +2,7 @@
# Maintainer: Michael Jeanson <mjeanson@efficios.com>
pkgname=babeltrace
pkgver=2.0.4
pkgrel=3
pkgrel=4
pkgdesc="Trace converter and read/write library"
url="https://www.efficios.com/babeltrace"
arch="all"
......@@ -10,7 +10,7 @@ license="MIT"
depends_dev="glib-dev"
makedepends="$depends_dev python3-dev swig"
checkdepends="bash grep" # test cases use both Bash and grep tools
subpackages="$pkgname-dev $pkgname-doc py3-babeltrace:py3bindings"
subpackages="$pkgname-dev $pkgname-doc py3-$pkgname-pyc py3-babeltrace:py3bindings"
source="https://www.efficios.com/files/babeltrace/babeltrace2-$pkgver.tar.bz2
gcc12.patch
"
......
......@@ -2,7 +2,7 @@
# Maintainer: Adam Jensen <adam@acj.sh>
pkgname=bcc
pkgver=0.27.0
pkgrel=1
pkgrel=2
pkgdesc="A toolkit for creating efficient kernel tracing and manipulation programs"
url="https://github.com/iovisor/bcc/"
# s390x build fails
......@@ -30,6 +30,7 @@ subpackages="
$pkgname-dev
$pkgname-doc
$pkgname-tools
py3-$pkgname-pyc
py3-$pkgname:_py:noarch
"
source="$pkgname-$pkgver.tar.gz::https://github.com/iovisor/bcc/archive/v$pkgver.tar.gz"
......
......@@ -2,7 +2,7 @@
# Maintainer: Keith Maxwell <keith.maxwell@gmail.com>
pkgname=beancount
pkgver=2.3.5
pkgrel=5
pkgrel=6
pkgdesc="Double-Entry Accounting from Text Files"
url="https://beancount.github.io/"
arch="all !ppc64le" # limited by py3-grpcio
......@@ -11,6 +11,7 @@ depends="python3 py3-dateutil py3-ply py3-bottle py3-lxml py3-magic
py3-beautifulsoup4 py3-requests py3-chardet py3-pytest
py3-google-api-python-client"
makedepends="python3-dev py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver-meow.tar.gz::https://github.com/beancount/beancount/archive/$pkgver.tar.gz"
options="!check"
......
......@@ -3,13 +3,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=beets
pkgver=1.6.0
pkgrel=4
pkgrel=5
pkgdesc="Music library manager and MusicBrainz tagger"
options="!check" # Requires unpackaged dependencies
url="https://beets.io"
arch="noarch"
license="MIT"
subpackages="$pkgname-doc $pkgname-zsh-completion"
subpackages="$pkgname-doc $pkgname-zsh-completion $pkgname-pyc"
depends="
py3-confuse
py3-jellyfish
......
......@@ -2,7 +2,7 @@
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=black
pkgver=23.3.0
pkgrel=0
pkgrel=1
pkgdesc="The uncompromising Python code formatter"
url="https://github.com/psf/black"
license="MIT"
......@@ -11,6 +11,7 @@ depends="python3 py3-click py3-mypy-extensions py3-packaging py3-pathspec py3-pl
makedepends="bash py3-gpep517 py3-hatchling py3-hatch-vcs py3-wheel"
checkdepends="py3-pytest py3-parameterized py3-aiohttp"
subpackages="
$pkgname-pyc
$pkgname-bash-completion
$pkgname-fish-completion
$pkgname-zsh-completion
......
......@@ -2,7 +2,7 @@
# Maintainer: knuxify <knuxify@gmail.com>
pkgname=blueman
pkgver=2.3.5
pkgrel=1
pkgrel=2
pkgdesc="GTK+ Bluetooth Manager"
url="https://github.com/blueman-project/blueman"
arch="all"
......@@ -18,7 +18,7 @@ makedepends="
py3-gobject3-dev
"
checkdepends="networkmanager libpulse-mainloop-glib"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-pyc"
source="https://github.com/blueman-project/blueman/releases/download/$pkgver/blueman-$pkgver.tar.xz
dont-rerun-plugin-tests.patch"
......
......@@ -2,7 +2,7 @@
# Maintainer: Newbyte <newbie13xd@gmail.com>
pkgname=blueprint-compiler
pkgver=0.6.0
pkgrel=1
pkgrel=2
pkgdesc="Markup language for GTK user interfaces"
url="https://jwestman.pages.gitlab.gnome.org/blueprint-compiler"
arch="noarch !s390x"
......@@ -16,7 +16,7 @@ depends="
makedepends="meson"
checkdepends="gtk4.0-dev"
depends_dev="blueprint-compiler"
subpackages="$pkgname-dev"
subpackages="$pkgname-dev $pkgname-pyc"
source="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v$pkgver/blueprint-compiler-v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-v$pkgver"
......
......@@ -2,7 +2,7 @@
# Maintainer: Andy Hawkins <andy@gently.org.uk>
pkgname=borg-space
pkgver=1.0
pkgrel=0
pkgrel=1
pkgdesc="Report and track the size of your Borg repositories"
url="https://pypi.org/project/borg-space/"
license="GPL-3.0-or-later"
......@@ -25,6 +25,7 @@ makedepends="
py3-gpep517
py3-installer
"
subpackages="$pkgname-pyc"
source="https://github.com/KenKundert/borg-space/archive/v$pkgver/borg-space-$pkgver.tar.gz"
options="!check" # no test suite
......
......@@ -4,7 +4,7 @@
pkgname=borgbackup
_pkgname=borg
pkgver=1.2.4
pkgrel=3
pkgrel=4
pkgdesc="Deduplicating backup program"
url="https://www.borgbackup.org/"
# armhf: Bus error in tests
......@@ -34,6 +34,7 @@ checkdepends="
py3-pytest-benchmark
"
subpackages="
$pkgname-pyc
$pkgname-doc
$pkgname-bash-completion
$pkgname-fish-completion
......
......@@ -2,7 +2,7 @@
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=borgmatic
pkgver=1.7.12
pkgrel=1
pkgrel=2
pkgdesc="Simple, configuration-driven backup software for servers and workstations"
url="https://torsion.org/borgmatic/"
license="GPL-3.0-or-later"
......@@ -28,7 +28,7 @@ checkdepends="
py3-pytest-cov
py3-flexmock
"
subpackages="$pkgname-bash-completion"
subpackages="$pkgname-bash-completion $pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://projects.torsion.org/borgmatic-collective/borgmatic/archive/$pkgver.tar.gz
fix-postgresql-hook.patch
python3.patch
......
# Maintainer: Pedro Filipe <xpecex@outlook.com>
pkgname=breezy
pkgver=3.3.1
pkgrel=1
pkgrel=2
pkgdesc="Decentralized revision control system"
url="https://www.breezy-vcs.org/"
arch="all"
......@@ -18,6 +18,7 @@ makedepends="
"
checkdepends="py3-subunit py3-testtools"
options="!check" # Requires unittest2
subpackages="$pkgname-pyc"
source="https://launchpad.net/brz/${pkgver%.*}/$pkgver/+download/breezy-$pkgver.tar.gz"
case "$CARCH" in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment