pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-gnosis-utils Fix PKGNAME. Mark as not for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a3d4e7c3d60
branches:  trunk
changeset: 629394:8a3d4e7c3d60
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 20 16:18:29 2014 +0000

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

diffstat:

 textproc/py-gnosis-utils/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r c32b9bbbc3fd -r 8a3d4e7c3d60 textproc/py-gnosis-utils/Makefile
--- a/textproc/py-gnosis-utils/Makefile Mon Jan 20 15:47:56 2014 +0000
+++ b/textproc/py-gnosis-utils/Makefile Mon Jan 20 16:18:29 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2012/10/25 06:56:50 asau Exp $
-#
+# $NetBSD: Makefile,v 1.14 2014/01/20 16:18:29 wiz Exp $
 
 DISTNAME=      Gnosis_Utils-1.2.2
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/Gnosis_Utils/gnosis-utils/}
 CATEGORIES=    textproc python
 MASTER_SITES=  http://gnosis.cx/download/
 
@@ -15,5 +14,9 @@
 
 USE_LANGUAGES= #none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 1.2.2
+
+CONFLICTS+=    ${PYPKGPREFIX}-Gnosis-Utils-[0-9]*
+
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index