diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template index 3a9566ac4bf..4122ee2c623 100644 --- a/srcpkgs/python3-netaddr/template +++ b/srcpkgs/python3-netaddr/template @@ -1,6 +1,6 @@ # Template file for 'python3-netaddr' pkgname=python3-netaddr -version=1.2.1 +version=1.3.0 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" @@ -13,16 +13,9 @@ maintainer="Felix Hanley " license="BSD-3-Clause" homepage="https://github.com/netaddr/netaddr" distfiles="${PYPI_SITE}/n/netaddr/netaddr-${version}.tar.gz" -checksum=6eb8fedf0412c6d294d06885c110de945cf4d22d2b510d0404f4e06950857987 +checksum=5c3c3d9895b551b763779ba7db7a03487dc1f8e3b385af819af341ae9ef6e48a 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() { vlicense LICENSE.rst }