17 lines
542 B
Bash
17 lines
542 B
Bash
# Template file for 'python-ipaddress'
|
|
pkgname=python-ipaddress
|
|
version=1.0.12
|
|
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=8c81980950b6360df6d5451456d09e92895f0a9d4aba96ceabcff66ef1f02b11
|