diff --git a/net/py-ripe.atlas.tools/Makefile b/net/py-ripe.atlas.tools/Makefile index 139f777b9a27..2d57cf6a5fd3 100644 --- a/net/py-ripe.atlas.tools/Makefile +++ b/net/py-ripe.atlas.tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= ripe.atlas.tools DISTVERSION= 3.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -30,8 +30,6 @@ USE_PYTHON= autoplist pep517 pytest PYTEST_IGNORED_TESTS= test_arg_radius test_html_documentation \ test_text_documentation test_basic #WIP -CONFLICTS_INSTALL= c-ares # bin/adig - NO_ARCH= yes .include diff --git a/net/py-ripe.atlas.tools/files/patch-setup.py b/net/py-ripe.atlas.tools/files/patch-setup.py new file mode 100644 index 000000000000..c7ed8a8e9dfd --- /dev/null +++ b/net/py-ripe.atlas.tools/files/patch-setup.py @@ -0,0 +1,23 @@ +--- setup.py.orig 2025-04-05 17:55:07 UTC ++++ setup.py +@@ -47,12 +47,6 @@ setup( + "fast": ["ujson"], + }, + scripts=[ +- "scripts/aping", +- "scripts/atraceroute", +- "scripts/adig", +- "scripts/asslcert", +- "scripts/ahttp", +- "scripts/antp", + "scripts/ripe-atlas", + ], + keywords=["RIPE", "RIPE NCC", "RIPE Atlas", "Command Line"], +@@ -65,6 +59,7 @@ setup( + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", ++ "Programming Language :: Python :: 3.11", + "Topic :: Internet :: WWW/HTTP", + ], + )