20 lines
579 B
Bash
20 lines
579 B
Bash
|
# Template file for 'python3-netaddr'
|
||
|
pkgname=python3-netaddr
|
||
|
version=0.7.19
|
||
|
revision=4
|
||
|
wrksrc="netaddr-${version}"
|
||
|
build_style=python3-module
|
||
|
hostmakedepends="python3-setuptools"
|
||
|
depends="python3"
|
||
|
short_desc="Python3 network address manipulation library"
|
||
|
maintainer="Felix Hanley <felix@userspace.com.au>"
|
||
|
license="BSD-3-Clause"
|
||
|
homepage="https://github.com/drkjam/netaddr/"
|
||
|
distfiles="${PYPI_SITE}/n/netaddr/netaddr-${version}.tar.gz"
|
||
|
checksum=38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd
|
||
|
conflicts="python-netaddr>=0"
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|