mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 21:51:34 +02:00
27 lines
832 B
Plaintext
27 lines
832 B
Plaintext
# Maintainer: Thomas Liske <thomas@fiasko-nw.net>
|
|
pkgname=py3-pyroute2.protocols
|
|
_pkgname=pyroute2.protocols
|
|
pkgver=0.6.9
|
|
pkgrel=0
|
|
pkgdesc="Python Netlink library: supplementary protocols"
|
|
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="
|
|
684a919382a7fd7fc28a9817f888cc7532730979fc549df7c19bf44dc090a3c085402db41b77415c5dc4a7b0f30cb0687bdfdab49eaa22061623704bf60e2e78 pyroute2.protocols-0.6.9.tar.gz
|
|
"
|