freebsd-ports/devel/py-untokenize/Makefile
Po-Chuan Hsieh 2136a0e912
devel/py-untokenize: Add py-untokenize 0.1.1
untokenize transforms tokens into source code. Unlike the standard library's
tokenize.untokenize(), it preserves the original whitespace between tokens.
2023-11-28 02:07:45 +08:00

18 lines
360 B
Makefile

PORTNAME= untokenize
PORTVERSION= 0.1.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Transform tokens into original source code
WWW= https://github.com/myint/untokenize
LICENSE= MIT
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>