17 lines
531 B
Bash
17 lines
531 B
Bash
# Template file for 'python-ipaddr'
|
|
pkgname=python-ipaddr
|
|
version=2.1.11
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="ipaddr-${version}"
|
|
build_style=python2-module
|
|
pycompile_module="ipaddr.py"
|
|
hostmakedepends="python"
|
|
makedepends="python-devel"
|
|
short_desc="Python IP address manipulation library"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/google/ipaddr-py"
|
|
distfiles="${PYPI_SITE}/i/ipaddr/ipaddr-${version}.tar.gz"
|
|
checksum=1b555b8a8800134fdafe32b7d0cb52f5bdbfdd093707c3dd484c5ea59f1d98b7
|