diff options
Diffstat (limited to 'devel/py-pytokens/Makefile')
| -rw-r--r-- | devel/py-pytokens/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/py-pytokens/Makefile b/devel/py-pytokens/Makefile new file mode 100644 index 000000000000..8bf1fc0f7cfa --- /dev/null +++ b/devel/py-pytokens/Makefile @@ -0,0 +1,22 @@ +PORTNAME= pytokens +PORTVERSION= 0.3.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Fast, spec compliant Python 3.14+ tokenizer that runs on older Pythons +WWW= https://github.com/tusharsadhwani/pytokens + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> |
