mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/py-netifaces: upgrade to 0.10.4
This commit is contained in:
parent
aa0986f46a
commit
95f2ea90fb
@ -2,7 +2,7 @@
|
||||
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
|
||||
pkgname=py-netifaces
|
||||
_pkgname=netifaces
|
||||
pkgver=0.8
|
||||
pkgver=0.10.4
|
||||
pkgrel=0
|
||||
pkgdesc="Portable module to access network interface information in Python"
|
||||
url="http://alastairs-place.net/netifaces/"
|
||||
@ -12,8 +12,9 @@ depends=""
|
||||
depends_dev=""
|
||||
makedepends="python-dev py-setuptools"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://alastairs-place.net/projects/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
subpackages=""
|
||||
source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/$_pkgname-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
@ -33,9 +34,8 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||
install -Dm644 README "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
|
||||
md5sums="e57e5983f4c286fac5f8068fbfc5c873 netifaces-0.8.tar.gz"
|
||||
sha256sums="53a711038db3d6e5cf7129d6f751185fd052f830f12f271fbfe17bd2671ab1ec netifaces-0.8.tar.gz"
|
||||
sha512sums="b3735c4f83d4ed1d52f59937187659f148205a721fd05ce5a10e9ec89ea3519971001b2985e24bb30fb112ee741310babd847f84d4c3fbb34989edc6a743f551 netifaces-0.8.tar.gz"
|
||||
md5sums="36da76e2cfadd24cc7510c2c0012eb1e netifaces-0.10.4.tar.gz"
|
||||
sha256sums="9656a169cb83da34d732b0eb72b39373d48774aee009a3d1272b7ea2ce109cde netifaces-0.10.4.tar.gz"
|
||||
sha512sums="1b9b92b69e01e4dd9f9304d3812d78d58ec195a657cb47b2e629ccb1311de4a8cd9716825d7b94d4791f7c479c289638780f6f9afa8a6465fb555130da622b24 netifaces-0.10.4.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user