95150db338
Release 0.23.0 Syntax support - Implement structural pattern matching (PEP634) - Improve the heuristic for joining lines when extracting one line expression Bug fixes - Preserve newline format when writing files - Fix extract info collection for list comprehension with multiple targets Documentation - Fix typo
16 lines
416 B
Makefile
16 lines
416 B
Makefile
# $NetBSD: Makefile,v 1.28 2022/02/27 08:52:13 adam Exp $
|
|
|
|
DISTNAME= rope-0.23.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rope/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/python-rope/rope
|
|
COMMENT= Python refactoring library
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|