summaryrefslogtreecommitdiff
path: root/net/py-dns
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-04-25 19:32:44 +0000
committertnn <tnn@pkgsrc.org>2008-04-25 19:32:44 +0000
commit574818c93900af57dda097d9d1a7ada62dd46948 (patch)
tree444418ec905e8b8cd06064c1d13273fd65ae6e5e /net/py-dns
parent8bf81d7d22de627f89d4ddacbcf0e43e09437266 (diff)
downloadpkgsrc-574818c93900af57dda097d9d1a7ada62dd46948.tar.gz
Update to 1.6.0.
- supports DESTDIR - Accept Python 2.5 ChangeLog: 2007-11-25 Bob Halley <halley@dnspython.org * dns/query.py (_wait_for): if select() raises an exception due to EINTR, we should just select() again. 2007-06-13 Bob Halley <halley@dnspython.org> * dns/inet.py: Added is_multicast(). * dns/query.py (udp): If the queried address is a multicast address, then don't check that the address of the response is the same as the address queried. 2007-05-24 Bob Halley <halley@dnspython.org> * dns/rdtypes/IN/NAPTR.py: NAPTR comparisons didn't compare the preference field due to a typo.
Diffstat (limited to 'net/py-dns')
-rw-r--r--net/py-dns/Makefile10
-rw-r--r--net/py-dns/distinfo8
2 files changed, 10 insertions, 8 deletions
diff --git a/net/py-dns/Makefile b/net/py-dns/Makefile
index c0334a2237f..48ce5de8cb6 100644
--- a/net/py-dns/Makefile
+++ b/net/py-dns/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2007/03/09 09:41:36 gson Exp $
+# $NetBSD: Makefile,v 1.15 2008/04/25 19:32:44 tnn Exp $
-DISTNAME= dnspython-1.5.0
-PKGNAME= ${PYPKGPREFIX}-dns-1.5.0
+DISTNAME= dnspython-1.6.0
+PKGNAME= ${PYPKGPREFIX}-dns-1.6.0
CATEGORIES= net python
MASTER_SITES= http://www.dnspython.org/kits/${PKGVERSION}/
@@ -9,9 +9,11 @@ MAINTAINER= gson@NetBSD.org
HOMEPAGE= http://www.dnspython.org/
COMMENT= Python DNS toolkit
+PKG_DESTDIR_SUPPORT= user-destdir
+
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 24 23 22
+PYTHON_VERSIONS_ACCEPTED= 25 24 23
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-dns/distinfo b/net/py-dns/distinfo
index 8d9774a649b..42fd1b589c6 100644
--- a/net/py-dns/distinfo
+++ b/net/py-dns/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2007/03/09 09:41:36 gson Exp $
+$NetBSD: distinfo,v 1.8 2008/04/25 19:32:44 tnn Exp $
-SHA1 (dnspython-1.5.0.tar.gz) = 65bec9f891a22bfe2885ebcaa0efc735b5f5194b
-RMD160 (dnspython-1.5.0.tar.gz) = 4a0c9d3b082879528c7468dfb38c20009890fd87
-Size (dnspython-1.5.0.tar.gz) = 99179 bytes
+SHA1 (dnspython-1.6.0.tar.gz) = e5eeba2d5780db280cc144c7cf777a27972d9ad1
+RMD160 (dnspython-1.6.0.tar.gz) = b4a40b3fe6a7b63e8c801df6be8346570f121030
+Size (dnspython-1.6.0.tar.gz) = 100140 bytes