aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-03-30 10:31:06 +0000
committerRene Ladan <rene@FreeBSD.org>2022-03-30 10:31:23 +0000
commit801ede8b1603b8c67785d84058b7cdd9ba5b833b (patch)
tree8b831d0192c04d31e0182f1a21921c244288b6f1
parentb717e6878059d9ca5dee77cbfa6d8f6db38b0f87 (diff)
downloadports-801ede8b1603b8c67785d84058b7cdd9ba5b833b.tar.gz
ports-801ede8b1603b8c67785d84058b7cdd9ba5b833b.zip
cleanup: Remove expired ports:
2022-03-30 dns/py-dnspython2: Use dns/py-dnspython
-rw-r--r--MOVED1
-rw-r--r--dns/Makefile1
-rw-r--r--dns/py-dnspython2/Makefile43
-rw-r--r--dns/py-dnspython2/distinfo3
-rw-r--r--dns/py-dnspython2/pkg-descr10
5 files changed, 1 insertions, 57 deletions
diff --git a/MOVED b/MOVED
index 31c3d8841923..4aaee0885a45 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 0f3460fd6e9f..7a152567bcea 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 2e8822aec617..000000000000
--- a/dns/py-dnspython2/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-
-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 <bsd.port.mk>
diff --git a/dns/py-dnspython2/distinfo b/dns/py-dnspython2/distinfo
deleted file mode 100644
index d00f78d4303a..000000000000
--- 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 bdba209aa135..000000000000
--- 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/