aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pyroute2.ipdb/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-pyroute2.ipdb/APKBUILD')
-rw-r--r--community/py3-pyroute2.ipdb/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/py3-pyroute2.ipdb/APKBUILD b/community/py3-pyroute2.ipdb/APKBUILD
deleted file mode 100644
index 5353f1592c8..00000000000
--- a/community/py3-pyroute2.ipdb/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Thomas Liske <thomas@fiasko-nw.net>
-pkgname=py3-pyroute2.ipdb
-_pkgname=pyroute2.ipdb
-pkgver=0.6.4
-pkgrel=1
-pkgdesc="Python Netlink library: IPDB module"
-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="
-0d204f041dd0f25dcbcdef093d83d8bc7673cedd0b1cc9d7786be30080e7168f2ee45e5f041f762ec0d62ef347a4e23ef2126bbf54a15588dfac255ce621c353 pyroute2.ipdb-0.6.4.tar.gz
-"