From 801ede8b1603b8c67785d84058b7cdd9ba5b833b Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Wed, 30 Mar 2022 12:31:06 +0200 Subject: [PATCH] cleanup: Remove expired ports: 2022-03-30 dns/py-dnspython2: Use dns/py-dnspython --- MOVED | 1 + dns/Makefile | 1 - dns/py-dnspython2/Makefile | 43 ------------------------------------- dns/py-dnspython2/distinfo | 3 --- dns/py-dnspython2/pkg-descr | 10 --------- 5 files changed, 1 insertion(+), 57 deletions(-) delete mode 100644 dns/py-dnspython2/Makefile delete mode 100644 dns/py-dnspython2/distinfo delete mode 100644 dns/py-dnspython2/pkg-descr diff --git a/MOVED b/MOVED index 31c3d8841923f..4aaee0885a45c 100644 --- a/MOVED +++ b/MOVED @@ -16972,3 +16972,4 @@ devel/py-asyncio||2022-03-25|Remove obsoleted port. The asyncio package has been math/py-mutatormath|math/py-MutatorMath|2022-03-25|Remove duplicate port math/py-symcxx||2022-03-28|Deprecated because the upstream repository was experimental and is now archived net-p2p/bazarr-devel|net-p2p/bazarr|2022-03-29|Use net-p2p/bazarr instead +dns/py-dnspython2|dns/py-dnspython|2022-03-30|Has expired: Use dns/py-dnspython diff --git a/dns/Makefile b/dns/Makefile index 0f3460fd6e9f9..7a152567bcea3 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -188,7 +188,6 @@ SUBDIR += py-dns-lexicon SUBDIR += py-dnspython SUBDIR += py-dnspython1 - SUBDIR += py-dnspython2 SUBDIR += py-easyzone SUBDIR += py-idna SUBDIR += py-idna_ssl diff --git a/dns/py-dnspython2/Makefile b/dns/py-dnspython2/Makefile deleted file mode 100644 index 2e8822aec6173..0000000000000 --- a/dns/py-dnspython2/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: Mario Sergio Fujikawa Ferreira - -PORTNAME= dnspython -PORTVERSION= 2.2.0 -CATEGORIES= dns python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 2 - -MAINTAINER= bofh@FreeBSD.org -COMMENT= DNS toolkit for Python - 2.X branch - -LICENSE= ISCL -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Use dns/py-dnspython -EXPIRATION_DATE= 2022-03-30 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist cython distutils - -NO_ARCH= yes - -OPTIONS_DEFINE= EXAMPLES PYCRYPTODOME -PYCRYPTODOME_DESC= Enable pycryptodome (part of dnssec needs it) -PYCRYPTODOME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome>=0:security/py-pycryptodome@${PY_FLAVOR} - -PORTEXAMPLES= ddns.py e164.py mx.py name.py reverse.py reverse_name.py \ - xfr.py zonediff.py - -post-install-EXAMPLES-on: -# examples - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR} - -do-test: - cd ${WRKSRC}/tests && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} utest.py - -.include diff --git a/dns/py-dnspython2/distinfo b/dns/py-dnspython2/distinfo deleted file mode 100644 index d00f78d4303a4..0000000000000 --- a/dns/py-dnspython2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1642626033 -SHA256 (dnspython-2.2.0.tar.gz) = e79351e032d0b606b98d38a4b0e6e2275b31a5b85c873e587cc11b73aca026d6 -SIZE (dnspython-2.2.0.tar.gz) = 278858 diff --git a/dns/py-dnspython2/pkg-descr b/dns/py-dnspython2/pkg-descr deleted file mode 100644 index bdba209aa135f..0000000000000 --- a/dns/py-dnspython2/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -dnspython is a DNS toolkit for Python. It supports almost all record -types. It can be used for queries, zone transfers, and dynamic -updates. It supports TSIG authenticated messages and EDNS0. - -dnspython provides both high and low level access to DNS. The high -level classes perform queries for data of a given name, type, and -class, and return an answer set. The low level classes allow direct -manipulation of DNS zones, messages, names, and records. - -WWW: http://www.dnspython.org/