pkgsrc/devel/py-rope/Makefile
wiz aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00

22 lines
559 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/04/08 19:08:54 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
PKG_DESTDIR_SUPPORT= user-destdir
# XXX tests in contrib.codeassisttest fail
do-test:
cd ${WRKSRC} && ${PYTHONBIN} setup.py test
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"