pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-dns Mention this is the python-2.x version of t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/513902c6ce16
branches:  trunk
changeset: 629648:513902c6ce16
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 25 09:09:06 2014 +0000

description:
Mention this is the python-2.x version of the module.

diffstat:

 net/py-dns/DESCR    |  2 ++
 net/py-dns/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 1bcc6ad02dad -r 513902c6ce16 net/py-dns/DESCR
--- a/net/py-dns/DESCR  Sat Jan 25 09:08:32 2014 +0000
+++ b/net/py-dns/DESCR  Sat Jan 25 09:09:06 2014 +0000
@@ -3,3 +3,5 @@
 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.
+
+This is the python-2.x version of the module.
diff -r 1bcc6ad02dad -r 513902c6ce16 net/py-dns/Makefile
--- a/net/py-dns/Makefile       Sat Jan 25 09:08:32 2014 +0000
+++ b/net/py-dns/Makefile       Sat Jan 25 09:09:06 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2014/01/17 22:48:53 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2014/01/25 09:09:06 wiz Exp $
 
 DISTNAME=      dnspython-1.11.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-/-/}
@@ -7,7 +7,7 @@
 
 MAINTAINER=    gson%NetBSD.org@localhost
 HOMEPAGE=      http://www.dnspython.org/
-COMMENT=       Python DNS toolkit
+COMMENT=       Python DNS toolkit (python-2.x version)
 LICENSE=       modified-bsd
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index