summaryrefslogtreecommitdiff
path: root/net/py-adns
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-20 11:39:21 +0000
committerwiz <wiz@pkgsrc.org>2014-01-20 11:39:21 +0000
commit4769eb4a38a6fe049dbe8c9635b603d55f54b743 (patch)
tree692b4080f5289f64bfcce2a80d798fdbc1db2909 /net/py-adns
parentbd7ca7075b92c8314b9dd0bb79f35b3155b7291f (diff)
downloadpkgsrc-4769eb4a38a6fe049dbe8c9635b603d55f54b743.tar.gz
Fix PKGNAME. Mark as not for python-3.x.
Diffstat (limited to 'net/py-adns')
-rw-r--r--net/py-adns/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/net/py-adns/Makefile b/net/py-adns/Makefile
index ab8063b3708..a3c1d373395 100644
--- a/net/py-adns/Makefile
+++ b/net/py-adns/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2012/10/23 17:19:01 asau Exp $
-#
+# $NetBSD: Makefile,v 1.13 2014/01/20 11:39:21 wiz Exp $
DISTNAME= adns-python-1.2.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
PKGREVISION= 1
CATEGORIES= net python
MASTER_SITES= http://adns-python.googlecode.com/files/
@@ -12,8 +11,12 @@ HOMEPAGE= http://code.google.com/p/adns-python/
COMMENT= Python interface to the GNU asynchronous DNS resolver library
LICENSE= gnu-gpl-v2
+CONFLICTS= ${PYPKGPREFIX}-adns-python-[0-9]*
+
EGG_NAME= ${DISTNAME:S/-/_/}
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.1
+
BUILDLINK_API_DEPENDS.adns+= adns>=1.2
.include "../../net/adns/buildlink3.mk"
.include "../../lang/python/distutils.mk"