diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-28 09:10:30 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-28 09:24:37 +0000 |
commit | b4b5d963e58ba35f3b25265acb8ef00dd5d0e1e2 (patch) | |
tree | 6169ab5e6f4b109932e6c96fabb5ec2e3c588643 | |
parent | aba655ac3fba2f641ad8e554a817fabf0347660a (diff) | |
download | aports-b4b5d963e58ba35f3b25265acb8ef00dd5d0e1e2.tar.bz2 aports-b4b5d963e58ba35f3b25265acb8ef00dd5d0e1e2.tar.xz |
community/py3-netifaces: package removed
This package is a duplicate of py-netifaces in testing.
It was a fork due to a python3 bug described here:
* https://bitbucket.org/al45tair/netifaces/issues/13/0104-install-is-broken-on-python-3x
Since this has been fixed, there's no reason to kept it.
So this package is removed, and py-netifaces will be promoted to community from testin
-rw-r--r-- | community/py3-netifaces/APKBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/community/py3-netifaces/APKBUILD b/community/py3-netifaces/APKBUILD deleted file mode 100644 index 95299cc22c..0000000000 --- a/community/py3-netifaces/APKBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Contributor: Francesco Colista <francesco.colista@gmail.com> -# Maintainer: Francesco Colista <francesco.colista@gmail.com> -pkgname=py3-netifaces -_pkgname=netifaces -pkgver=0.10.4.1 -pkgrel=1 -pkgdesc=" A netifaces fork compatible with Python 3" -url="http://alastairs-place.net/netifaces/" -arch="all" -license="MIT" -depends="" -depends_dev="" -makedepends="python3-dev py-setuptools linux-headers" -install="" -subpackages="" -source="$pkgname-$pkgver.tar.gz::https://github.com/GNS3/netifaces/archive/v$pkgver.tar.gz" - -builddir="$srcdir"/$_pkgname-$pkgver - -build() { - cd "$builddir" - python3 setup.py build || return 1 -} - -package() { - cd "$builddir" - python3 setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -md5sums="a748107636ca7d2f152d2584c646fad8 py3-netifaces-0.10.4.1.tar.gz" -sha256sums="6837680d0dc11f04ca13e0c4c92ffaea0c6355545217d69441c66d3e8e9a35b5 py3-netifaces-0.10.4.1.tar.gz" -sha512sums="6fbaca7b0b6133c53e0d09f8ccb38d8c3665bdf1f8af439cc5079a690d73adc857254668417e26df29ed45214a42b6705375c42700aed1e09a4c4c6d6f61afb8 py3-netifaces-0.10.4.1.tar.gz" |