diff options
author | tnn <tnn@pkgsrc.org> | 2008-04-25 19:32:44 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-04-25 19:32:44 +0000 |
commit | 574818c93900af57dda097d9d1a7ada62dd46948 (patch) | |
tree | 444418ec905e8b8cd06064c1d13273fd65ae6e5e /net/py-dns/Makefile | |
parent | 8bf81d7d22de627f89d4ddacbcf0e43e09437266 (diff) | |
download | pkgsrc-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/Makefile')
-rw-r--r-- | net/py-dns/Makefile | 10 |
1 files changed, 6 insertions, 4 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" |