Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2016 16:08:54 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422632 - in head/dns: . py-dnspython py3-dnspython
Message-ID:  <201609221608.u8MG8swA080248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Thu Sep 22 16:08:53 2016
New Revision: 422632
URL: https://svnweb.freebsd.org/changeset/ports/422632

Log:
  Add dns/py3-dnspython
  
  This is the slave port for py-dnspython, that is built against python3.
  
  Submitted by:	kp (via ports@ ML)

Added:
  head/dns/py3-dnspython/
  head/dns/py3-dnspython/Makefile   (contents, props changed)
Modified:
  head/dns/Makefile
  head/dns/py-dnspython/Makefile

Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile	Thu Sep 22 15:38:53 2016	(r422631)
+++ head/dns/Makefile	Thu Sep 22 16:08:53 2016	(r422632)
@@ -179,6 +179,7 @@
     SUBDIR += py-pywdns
     SUBDIR += py-tldextract
     SUBDIR += py-twistedNames
+    SUBDIR += py3-dnspython
     SUBDIR += radns
     SUBDIR += rbldnsd
     SUBDIR += rbllookup

Modified: head/dns/py-dnspython/Makefile
==============================================================================
--- head/dns/py-dnspython/Makefile	Thu Sep 22 15:38:53 2016	(r422631)
+++ head/dns/py-dnspython/Makefile	Thu Sep 22 16:08:53 2016	(r422632)
@@ -11,7 +11,7 @@ MAINTAINER=	rm@FreeBSD.org
 COMMENT=	DNS toolkit for Python
 
 NO_ARCH=	yes
-USES=		python:2.7+
+USES?=		python:2.7+
 USE_PYTHON=	autoplist distutils
 
 OPTIONS_DEFINE=	DOCS EXAMPLES PYCRYPTO

Added: head/dns/py3-dnspython/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/py3-dnspython/Makefile	Thu Sep 22 16:08:53 2016	(r422632)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-dnspython
+
+USES=	python:3.3+
+
+.include "${MASTERDIR}/Makefile"



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