python3-ifaddr: update to 0.1.7.
This commit is contained in:
parent
fd996cb859
commit
aec8702f9a
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'python3-ifaddr'
|
||||
pkgname=python3-ifaddr
|
||||
version=0.1.6
|
||||
revision=2
|
||||
version=0.1.7
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="ifaddr-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="ifaddr"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
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"
|
||||
homepage="https://github.com/pydron/ifaddr"
|
||||
distfiles="${PYPI_SITE}/i/ifaddr/ifaddr-${version}.tar.gz"
|
||||
checksum=c19c64882a7ad51a394451dabcbbed72e98b5625ec1e79789924d5ea3e3ecb93
|
||||
checksum=1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94
|
||||
|
||||
post_install() {
|
||||
sed -n '/Copyright/,/SOFTWARE\./p' setup.py >LICENSE.txt
|
||||
|
|
Loading…
Reference in New Issue