void-packages/srcpkgs/python-ipaddress/template
2018-04-15 19:19:25 +02:00

20 lines
579 B
Bash

# Template file for 'python-ipaddress'
pkgname=python-ipaddress
version=1.0.21
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="PSFL-2"
distfiles="${PYPI_SITE}/i/ipaddress/ipaddress-${version}.tar.gz"
checksum=82c964e8a387f3869774c9fd3ed7bf19f0e001de58f0f52fc17257b6bc5f515d
post_install() {
vlicense LICENSE
}