From 9772d7635e5889530545a17280cee452b567b4d7 Mon Sep 17 00:00:00 2001 From: Yasuhiro Kimura Date: Wed, 19 Jan 2022 16:21:57 +0900 Subject: [PATCH] dns/py-dnspython2: Mark DEPRECATED and set EXPIRATION_DATE * Now that dns/py-dnspython is updated to 2.1.0 for Python 3, mark this port as DEPRECATED and set EXPIRATION_DATE. * Update dependency of ports that require this port. --- devel/py-aioice/Makefile | 3 ++- dns/dnsrecon/Makefile | 3 ++- dns/py-dns-lexicon/Makefile | 3 ++- dns/py-dnspython2/Makefile | 3 +++ mail/py-mailsuite/Makefile | 3 ++- net-mgmt/py-dnsdiag/Makefile | 3 ++- www/web2ldap/Makefile | 3 ++- 7 files changed, 15 insertions(+), 6 deletions(-) diff --git a/devel/py-aioice/Makefile b/devel/py-aioice/Makefile index 7965ba82283e..7328b7329980 100644 --- a/devel/py-aioice/Makefile +++ b/devel/py-aioice/Makefile @@ -1,5 +1,6 @@ PORTNAME= aioice PORTVERSION= 0.7.5 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.4:net/py-netifaces@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dnspython2>=0:dns/py-dnspython2@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils diff --git a/dns/dnsrecon/Makefile b/dns/dnsrecon/Makefile index b92a83ea3db1..8fb391c0274f 100644 --- a/dns/dnsrecon/Makefile +++ b/dns/dnsrecon/Makefile @@ -1,5 +1,6 @@ PORTNAME= dnsrecon DISTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= rihaz.jerrin@gmail.com @@ -7,7 +8,7 @@ COMMENT= DNS enumeration tool LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython2>=0:dns/py-dnspython2@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netaddr>=0:net/py-netaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} diff --git a/dns/py-dns-lexicon/Makefile b/dns/py-dns-lexicon/Makefile index b50fc738d5d0..6633abd886ca 100644 --- a/dns/py-dns-lexicon/Makefile +++ b/dns/py-dns-lexicon/Makefile @@ -2,6 +2,7 @@ PORTNAME= dns-lexicon PORTVERSION= 3.8.3 +PORTREVISION= 1 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -32,7 +33,7 @@ ROUTE53_DESC= Route 53 support SOFTLAYER_DESC= SoftLayer (IBM Cloud) support TRANSIP_DESC= TransIP support -DDNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython2>=2:dns/py-dnspython2@${PY_FLAVOR} +DDNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=2:dns/py-dnspython@${PY_FLAVOR} GRANSY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zeep>=3:net/py-zeep@${PY_FLAVOR} LOCALZONE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}localzone>=0.9.8:dns/py-localzone@${PY_FLAVOR} OCI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oci>=2:devel/py-oci@${PY_FLAVOR} diff --git a/dns/py-dnspython2/Makefile b/dns/py-dnspython2/Makefile index 0d29185fb2d6..341b69bb5165 100644 --- a/dns/py-dnspython2/Makefile +++ b/dns/py-dnspython2/Makefile @@ -13,6 +13,9 @@ COMMENT= DNS toolkit for Python - 2.X branch LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Use dns/py-dnspython instead as it is updated to 2.1.0 for Python 3.x +EXPIRATION_DATE= 2022-03-31 + USES= python:3.6+ zip USE_PYTHON= autoplist cython distutils diff --git a/mail/py-mailsuite/Makefile b/mail/py-mailsuite/Makefile index 45d2240d0b90..61f992e452b2 100644 --- a/mail/py-mailsuite/Makefile +++ b/mail/py-mailsuite/Makefile @@ -1,5 +1,6 @@ PORTNAME= mailsuite PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imapclient>=2.1.0:mail/py-imapclient@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mail-parser>=3.11.0:mail/py-mail-parser@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dnspython2>=2.0.0:dns/py-dnspython2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dnspython>=2.0.0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html2text>=2020.1.16:textproc/py-html2text@${PY_FLAVOR} USES= python:3.4+ diff --git a/net-mgmt/py-dnsdiag/Makefile b/net-mgmt/py-dnsdiag/Makefile index 18fe887f466e..a6e178e083f8 100644 --- a/net-mgmt/py-dnsdiag/Makefile +++ b/net-mgmt/py-dnsdiag/Makefile @@ -2,6 +2,7 @@ PORTNAME= dnsdiag PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ COMMENT= DNS Diagnostics and measurement tools (ping, traceroute) LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython2>=2.0.0:dns/py-dnspython2@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=2.0.0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cymruwhois>=1.6:net/py-cymruwhois@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.21.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.9.1:www/py-requests-toolbelt@${PY_FLAVOR} diff --git a/www/web2ldap/Makefile b/www/web2ldap/Makefile index 8d3adc48fd22..24ed529427ab 100644 --- a/www/web2ldap/Makefile +++ b/www/web2ldap/Makefile @@ -2,6 +2,7 @@ PORTNAME= web2ldap PORTVERSION= 1.6.27 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP https://www.web2ldap.de/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE= APACHE20 RUN_DEPENDS= \ ${PYTHON_PKGNAMEPREFIX}asn1crypto>=0.22.0:devel/py-asn1crypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dnspython2>=2.0.0:dns/py-dnspython2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dnspython>=2.0.0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlwt>0:textproc/py-xlwt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ldap0>=1.2.8:net/py-ldap0@${PY_FLAVOR} \ -- 2.35.0.rc1