pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-adns Fix PKGNAME. Mark as not for python-3.x.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85f4f54763f7
branches:  trunk
changeset: 629362:85f4f54763f7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 20 11:39:21 2014 +0000

description:
Fix PKGNAME. Mark as not for python-3.x.

diffstat:

 net/py-adns/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ee65626f5e22 -r 85f4f54763f7 net/py-adns/Makefile
--- a/net/py-adns/Makefile      Mon Jan 20 11:35:09 2014 +0000
+++ b/net/py-adns/Makefile      Mon Jan 20 11:39:21 2014 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index