From 1330e2ada077bf7d513dff4d463560aab9b989a3 Mon Sep 17 00:00:00 2001 From: Thomas Liske Date: Mon, 3 Aug 2020 14:47:08 +0200 Subject: [PATCH] community/py3-wgnlpy: move from testing --- {testing => community}/py3-wgnlpy/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename {testing => community}/py3-wgnlpy/APKBUILD (88%) diff --git a/testing/py3-wgnlpy/APKBUILD b/community/py3-wgnlpy/APKBUILD similarity index 88% rename from testing/py3-wgnlpy/APKBUILD rename to community/py3-wgnlpy/APKBUILD index 50a1d81cac9..354a965e192 100644 --- a/testing/py3-wgnlpy/APKBUILD +++ b/community/py3-wgnlpy/APKBUILD @@ -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"