vp-build/srcpkgs/python-ipaddress/template

21 lines
576 B
Bash

# Template file for 'python-ipaddress'
pkgname=python-ipaddress
version=1.0.18
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=5d8534c8e185f2d8a1fda1ef73f2c8f4b23264e8e30063feeb9511d492a413e1
post_install() {
vlicense LICENSE
}