python3-netaddr: update to 0.8.0.

This commit is contained in:
Piraty 2020-10-12 21:29:38 +02:00
parent 0e1f968c43
commit 4a8473fe52
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077

View file

@ -1,19 +1,24 @@
# Template file for 'python3-netaddr' # Template file for 'python3-netaddr'
pkgname=python3-netaddr pkgname=python3-netaddr
version=0.7.19 version=0.8.0
revision=5 revision=1
wrksrc="netaddr-${version}" wrksrc="netaddr-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3" 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" short_desc="Python3 network address manipulation library"
maintainer="Felix Hanley <felix@userspace.com.au>" maintainer="Felix Hanley <felix@userspace.com.au>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/drkjam/netaddr/" homepage="https://github.com/drkjam/netaddr/"
distfiles="${PYPI_SITE}/n/netaddr/netaddr-${version}.tar.gz" distfiles="${PYPI_SITE}/n/netaddr/netaddr-${version}.tar.gz"
checksum=38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd checksum=d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2b5a243
conflicts="python-netaddr>=0" conflicts="python-netaddr>=0"
do_check() {
python3 -m pytest
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }