pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python py-dns supports both py2 and py3 now.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/155ba77d8a12
branches:  trunk
changeset: 349149:155ba77d8a12
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 30 17:45:30 2016 +0000

description:
py-dns supports both py2 and py3 now.

diffstat:

 lang/python/versioned_dependencies.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 082463de4536 -r 155ba77d8a12 lang/python/versioned_dependencies.mk
--- a/lang/python/versioned_dependencies.mk     Thu Jun 30 17:45:15 2016 +0000
+++ b/lang/python/versioned_dependencies.mk     Thu Jun 30 17:45:30 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.22 2016/04/11 04:22:34 dbj Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.23 2016/06/30 17:45:30 wiz Exp $
 #
 # This file determines which separate distribution of a Python
 # package is used as dependency, depending on the Python version
@@ -21,7 +21,7 @@
 _SUPPORTED_PACKAGES+=cairo graphics/py-cairo graphics/py-cairo3
 _SUPPORTED_PACKAGES+=dateutil time/py-dateutil time/py-dateutil
 _SUPPORTED_PACKAGES+=dialog devel/py-dialog2 devel/py-dialog
-_SUPPORTED_PACKAGES+=dns net/py-dns net/py-dns3
+_SUPPORTED_PACKAGES+=dns net/py-dns net/py-dns
 _SUPPORTED_PACKAGES+=ephem math/py-ephem math/py-ephem3
 _SUPPORTED_PACKAGES+=flup www/py-flup www/py-flup3
 _SUPPORTED_PACKAGES+=gobject devel/py-gobject devel/py-gobject3



Home | Main Index | Thread Index | Old Index