summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-16 12:02:05 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-16 13:24:44 +0200
commit9e64667d8b373406e4e1aee6bfb0521b12a1f59e (patch)
tree68da401d2264fbe05e4bf7257cf773616df4384f /dns
parent7808da141a3c74577cc39ea290a4868425939d7d (diff)
downloadfreebsd-ports-9e64667d8b373406e4e1aee6bfb0521b12a1f59e.zip
dns/py-dnspython: Update version 2.3.0=>2.4.0
Changelog: https://github.com/rthalley/dnspython/releases/tag/v2.4.0
Diffstat (limited to 'dns')
-rw-r--r--dns/py-dnspython/Makefile25
-rw-r--r--dns/py-dnspython/distinfo6
2 files changed, 14 insertions, 17 deletions
diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile
index fcdb308fa18f..584b647c3059 100644
--- a/dns/py-dnspython/Makefile
+++ b/dns/py-dnspython/Makefile
@@ -1,6 +1,5 @@
PORTNAME= dnspython
-PORTVERSION= 2.3.0
-PORTEPOCH= 1
+PORTVERSION= 2.4.0
CATEGORIES= dns python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,31 +11,29 @@ WWW= https://www.dnspython.org/
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.3:devel/py-setuptools_scm@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry>0:devel/py-poetry@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent cython distutils
+USE_PYTHON= autoplist concurrent cython pep517
NO_ARCH= yes
PORTEXAMPLES= ddns.py e164.py mx.py name.py reverse.py reverse_name.py xfr.py \
zonediff.py
-OPTIONS_DEFINE= CURIO DNSSEC DOH EXAMPLES IDNA TRIO
-CURIO_DESC= Coroutine-based library Support
+OPTIONS_DEFINE= DNSSEC DOH DOQ EXAMPLES IDNA TRIO
+OPTIONS_DEFAULT= DNSSEC DOH DOQ IDNA TRIO
+
DNSSEC_DESC= DNSSEC Support
DOH_DESC= DNS over HTTPS Support
+DOQ_DESC= DNS over QUIC Support
IDNA_DESC= Internationalizede Domain Names in Application Support
TRIO_DESC= TRIO Support
-CURIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}curio>=1.2:devel/py-curio@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sniffio>=1.1:devel/py-sniffio@${PY_FLAVOR}
+
DNSSEC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.6:security/py-cryptography@${PY_FLAVOR}
-DOH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>0:www/py-h2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}httpx>=0.21.10:www/py-httpx@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>0:www/py-requests-toolbelt@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
- # Requires h2>=4.1.0
+DOH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=4.0.0:www/py-h2@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}httpx>=0.24.1:www/py-httpx@${PY_FLAVOR}
+DOQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aioquic>0:www/py-aioquic@${PY_FLAVOR}
IDNA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.1:dns/py-idna@${PY_FLAVOR}
TRIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trio>=0.14.0:net/py-trio@${PY_FLAVOR}
diff --git a/dns/py-dnspython/distinfo b/dns/py-dnspython/distinfo
index ee7704a08c48..3e49fec3cbed 100644
--- a/dns/py-dnspython/distinfo
+++ b/dns/py-dnspython/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680176439
-SHA256 (dnspython-2.3.0.tar.gz) = 224e32b03eb46be70e12ef6d64e0be123a64e621ab4c0822ff6d450d52a540b9
-SIZE (dnspython-2.3.0.tar.gz) = 312313
+TIMESTAMP = 1689499513
+SHA256 (dnspython-2.4.0.tar.gz) = 758e691dbb454d5ccf4e1b154a19e52847f79e21a42fef17b969144af29a4e6c
+SIZE (dnspython-2.4.0.tar.gz) = 327279