mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-netaddr: update to 1.3.0.
This commit is contained in:
parent
d03b13145d
commit
da3e9dde2e
1 changed files with 2 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-netaddr'
|
# Template file for 'python3-netaddr'
|
||||||
pkgname=python3-netaddr
|
pkgname=python3-netaddr
|
||||||
version=1.2.1
|
version=1.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
|
@ -13,16 +13,9 @@ maintainer="Felix Hanley <felix@userspace.com.au>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/netaddr/netaddr"
|
homepage="https://github.com/netaddr/netaddr"
|
||||||
distfiles="${PYPI_SITE}/n/netaddr/netaddr-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/netaddr/netaddr-${version}.tar.gz"
|
||||||
checksum=6eb8fedf0412c6d294d06885c110de945cf4d22d2b510d0404f4e06950857987
|
checksum=5c3c3d9895b551b763779ba7db7a03487dc1f8e3b385af819af341ae9ef6e48a
|
||||||
conflicts="python-netaddr>=0"
|
conflicts="python-netaddr>=0"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
|
||||||
make_check_args+=" --deselect=docs/source/tutorial_01.rst::tutorial_01.rst
|
|
||||||
--deselect=docs/source/tutorial_03.rst::tutorial_03.rst
|
|
||||||
--deselect=netaddr/tests/strategy/test_ipv6_strategy.py::test_strategy_ipv6
|
|
||||||
--deselect=netaddr/tests/strategy/test_ipv6_strategy.py::test_strategy_ipv6_mapped_and_compatible_ipv4_string_formatting"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst
|
vlicense LICENSE.rst
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue