22 lines
744 B
Bash
22 lines
744 B
Bash
# Template file for 'python3-netaddr'
|
|
pkgname=python3-netaddr
|
|
version=1.3.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest python3-cryptography python3-dateutil
|
|
python3-defusedxml python3-idna python3-openssl python3-pytz python3-requests
|
|
python3-six python3-urllib3"
|
|
short_desc="Python3 network address manipulation library"
|
|
maintainer="Felix Hanley <felix@userspace.com.au>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/netaddr/netaddr"
|
|
distfiles="${PYPI_SITE}/n/netaddr/netaddr-${version}.tar.gz"
|
|
checksum=5c3c3d9895b551b763779ba7db7a03487dc1f8e3b385af819af341ae9ef6e48a
|
|
conflicts="python-netaddr>=0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|