void-packages/srcpkgs/python3-netaddr/template

20 lines
579 B
Bash
Raw Normal View History

2020-09-20 16:44:45 +02:00
# 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
}