33 lines
895 B
Bash
33 lines
895 B
Bash
# Template file for 'python-netaddr'
|
|
pkgname=python-netaddr
|
|
version=0.7.18
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="netaddr-${version}"
|
|
build_style=python-module
|
|
python_versions="2.7 3.4"
|
|
pycompile_module="netaddr"
|
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
|
depends="python"
|
|
makedepends="python-devel python3.4-devel"
|
|
short_desc="A network address manipulation library for Python2"
|
|
maintainer="Felix Hanley <felix@userspace.com.au>"
|
|
homepage="https://github.com/drkjam/netaddr/"
|
|
license="3-clause-BSD"
|
|
distfiles="${PYPI_SITE}/n/netaddr/netaddr-${version}.tar.gz"
|
|
checksum=a1f5c9fcf75ac2579b9995c843dade33009543c04f218ff7c007b3c81695bd19
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3.4-netaddr_package() {
|
|
depends="python3.4"
|
|
pycompile_version="3.4"
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
pkg_install() {
|
|
vmove usr/bin/netaddr3.4
|
|
vmove usr/lib/python3.4
|
|
vlicense LICENSE
|
|
}
|
|
}
|