diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 11:38:26 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 11:38:26 -0300 |
commit | 7a2833e9afde53f72fdf7fbc17958dbbd40e0e7b (patch) | |
tree | d7f57f294016b49d3b247fe523aa8bbc65246f82 /testing/py-arprequest/APKBUILD | |
parent | 33cd2f2e27d236ab095e18ff441c41c061c74e9e (diff) | |
download | aports-7a2833e9afde53f72fdf7fbc17958dbbd40e0e7b.tar.bz2 aports-7a2833e9afde53f72fdf7fbc17958dbbd40e0e7b.tar.xz |
testing/py-arprequest: remove
- Python2 only
- No development
Diffstat (limited to 'testing/py-arprequest/APKBUILD')
-rw-r--r-- | testing/py-arprequest/APKBUILD | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-arprequest/APKBUILD b/testing/py-arprequest/APKBUILD deleted file mode 100644 index 39774ba247..0000000000 --- a/testing/py-arprequest/APKBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py-arprequest -_pkgname=arprequest -pkgver=0.3 -pkgrel=0 -pkgdesc="A python class which sends an ARP Request" -url="https://pypi.python.org/pypi/arprequest" -arch="noarch" -license="WTFPL" -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="d9306278d5695fa840167740a96bf70b arprequest-0.3.tar.gz" -sha256sums="ddcbed9a2f7661a4683a4e3c2e9899f027bc5d3174d8486ad3587b1063fa6e3f arprequest-0.3.tar.gz" -sha512sums="bac94a88cc84d8dde5c783cffdd5c65ca5887e3e8527815b2f3dd9052bd582bf606c8bab6108c6b7b33169acd48cd686db6e4f5232c82db33604a59880ed0c29 arprequest-0.3.tar.gz" |