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