aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pyroute2.ndb/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-pyroute2.ndb/APKBUILD')
-rw-r--r--community/py3-pyroute2.ndb/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/py3-pyroute2.ndb/APKBUILD b/community/py3-pyroute2.ndb/APKBUILD
deleted file mode 100644
index 2bd54ccd34b..00000000000
--- a/community/py3-pyroute2.ndb/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer: Thomas Liske <thomas@fiasko-nw.net>
-pkgname=py3-pyroute2.ndb
-_pkgname=pyroute2.ndb
-pkgver=0.6.5
-pkgrel=0
-pkgdesc="Python Netlink library: NDB 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 py3-pyroute2.nslink"
-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"
-
- # do not ship cli scripts for now
- rm -rf "${pkgdir}/usr/bin"
-}
-
-sha512sums="
-7f2431bb6c0643bc83e8163fcc41ea3b5e824f28d61993c115a091ccd7ac9836ad5c3fdcbebc9aeadf5abf78a91fcb64f70c07a4cc370bdb7fb2ca05ae385b20 pyroute2.ndb-0.6.5.tar.gz
-"