diff --git a/dns/py-ns1-python/Makefile b/dns/py-ns1-python/Makefile index ca793ac64edd..e815d3ef5c54 100644 --- a/dns/py-ns1-python/Makefile +++ b/dns/py-ns1-python/Makefile @@ -1,25 +1,20 @@ PORTNAME= ns1-python -DISTVERSION= 0.19.0 +DISTVERSION= 0.23.0 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dch@FreeBSD.org COMMENT= Python SDK for accessing NS1, the Data Driven DNS platform WWW= https://github.com/ns1/ns1-python LICENSE= MIT -DEPRECATED= Depends on expired devel/py-pytest-runner -EXPIRATION_DATE=2025-03-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include diff --git a/dns/py-ns1-python/distinfo b/dns/py-ns1-python/distinfo index 598c9b5e0678..0df4d34b9e87 100644 --- a/dns/py-ns1-python/distinfo +++ b/dns/py-ns1-python/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708181347 -SHA256 (ns1-python-0.19.0.tar.gz) = bbd6a7d5d6f6324dfb882d883c94a313573193d5783fb373dda8244e82a40153 -SIZE (ns1-python-0.19.0.tar.gz) = 35250 +TIMESTAMP = 1740403394 +SHA256 (ns1-python-0.23.0.tar.gz) = 0e73181452fa7398a59b09a7e8ddaf60f17c94b0d9813618de113ec65d985596 +SIZE (ns1-python-0.23.0.tar.gz) = 29523 diff --git a/dns/py-ns1-python/files/patch-setup.py b/dns/py-ns1-python/files/patch-setup.py index d6033af45bf9..1be70ddd047f 100644 --- a/dns/py-ns1-python/files/patch-setup.py +++ b/dns/py-ns1-python/files/patch-setup.py @@ -1,12 +1,11 @@ ---- setup.py.orig 2022-03-08 12:04:18 UTC +--- setup.py.orig 2024-12-13 10:23:24 UTC +++ setup.py -@@ -23,8 +23,7 @@ setup( +@@ -23,8 +23,6 @@ setup( url="https://github.com/ns1/ns1-python", packages=find_packages(exclude=["tests", "examples"]), setup_requires=[ - "pytest-runner", - "wheel", -+ "pytest-runner" ], tests_require=[ "pytest",