pkgsrc/devel/py-rope/Makefile
adam 95150db338 py-rope: updated to 0.23.0
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
2022-02-27 08:52:13 +00:00

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"