aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pyroute2.core/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-pyroute2.core/APKBUILD')
-rw-r--r--community/py3-pyroute2.core/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/py3-pyroute2.core/APKBUILD b/community/py3-pyroute2.core/APKBUILD
deleted file mode 100644
index 5bd299744cb..00000000000
--- a/community/py3-pyroute2.core/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: Thomas Liske <thomas@fiasko-nw.net>
-pkgname=py3-pyroute2.core
-_pkgname=pyroute2.core
-pkgver=0.6.4
-pkgrel=0
-pkgdesc="Python Netlink library: core"
-url="https://github.com/svinota/pyroute2"
-arch="noarch"
-license="GPL-2.0-or-later OR Apache-2.0"
-makedepends="py3-setuptools"
-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="
-7b6b4abb5609771a3a114eede905b391134cad998fb15eb4c21ef912a5f255aebbf8ab71542c11dbeca94cce242ac1c432fc39a381176cc10768914a55be393a pyroute2.core-0.6.4.tar.gz
-"