21 lines
559 B
Makefile
21 lines
559 B
Makefile
# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:35 wiz Exp $
|
|
|
|
VERS= 0.10.2
|
|
DISTNAME= rope-${VERS}
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rope/}
|
|
|
|
MAINTAINER= helgoman@users.sourceforge.net
|
|
HOMEPAGE= https://github.com/python-rope/rope
|
|
COMMENT= Rope is a python refactoring library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
|
|
|
|
# XXX tests in contrib.codeassisttest fail
|
|
do-test:
|
|
cd ${WRKSRC} && ${PYTHONBIN} setup.py test
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|