Files
pkgsrc-ng/devel/py-rope/Makefile
2014-11-05 12:41:07 +01:00

22 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:04 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
# XXX tests in contrib.codeassisttest fail
do-test:
cd ${WRKSRC} && ${PYTHONBIN} setup.py test
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"