c1b44346cd
until proven otherwise.
21 lines
559 B
Makefile
21 lines
559 B
Makefile
# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:02 wiz Exp $
|
|
|
|
VERS= 0.9.3
|
|
DISTNAME= rope-${VERS}
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pypi.python.org/packages/source/r/rope/
|
|
|
|
MAINTAINER= helgoman@users.sourceforge.net
|
|
HOMEPAGE= http://rope.sourceforge.net/
|
|
COMMENT= Rope is a python refactoring library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34
|
|
|
|
# XXX tests in contrib.codeassisttest fail
|
|
do-test:
|
|
cd ${WRKSRC} && ${PYTHONBIN} setup.py test
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|