574818c939
- 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.
19 lines
459 B
Makefile
19 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.15 2008/04/25 19:32:44 tnn Exp $
|
|
|
|
DISTNAME= dnspython-1.6.0
|
|
PKGNAME= ${PYPKGPREFIX}-dns-1.6.0
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://www.dnspython.org/kits/${PKGVERSION}/
|
|
|
|
MAINTAINER= gson@NetBSD.org
|
|
HOMEPAGE= http://www.dnspython.org/
|
|
COMMENT= Python DNS toolkit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 25 24 23
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|