python-ipaddress: update to 1.0.18
This commit is contained in:
parent
f3a228f178
commit
023bd548ed
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'python-ipaddress'
|
||||
pkgname=python-ipaddress
|
||||
version=1.0.17
|
||||
revision=2
|
||||
version=1.0.18
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="ipaddress-${version}"
|
||||
build_style=python2-module
|
||||
hostmakedepends="python-setuptools"
|
||||
hostmakedepends="python-devel"
|
||||
depends="python"
|
||||
pycompile_module="ipaddress.py"
|
||||
short_desc="Backport of Python 3.3+ ipaddress module"
|
||||
|
@ -13,4 +13,8 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="https://github.com/phihag/ipaddress"
|
||||
license="PSF"
|
||||
distfiles="${PYPI_SITE}/i/ipaddress/ipaddress-${version}.tar.gz"
|
||||
checksum=3a21c5a15f433710aaa26f1ae174b615973a25182006ae7f9c26de151cd51716
|
||||
checksum=5d8534c8e185f2d8a1fda1ef73f2c8f4b23264e8e30063feeb9511d492a413e1
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue