diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-port-for/APKBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/py3-port-for/APKBUILD b/testing/py3-port-for/APKBUILD deleted file mode 100644 index 3eff3c0ff7..0000000000 --- a/testing/py3-port-for/APKBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Contributor: prspkt <prspkt@protonmail.com> -# Maintainer: prspkt <prspkt@protonmail.com> -pkgname=py3-port-for -_pkgname=port-for -pkgver=0.4 -pkgrel=0 -pkgdesc="Utility and library that helps with local TCP ports management" -url="https://github.com/kmike/port-for" -arch="noarch" -license="MIT" -depends="python3" -makedepends="py3-setuptools" -checkdepends="py3-tox" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" -builddir="$srcdir/$_pkgname-$pkgver" - -build() { - cd "$builddir" - python3 setup.py build -} - -check() { - cd "$builddir" - tox -e py3 -} - -package() { - cd "$builddir" - python3 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums="476b7273d868c84d7a0a6f49f93b4d0c8d4cd449adc800c7f587e5201d52234c89d6f768f9c20dbf61a55fc52d884146ab3b02db313ab2b4c6afd2f046b03c98 port-for-0.4.tar.gz" |