aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pyroute2.ipset/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-pyroute2.ipset/APKBUILD')
-rw-r--r--community/py3-pyroute2.ipset/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/py3-pyroute2.ipset/APKBUILD b/community/py3-pyroute2.ipset/APKBUILD
deleted file mode 100644
index a7ecbb40592..00000000000
--- a/community/py3-pyroute2.ipset/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: Thomas Liske <thomas@fiasko-nw.net>
-pkgname=py3-pyroute2.ipset
-_pkgname=pyroute2.ipset
-pkgver=0.6.4
-pkgrel=1
-pkgdesc="Python Netlink library: ipset"
-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
- 001-ipset-content.patch"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="
-eaefb875b33923ffec933028cb6d498c032f85e80f4e27487f4cb8b4cdeb38747f214c0bc3f122bf9ddcb142079f7768229e0358d01ae3fa428c903250712a1e pyroute2.ipset-0.6.4.tar.gz
-4d975d85e543e596cf409dec6db3c0f9f0a48f7c8b1a1fa23e030c6b51ee7a619693ec6288e1c97da16d8a70ab633443a9842a90d6ac6b91853734f3ccadb2b9 001-ipset-content.patch
-"