Sun Aug 6 19:57:49 2017 UTC ()
Makefile clean-up


(adam)
diff -r1.13 -r1.14 pkgsrc/devel/py-rope/Makefile

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

--- pkgsrc/devel/py-rope/Makefile 2017/08/06 19:55:11 1.13
+++ pkgsrc/devel/py-rope/Makefile 2017/08/06 19:57:49 1.14
@@ -1,20 +1,16 @@ @@ -1,20 +1,16 @@
1# $NetBSD: Makefile,v 1.13 2017/08/06 19:55:11 adam Exp $ 1# $NetBSD: Makefile,v 1.14 2017/08/06 19:57:49 adam Exp $
2 2
3DISTNAME= rope-0.10.5 3DISTNAME= rope-0.10.5
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_PYPI:=r/rope/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/rope/}
7 7
8MAINTAINER= helgoman@users.sourceforge.net 8MAINTAINER= helgoman@users.sourceforge.net
9HOMEPAGE= https://github.com/python-rope/rope 9HOMEPAGE= https://github.com/python-rope/rope
10COMMENT= Rope is a python refactoring library 10COMMENT= Rope is a python refactoring library
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13#PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 13USE_LANGUAGES= # none
14 
15# XXX tests in contrib.codeassisttest fail 
16do-test: 
17 cd ${WRKSRC} && ${PYTHONBIN} setup.py test 
18 14
19.include "../../lang/python/egg.mk" 15.include "../../lang/python/egg.mk"
20.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"