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