aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pyroute2.nftables/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-pyroute2.nftables/APKBUILD')
-rw-r--r--community/py3-pyroute2.nftables/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/py3-pyroute2.nftables/APKBUILD b/community/py3-pyroute2.nftables/APKBUILD
deleted file mode 100644
index 4bb287a7cfc..00000000000
--- a/community/py3-pyroute2.nftables/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Thomas Liske <thomas@fiasko-nw.net>
-pkgname=py3-pyroute2.nftables
-_pkgname=pyroute2.nftables
-pkgver=0.6.4
-pkgrel=1
-pkgdesc="Python Netlink library: nftables"
-url="https://github.com/svinota/pyroute2"
-arch="noarch"
-license="GPL-2.0-or-later OR Apache-2.0"
-makedepends="py3-setuptools"
-depends="py3-pyroute2.core>=$pkgver"
-options="!check" # not supported for pr2modules namespace
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="
-21a1bccb989f166e3465584406c056c31d53734b1c729cec40d900a42eb4ac3581b0be250c40ff7801145bce242b4972d109f200ca86d474cb55fedc9ee395cf pyroute2.nftables-0.6.4.tar.gz
-"