python-netaddr: update to 0.7.19
This commit is contained in:
parent
839382cef2
commit
397887e8c6
|
@ -1,20 +1,19 @@
|
|||
# Template file for 'python-netaddr'
|
||||
pkgname=python-netaddr
|
||||
version=0.7.18
|
||||
revision=4
|
||||
version=0.7.19
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="netaddr-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="netaddr"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
makedepends="python-devel python3-devel"
|
||||
depends="python"
|
||||
short_desc="A network address manipulation library for Python2"
|
||||
short_desc="Python2 network address manipulation library"
|
||||
maintainer="Felix Hanley <felix@userspace.com.au>"
|
||||
homepage="https://github.com/drkjam/netaddr/"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/n/netaddr/netaddr-${version}.tar.gz"
|
||||
checksum=a1f5c9fcf75ac2579b9995c843dade33009543c04f218ff7c007b3c81695bd19
|
||||
checksum=38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd
|
||||
alternatives="netaddr:netaddr:/usr/bin/netaddr2"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue