21 lines
576 B
Bash
21 lines
576 B
Bash
# Template file for 'python-ipaddress'
|
|
pkgname=python-ipaddress
|
|
version=1.0.19
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="ipaddress-${version}"
|
|
build_style=python2-module
|
|
hostmakedepends="python-devel"
|
|
depends="python"
|
|
pycompile_module="ipaddress.py"
|
|
short_desc="Backport of Python 3.3+ ipaddress module"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://github.com/phihag/ipaddress"
|
|
license="PSF"
|
|
distfiles="${PYPI_SITE}/i/ipaddress/ipaddress-${version}.tar.gz"
|
|
checksum=200d8686011d470b5e4de207d803445deee427455cd0cb7c982b68cf82524f81
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|