svn commit: r553898 - in head/dns: . py-dnspython2

Muhammad Moinur Rahman bofh at FreeBSD.org
Mon Nov 2 11:40:13 UTC 2020


Author: bofh
Date: Mon Nov  2 11:40:12 2020
New Revision: 553898
URL: https://svnweb.freebsd.org/changeset/ports/553898

Log:
  [NEW] dns/py-dnspython2: DNS toolkit for Python - 2.X branch
  
  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/
  
  PR:				250566
  Reported by:	yasu at utahime.org
  Approved by:	rm

Added:
  head/dns/py-dnspython2/
     - copied from r553794, head/dns/py-dnspython/
Modified:
  head/dns/Makefile
  head/dns/py-dnspython2/Makefile
  head/dns/py-dnspython2/distinfo

Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile	Mon Nov  2 11:35:41 2020	(r553897)
+++ head/dns/Makefile	Mon Nov  2 11:40:12 2020	(r553898)
@@ -181,6 +181,7 @@
     SUBDIR += py-dns
     SUBDIR += py-dns-lexicon
     SUBDIR += py-dnspython
+    SUBDIR += py-dnspython2
     SUBDIR += py-easyzone
     SUBDIR += py-idna
     SUBDIR += py-idna_ssl

Modified: head/dns/py-dnspython2/Makefile
==============================================================================
--- head/dns/py-dnspython/Makefile	Sat Oct 31 20:24:42 2020	(r553794)
+++ head/dns/py-dnspython2/Makefile	Mon Nov  2 11:40:12 2020	(r553898)
@@ -2,19 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	dnspython
-PORTVERSION=	1.16.0
+PORTVERSION=	2.0.0
 CATEGORIES=	dns python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	2
 
-MAINTAINER=	rm at FreeBSD.org
-COMMENT=	DNS toolkit for Python
+MAINTAINER=	bofh at FreeBSD.org
+COMMENT=	DNS toolkit for Python - 2.X branch
 
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python zip
-USE_PYTHON=	autoplist concurrent cython distutils
+USES=		python:3.6+ zip
+USE_PYTHON=	autoplist cython distutils
 
 NO_ARCH=	yes
 
@@ -29,5 +30,8 @@ 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>

Modified: head/dns/py-dnspython2/distinfo
==============================================================================
--- head/dns/py-dnspython/distinfo	Sat Oct 31 20:24:42 2020	(r553794)
+++ head/dns/py-dnspython2/distinfo	Mon Nov  2 11:40:12 2020	(r553898)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547728483
-SHA256 (dnspython-1.16.0.zip) = 36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01
-SIZE (dnspython-1.16.0.zip) = 266364
+TIMESTAMP = 1604310396
+SHA256 (dnspython-2.0.0.zip) = 044af09374469c3a39eeea1a146e8cac27daec951f1f1f157b1962fc7cb9d1b7
+SIZE (dnspython-2.0.0.zip) = 324706


More information about the svn-ports-all mailing list