Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2020 07:16:38 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541083 - head/dns/py-pywdns
Message-ID:  <202007030716.0637GcqC064650@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Fri Jul  3 07:16:38 2020
New Revision: 541083
URL: https://svnweb.freebsd.org/changeset/ports/541083

Log:
  Upgrade dns/py-pywdns to version 0.10.0, which is compatible with python3.
  Undeprecate and remove expiration date.
  
  Sponsored by:	Farsight Security, Inc.

Modified:
  head/dns/py-pywdns/Makefile
  head/dns/py-pywdns/distinfo

Modified: head/dns/py-pywdns/Makefile
==============================================================================
--- head/dns/py-pywdns/Makefile	Fri Jul  3 07:12:48 2020	(r541082)
+++ head/dns/py-pywdns/Makefile	Fri Jul  3 07:16:38 2020	(r541083)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pywdns
-PORTVERSION=	0.9.0
+PORTVERSION=	0.10.0
 CATEGORIES=	dns python
 MASTER_SITES=	FARSIGHT LOCAL/truckman/farsight
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,13 +12,10 @@ COMMENT=	Python wrapper for dns/wdns
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
-
 LIB_DEPENDS=	libwdns.so:dns/wdns
 
-USES=		pkgconfig python:2.7
-USE_PYTHON=	autoplist distutils
+USES=		pkgconfig python
+USE_PYTHON=	autoplist cython distutils
 
 post-patch:
 	${REINPLACE_CMD} -e "1s+ python+ ${PYTHON_CMD}+" ${WRKSRC}/gen_pywdns_constants

Modified: head/dns/py-pywdns/distinfo
==============================================================================
--- head/dns/py-pywdns/distinfo	Fri Jul  3 07:12:48 2020	(r541082)
+++ head/dns/py-pywdns/distinfo	Fri Jul  3 07:16:38 2020	(r541083)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1503710919
-SHA256 (pywdns-0.9.0.tar.gz) = 2489c69b88753d6c9124fd26ca82aeab6cb45a299b4fbcb264277e0e4d2574b3
-SIZE (pywdns-0.9.0.tar.gz) = 69904
+TIMESTAMP = 1593731870
+SHA256 (pywdns-0.10.0.tar.gz) = 1d70ba4ba2ae63c089368749b73d8d3fc4cf9acc07a5b180bb7457df01bfd97b
+SIZE (pywdns-0.10.0.tar.gz) = 11940



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007030716.0637GcqC064650>