python3-ifaddr: update to 0.1.7.
This commit is contained in:
parent
fd996cb859
commit
aec8702f9a
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python3-ifaddr'
|
# Template file for 'python3-ifaddr'
|
||||||
pkgname=python3-ifaddr
|
pkgname=python3-ifaddr
|
||||||
version=0.1.6
|
version=0.1.7
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="ifaddr-${version}"
|
wrksrc="ifaddr-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="ifaddr"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Enumerates all IP addresses on all network adapters of the system"
|
short_desc="Enumerates all IP addresses on all network adapters of the system"
|
||||||
|
@ -13,7 +12,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pydron/ifaddr"
|
homepage="https://github.com/pydron/ifaddr"
|
||||||
distfiles="${PYPI_SITE}/i/ifaddr/ifaddr-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/ifaddr/ifaddr-${version}.tar.gz"
|
||||||
checksum=c19c64882a7ad51a394451dabcbbed72e98b5625ec1e79789924d5ea3e3ecb93
|
checksum=1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -n '/Copyright/,/SOFTWARE\./p' setup.py >LICENSE.txt
|
sed -n '/Copyright/,/SOFTWARE\./p' setup.py >LICENSE.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue