Mon Jan 20 11:39:22 2014 UTC ()
Fix PKGNAME. Mark as not for python-3.x.


(wiz)
diff -r1.12 -r1.13 pkgsrc/net/py-adns/Makefile

cvs diff -r1.12 -r1.13 pkgsrc/net/py-adns/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-adns/Makefile 2012/10/23 17:19:01 1.12
+++ pkgsrc/net/py-adns/Makefile 2014/01/20 11:39:21 1.13
@@ -1,20 +1,23 @@ @@ -1,20 +1,23 @@
1# $NetBSD: Makefile,v 1.12 2012/10/23 17:19:01 asau Exp $ 1# $NetBSD: Makefile,v 1.13 2014/01/20 11:39:21 wiz Exp $
2# 
3 2
4DISTNAME= adns-python-1.2.1 3DISTNAME= adns-python-1.2.1
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
6PKGREVISION= 1 5PKGREVISION= 1
7CATEGORIES= net python 6CATEGORIES= net python
8MASTER_SITES= http://adns-python.googlecode.com/files/ 7MASTER_SITES= http://adns-python.googlecode.com/files/
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://code.google.com/p/adns-python/ 10HOMEPAGE= http://code.google.com/p/adns-python/
12COMMENT= Python interface to the GNU asynchronous DNS resolver library 11COMMENT= Python interface to the GNU asynchronous DNS resolver library
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
 14CONFLICTS= ${PYPKGPREFIX}-adns-python-[0-9]*
 15
15EGG_NAME= ${DISTNAME:S/-/_/} 16EGG_NAME= ${DISTNAME:S/-/_/}
16 17
 18PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.1
 19
17BUILDLINK_API_DEPENDS.adns+= adns>=1.2 20BUILDLINK_API_DEPENDS.adns+= adns>=1.2
18.include "../../net/adns/buildlink3.mk" 21.include "../../net/adns/buildlink3.mk"
19.include "../../lang/python/distutils.mk" 22.include "../../lang/python/distutils.mk"
20.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"