git: 99e82a664822 - main - dns/py-ns1-python: update to 0.23.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Mar 2025 07:10:50 UTC
The branch main has been updated by dch:
URL: https://cgit.FreeBSD.org/ports/commit/?id=99e82a66482284d5b477acca8f5a77b9b3ccc7c6
commit 99e82a66482284d5b477acca8f5a77b9b3ccc7c6
Author: Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2025-03-05 07:10:31 +0000
Commit: Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2025-03-05 07:10:31 +0000
dns/py-ns1-python: update to 0.23.0
Sponsored by: SkunkWerks, GmbH
Reported by: portscout
---
dns/py-ns1-python/Makefile | 7 +------
dns/py-ns1-python/distinfo | 6 +++---
dns/py-ns1-python/files/patch-setup.py | 5 ++---
3 files changed, 6 insertions(+), 12 deletions(-)
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,5 +1,5 @@
PORTNAME= ns1-python
-DISTVERSION= 0.19.0
+DISTVERSION= 0.23.0
CATEGORIES= dns python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,11 +10,6 @@ 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
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",