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 bbf40fddbc2..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.5
-pkgrel=0
-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"
-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="
-442dbab57fa785f21053d0edb0cfcc78f89d79b12d7604bc606ea11b362965f545c1e6ea33c48940f2d428a945093041e832d790d6d9c3e8682e2101187bee00 pyroute2.nftables-0.6.5.tar.gz
-"