python-ipaddress: update to 1.0.18

This commit is contained in:
Alessio Sergi 2017-01-13 00:31:56 +01:00
parent f3a228f178
commit 023bd548ed
1 changed files with 8 additions and 4 deletions

View File

@ -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
}