Tue Aug 31 10:57:13 2010 UTC ()
uses new "<case1> if <cond> else <case2>" syntax -> Python-2.5+ only
(seen in bulk build)


(drochner)
diff -r1.1.1.1 -r1.2 pkgsrc/devel/py-rope/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/py-rope/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-rope/Makefile 2010/08/15 10:34:56 1.1.1.1
+++ pkgsrc/devel/py-rope/Makefile 2010/08/31 10:57:13 1.2
@@ -1,22 +1,24 @@ @@ -1,22 +1,24 @@
1# $NetBSD: Makefile,v 1.1.1.1 2010/08/15 10:34:56 drochner Exp $ 1# $NetBSD: Makefile,v 1.2 2010/08/31 10:57:13 drochner Exp $
2# 2#
3 3
4VERS= 0.9.3 4VERS= 0.9.3
5DISTNAME= rope-${VERS} 5DISTNAME= rope-${VERS}
6PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 6PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
7CATEGORIES= devel 7CATEGORIES= devel
8MASTER_SITES= http://pypi.python.org/packages/source/r/rope/ 8MASTER_SITES= http://pypi.python.org/packages/source/r/rope/
9 9
10MAINTAINER= helgoman@users.sourceforge.net 10MAINTAINER= helgoman@users.sourceforge.net
11HOMEPAGE= http://rope.sourceforge.net/ 11HOMEPAGE= http://rope.sourceforge.net/
12COMMENT= Rope is a python refactoring library 12COMMENT= Rope is a python refactoring library
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
 17PYTHON_VERSIONS_ACCEPTED= 26 25
 18
17# XXX tests in contrib.codeassisttest fail 19# XXX tests in contrib.codeassisttest fail
18do-test: 20do-test:
19 cd ${WRKSRC} && ${PYTHONBIN} setup.py test 21 cd ${WRKSRC} && ${PYTHONBIN} setup.py test
20 22
21.include "../../lang/python/egg.mk" 23.include "../../lang/python/egg.mk"
22.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"