*/*: remove duplicate variables

This commit is contained in:
Sertonix 2023-12-18 14:28:06 +01:00 committed by Natanael Copa
parent 2b8e9aa4cf
commit 8461b76cd7
43 changed files with 5 additions and 51 deletions

View File

@ -9,11 +9,10 @@ license="MIT"
pkgusers="$pkgname"
depends="bird"
makedepends="go ronn"
options="net"
source="https://github.com/czerwonk/bird_exporter/archive/$pkgver/bird_exporter-$pkgver.tar.gz
bird_exporter.initd
"
options="!check" # no checks available
options="!check net" # no checks available
install="bird_exporter.pre-install"
subpackages="$pkgname-openrc $pkgname-doc"

View File

@ -10,7 +10,6 @@ arch="all !s390x !ppc64le !riscv64"
license="MIT OR Apache-2.0"
makedepends="cargo libgit2-dev openssl-dev>3 cargo-auditable"
subpackages="$pkgname-doc"
options="net"
source="$pkgname-$pkgver.tar.gz::https://github.com/RustSec/cargo-audit/archive/cargo-audit/v$pkgver.tar.gz"
builddir="$srcdir/rustsec-$pkgname-v$pkgver/$pkgname"
options="net !check" # requires running binaries prebuilt against glibc as part of the tests and fails

View File

@ -4,7 +4,6 @@ pkgname=cni-plugin-flannel
pkgver=1.1.2
pkgrel=6
pkgdesc="networking plugin, designed to work with flannel network fabric"
options="!check"
url="https://github.com/flannel-io/cni-plugin/"
arch="all"
license="Apache-2.0"

View File

@ -9,7 +9,6 @@ pkgdesc="girara - gtk user interface that focuses on simplicity and minimalism"
url="https://git.pwmt.org/pwmt/girara"
arch="all"
license="Zlib"
checkdepends="dbus"
makedepends="
check-dev
doxygen

View File

@ -9,7 +9,6 @@ pkgdesc="Self-hosted Git service written in Go"
url="https://about.gitea.com"
arch="all"
license="MIT"
options="net"
depends="git git-lfs gnupg"
makedepends="go"
checkdepends="bash openssh openssh-keygen sqlite tzdata"
@ -22,7 +21,7 @@ source="$pkgname-$pkgver.tar.gz::https://dl.gitea.com/gitea/$pkgver/gitea-src-$p
$pkgname.ini
"
builddir="$srcdir/gitea-src-$pkgver"
options="!check" # broken with GIT_CEILING
options="!check net" # broken with GIT_CEILING
# secfixes:
# 1.17.3-r0:

View File

@ -7,7 +7,6 @@ pkgdesc="Virtualization made simple"
url="https://wiki.gnome.org/Apps/Boxes"
arch="all"
license="GPL-2.0-only"
depends="libvirt-daemon"
makedepends="
desktop-file-utils
freerdp-dev

View File

@ -10,7 +10,6 @@ pkgdesc="Terminal support components for Maui applications"
url="https://mauikit.org/"
# armhf blocked by mauikit -> qt5-qtdeclarative
arch="all !armhf"
url="https://mauikit.org/"
license="GPL-2.0-or-later"
depends="kirigami2"
depends_dev="

View File

@ -11,7 +11,6 @@ depends="python3"
makedepends="py3-setuptools py3-pbr"
checkdepends="py3-pytest py3-pytest-cov py3-mock"
subpackages="$pkgname-doc $pkgname-pyc"
subpackages="$pkgname-doc $pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/getpatchwork/pwclient/archive/$pkgver.tar.gz"
build() {

View File

@ -18,7 +18,6 @@ checkdepends="
"
subpackages="$pkgname-pyc"
#source="https://pypi.python.org/packages/source/a/adapt-parser/adapt-parser-$pkgver.tar.gz
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/MycroftAI/adapt/archive/refs/tags/release/v$pkgver.tar.gz"
builddir="$srcdir/adapt-release-v$pkgver"

View File

@ -15,7 +15,6 @@ source="https://files.pythonhosted.org/packages/source/c/colour/colour-$pkgver.t
remove-d2to1.patch"
builddir="$srcdir/colour-$pkgver"
replaces="py-colour" # Backwards compatibility
replaces="py-colour=$pkgver-r$pkgrel" # Backwards compatibility
build() {

View File

@ -7,7 +7,6 @@ pkgdesc="A library for distributed computation"
url="https://distributed.dask.org/"
arch="noarch"
license="BSD-3-Clause"
depends="python3"
depends="
py3-click
py3-cloudpickle

View File

@ -21,7 +21,6 @@ checkdepends="
py3-pytest
py3-pytest-django
"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/d/django-guardian/django-guardian-$pkgver.tar.gz"
builddir="$srcdir"/$_pyname-$pkgver
subpackages="$pkgname-pyc"

View File

@ -18,7 +18,6 @@ checkdepends="
"
subpackages="$pkgname-pyc"
#source="https://pypi.python.org/packages/source/h/html2markdown/html2markdown-$pkgver.tar.gz"
subpackages="$pkgname-pyc"
source="https://github.com/dlon/html2markdown/archive/v$pkgver/html2markdown-v$pkgver.tar.gz"
builddir="$srcdir/html2markdown-$pkgver"

View File

@ -7,7 +7,6 @@ pkgdesc="Common utilities for Synapse, Sydent and Sygnal"
url="https://github.com/matrix-org/matrix-python-common"
arch="noarch"
license="Apache-2.0"
depends="python3"
depends="python3 py3-attrs"
makedepends="
py3-gpep517

View File

@ -31,7 +31,6 @@ source="https://pypi.python.org/packages/source/p/portalocker/portalocker-$pkgve
# Tests requires deprecated Python package pytest-flakes and pytest-pep8
options="!check"
builddir="$srcdir/portalocker-$pkgver"
subpackages="$pkgname-pyc"
build() {
gpep517 build-wheel \

View File

@ -8,7 +8,6 @@ pkgdesc="immutable Python3 URL class for easy URL-building and manipulation"
url="https://github.com/codeinthehole/purl"
arch="noarch"
license="MIT"
depends="py3-six"
# Tests are not included in the tarball
options="!check"
depends="python3"

View File

@ -8,7 +8,6 @@ url="https://github.com/Nitrokey/pynitrokey"
# s390x, ppc64le and riscv64 blocked by py3-spsdk and py3-nrfutil
arch="noarch !s390x !ppc64le !riscv64"
license="Apache-2.0 AND MIT"
depends="python3"
# libnitrokey is purely pulled in for the udev rules
depends="
libnitrokey

View File

@ -8,7 +8,6 @@ _pyname=ruamel.yaml
pkgver=0.17.28
pkgrel=0
pkgdesc="Python YAML parser/emitter"
options="!check" # tests are not included in the latest artifact on PyPI
url="https://sourceforge.net/projects/ruamel-yaml/"
arch="noarch"
license="MIT"
@ -24,7 +23,7 @@ checkdepends="py3-pytest py3-ruamel.std.pathlib"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/r/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"
options="!check" # pypy no tests
options="!check" # tests are not included in the latest artifact on PyPI
build() {
gpep517 build-wheel \

View File

@ -12,8 +12,6 @@ depends="py3-asn1 py3-asn1-modules py3-attrs py3-cryptography"
makedepends="py3-gpep517 py3-hatchling py3-hatch-vcs"
checkdepends="py3-idna py3-openssl py3-pytest-runner"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/s/$_pkgname/$_pkgname-$pkgver.tar.gz"
subpackages="$pkgname-pyc"
source="https://github.com/pyca/service-identity/archive/$pkgver/$pkgname-$pkgver.tar.gz
remove-fancy-pypi-readme.patch
"

View File

@ -6,7 +6,6 @@ _pkgname=websockets
pkgver=12.0
pkgrel=0
pkgdesc="An implementation of the WebSocket Protocol (RFC 6455)"
options="net"
url="https://websockets.readthedocs.io/"
arch="all"
license="BSD-3-Clause"

View File

@ -7,7 +7,6 @@ pkgdesc="A platform for building proxies to bypass network restrictions"
url="https://v2fly.org"
arch="all"
license="MIT"
options="chmod-clean"
makedepends="go"
subpackages="$pkgname-openrc"
_geosite_ver=20231128180936

View File

@ -11,7 +11,6 @@ url="https://wezfurlong.org/wezterm/"
# armv7 armhf x86 limited by 32-bit incompatibility
arch="x86_64 aarch64"
license="MIT"
options="net"
# See remove-bundled-fonts.patch for more info about fonts.
_depends_fonts="
font-jetbrains-mono-vf

View File

@ -16,7 +16,6 @@ _pigeonholever=0.5.19
pkgdesc="IMAP and POP3 server"
url="https://www.dovecot.org/"
arch="all"
options="libtool"
license="MIT AND LGPL-2.1-or-later"
depends="openssl>3"
pkgusers="dovecot dovenull"

View File

@ -9,7 +9,6 @@ license="LGPL-2.0-or-later"
depends="$pkgname-efistub=$pkgver-r$pkgrel"
makedepends="util-linux-dev gnu-efi-dev autoconf automake docbook-xsl libxslt"
subpackages="$pkgname-doc $pkgname-efistub"
options="!check" # No tests
#source="https://cgit.freedesktop.org/gummiboot/snapshot/gummiboot-$pkgver.tar.gz"
source="https://dev.alpinelinux.org/archive/gummiboot/gummiboot-$pkgver.tar.gz
gummiboot-aarch64-support.patch

View File

@ -3,7 +3,6 @@ pkgname=iputils
pkgver=20221126
pkgrel=2
pkgdesc="IP Configuration Utilities"
options="!check suid"
url="https://github.com/iputils/iputils/"
arch="all"
license="BSD-3-Clause AND GPL-2.0-or-later"

View File

@ -8,7 +8,6 @@ pkgdesc="Lua module to control other programs via PTYs"
url="https://www.tset.de/lpty/"
arch="all"
license="MIT"
source="http://www.tset.de/downloads/$_pkgname-$pkgver-$_rockver.tar.gz"
source=$pkgname-$pkgver.tar.gz::https://codeberg.org/gnarz/lpty/archive/version_$pkgver.tar.gz
builddir="$srcdir/lpty"
options="!check"

View File

@ -13,7 +13,6 @@ checkdepends="perl"
install="$pkgname-apropos.post-deinstall"
triggers="$pkgname-apropos.trigger=/usr/share/man/*"
replaces="mdocml"
provides="mdocml=$pkgver-r$pkgrel"
subpackages="$pkgname-doc $pkgname-dev $pkgname-apropos $pkgname-soelim"
source="https://mandoc.bsd.lv/snapshots/mandoc-$pkgver.tar.gz
dynamic-tagfile-support.patch
@ -22,7 +21,7 @@ source="https://mandoc.bsd.lv/snapshots/mandoc-$pkgver.tar.gz
"
# higher than community/man-db for this
provides="doc-provider"
provides="doc-provider mdocml=$pkgver-r$pkgrel"
provider_priority=100
prepare() {

View File

@ -7,7 +7,6 @@ pkgdesc="Next Generation IRC Daemon"
url="https://ngircd.barton.de/"
arch="all"
license="GPL-2.0-or-later"
options="!check"
makedepends="openssl-dev>3 zlib-dev linux-pam-dev"
subpackages="$pkgname-doc $pkgname-openrc"
install="$pkgname.pre-install"

View File

@ -7,8 +7,6 @@ _langpack=20230225
pkgdesc="Full-featured Web proxy cache server"
url="http://www.squid-cache.org/"
install="squid.pre-install squid.pre-upgrade"
pkgusers="squid"
pkggroups="squid"
arch="all"
license="GPL-2.0-or-later"
depends="logrotate"

View File

@ -4,8 +4,6 @@ pkgname=tinyproxy
pkgver=1.11.1
pkgrel=3
pkgdesc="Lightweight HTTP proxy"
pkgusers="tinyproxy"
pkggroups="tinyproxy"
url="https://tinyproxy.github.io/"
arch="all"
license="GPL-2.0-or-later"

View File

@ -10,7 +10,6 @@ license="GPL-3.0-or-later"
options="!check" # not test available
makedepends="cmake bctoolbox-dev belr-dev samurai"
subpackages="$pkgname-dev $pkgname-libs"
source="https://www.linphone.org/releases/sources/belcard/belcard-$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.bz2::https://gitlab.linphone.org/BC/public/belcard/-/archive/$pkgver/belcard-$pkgver.tar.bz2"
build() {

View File

@ -7,11 +7,10 @@ pkgdesc="DNS proxy as ad-blocker for local network"
url="https://github.com/0xERR0R/blocky"
license="Apache-2.0"
arch="all"
options="net"
makedepends="go"
source="$pkgname-$pkgver.tar.gz::https://github.com/0xERR0R/blocky/archive/v$pkgver.tar.gz"
# fail with new go for some reason, even with tzdata/goroot
options="!check"
options="!check net"
export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"

View File

@ -4,7 +4,6 @@ pkgname=etcd
pkgver=3.5.11
pkgrel=0
pkgdesc="A highly-available key value store for shared configuration and service discovery"
options="chmod-clean"
url="https://github.com/etcd-io/etcd"
license="Apache-2.0"
arch="all"

View File

@ -2,7 +2,6 @@
# Contributor: Miles Alan <m@milesalan.com>
pkgname=fbp
pkgver=0.5
pkgrel=0
pkgrel=1
arch="aarch64 x86_64" # Limited by zig aport
url="https://git.sr.ht/~mil/fbp"

View File

@ -8,7 +8,6 @@ url="https://github.com/daniestevez/gr-satellites"
# gnuradio
arch="aarch64 armv7 x86_64"
license="GPL-3.0-or-later"
subpackages="$pkgname-doc"
depends="python3 py3-requests py3-construct"
makedepends="
cmake

View File

@ -6,7 +6,6 @@ pkgver=1.0.2
pkgrel=0
pkgdesc="System Settings application for Lomiri"
url="https://gitlab.com/ubports/development/core/lomiri-system-settings"
arch="all !armhf"
# armhf: blocked by lomiri-ui-toolkit
# s390x, riscv64, ppc64le: blocked by ayatana-indicator-datetime
arch="all !armhf !s390x !riscv64 !ppc64le"

View File

@ -12,7 +12,6 @@ makedepends="luarocks"
source="$pkgname-$pkgver.tar.gz::https://github.com/leafo/$_rockname/archive/v$pkgver.tar.gz
fix_lua_ver.patch"
builddir="$srcdir/$_rockname-$pkgver"
options="!check"
depends="lua-lapis"
options="!check" #There are no checks

View File

@ -8,7 +8,6 @@ url="https://github.com/kubernetes/minikube"
license="Apache-2.0"
arch="all !s390x !riscv64" # blocked by libvirt
arch="$arch !x86 !armhf !armv7 !ppc64le !aarch64" # FTBFS (kvm2 driver)
options="chmod-clean"
makedepends="go bash libvirt-dev"
subpackages="
$pkgname-bash-completion

View File

@ -15,7 +15,6 @@ depends="py3-babel py3-blinker py3-doit py3-dateutil py3-docutils py3-logbook
py3-pygments py3-pyphen py3-pyrss2gen py3-requests py3-unidecode py3-yapsy
"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/N/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir"/$_pyname-$pkgver

View File

@ -14,7 +14,6 @@ subpackages="$pkgname-pyc"
source="$_pkgname-$pkgver.tar.gz::https://github.com/ryan-roemer/sphinx-bootstrap-theme/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
replaces="py-sphinx-theme-bootstrap" # Backwards compatibility
replaces="py-sphinx-theme-bootstrap=$pkgver-r$pkgrel" # Backwards compatibility
build() {

View File

@ -9,7 +9,6 @@ arch="all"
license="GPL-2.0"
makedepends="cmake gettext glib-dev gtk+3.0-dev libconfig-dev libsecret-dev libsoup-dev
meson ninja openssl-dev>3 py3-sphinx"
subpackages="$pkgname-doc $pkgname-lang"
subpackages="$pkgname-lang"
source="$pkgname-$pkgver.tar.gz::https://github.com/SrainApp/srain/archive/$pkgver.tar.gz"

View File

@ -18,7 +18,6 @@ subpackages="
$pkgname-doc
$pkgname-examples
"
builddir="$srcdir/apache-tomcat-$pkgver-src/"
source="
https://archive.apache.org/dist/tomcat/tomcat-9/v$pkgver/bin/apache-tomcat-$pkgver.tar.gz

View File

@ -6,7 +6,6 @@ pkgdesc="Modem management daemon for Qualcomm platforms"
url="https://git.abscue.de/obp/wroomd"
arch="all"
license="GPL-3.0-or-later"
pkggroups="wroomd"
makedepends="
cargo
cargo-auditable