diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 09:42:24 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 10:13:05 -0300 |
commit | 750629aea321b9fab872608180ddbbfd684c13aa (patch) | |
tree | 93efcda84082e1a0ab4f31da646a32b71454b33e /testing/py-whoispy | |
parent | 3e9e8f24cea3a8dcdb2932e088bce55becba822e (diff) | |
download | aports-750629aea321b9fab872608180ddbbfd684c13aa.tar.bz2 aports-750629aea321b9fab872608180ddbbfd684c13aa.tar.xz |
testing/py-whoispy: remove
- Python2 only
Diffstat (limited to 'testing/py-whoispy')
-rw-r--r-- | testing/py-whoispy/APKBUILD | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-whoispy/APKBUILD b/testing/py-whoispy/APKBUILD deleted file mode 100644 index 1a9c8ed90e..0000000000 --- a/testing/py-whoispy/APKBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py-whoispy -_pkgname=whoispy -pkgver=0.2.5 -pkgrel=0 -pkgdesc="A Python module/library to get the WHOIS information" -url="https://github.com/nemumu/whoispy" -arch="noarch" -license="GPL-3.0-or-later" -depends="python2" -depends_dev="" -makedepends="python2-dev py-setuptools" -install="" -subpackages="" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" - -_builddir="$srcdir"/$_pkgname-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - python2 setup.py build || return 1 -} - -package() { - cd "$_builddir" - python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -md5sums="c0dce5941d6cb384d4b5a5a1b9910e9f whoispy-0.2.5.tar.gz" -sha256sums="a210b7e85f79b7ecad7928a448e54267373c2877086c222e4d56400b71076b45 whoispy-0.2.5.tar.gz" -sha512sums="084ed9c2df4cf5a9e724bd21c2085563cf844192159a361f75a70324859a0036034fb4fcb3f5b49e5ef63d31969f32b908fee615ed6781b70531d1e8e38dcb0e whoispy-0.2.5.tar.gz" |