community/py3-wgnlpy: move from testing

This commit is contained in:
Thomas Liske 2020-08-03 14:47:08 +02:00 committed by Rasmus Thomsen
parent 169dedf423
commit 1330e2ada0

View File

@ -2,13 +2,14 @@
pkgname=py3-wgnlpy
_pkgname=wgnlpy
pkgver=0.1.1
pkgrel=0
pkgrel=1
pkgdesc="Python Netlink connector to WireGuard"
url="https://github.com/ArgosyLabs/wgnlpy"
arch="noarch"
license="MIT"
depends="py3-pyroute2 py3-cryptography"
makedepends="py3-setuptools"
install_if="ifstate wireguard-tools-wg" # soft-dependency for ifstate's wireguard support
options="!check" # no tests available
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"