python-netifaces: update to 0.10.9.
This commit is contained in:
parent
c6bca8e8bb
commit
005b12e2e6
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python-netifaces'
|
# Template file for 'python-netifaces'
|
||||||
pkgname=python-netifaces
|
pkgname=python-netifaces
|
||||||
version=0.10.7
|
version=0.10.9
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="netifaces-${version}"
|
wrksrc="netifaces-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
short_desc="Python2 library to retrieve information about network interfaces"
|
short_desc="Python2 library to retrieve information about network interfaces"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/al45tair/netifaces"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="https://github.com/al45tair/netifaces"
|
||||||
distfiles="${PYPI_SITE}/n/netifaces/netifaces-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/netifaces/netifaces-${version}.tar.gz"
|
||||||
checksum=bd590fcb75421537d4149825e1e63cca225fd47dad861710c46bd1cb329d8cbd
|
checksum=2dee9ffdd16292878336a58d04a20f0ffe95555465fee7c9bd23b3490ef2abf3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -n '/Copyright/,/SOFTWARE\./p' PKG-INFO >LICENSE
|
sed -n '/Copyright/,/SOFTWARE\./p' PKG-INFO >LICENSE
|
||||||
|
|
Loading…
Reference in New Issue