mariani 7430d12944 UPDATE: devel/py-rope 0.12.0 to 0.16.0
+ Mostly bugfixes.
+ GPLv2 to LGPLv3+.
+ spyder3 is the only consumer, so removed py2, py3 only port.
+ spyder3 tested, no problems found.
+ Taking MAINTAINER (again).

OK bket@ with modifications.
2020-03-20 11:46:06 +00:00

26 lines
470 B
Makefile

# $OpenBSD: Makefile,v 1.11 2020/03/20 11:46:06 mariani Exp $
COMMENT = refactoring library
MODPY_EGG_VERSION = 0.16.0
DISTNAME = rope-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = https://github.com/python-rope/rope
MAINTAINER = Elias M. Mariani <marianielias@gmail.com>
# LGPLv3+
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>