17 lines
542 B
Bash
17 lines
542 B
Bash
# Template file for 'python-ipaddress'
|
|
pkgname=python-ipaddress
|
|
version=1.0.16
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="ipaddress-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools"
|
|
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=5a3182b322a706525c46282ca6f064d27a02cffbd449f9f47416f1dc96aa71b0
|