mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
Changes: https://github.com/MarcoGorelli/cython-lint/releases https://github.com/MarcoGorelli/cython-lint/commits/main
25 lines
730 B
Makefile
25 lines
730 B
Makefile
PORTNAME= cython-lint
|
|
PORTVERSION= 0.16.6
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI \
|
|
https://github.com/MarcoGorelli/cython-lint/releases/download/v${PORTVERSION}/
|
|
DISTNAME= cython_lint-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Lint Cython files
|
|
WWW= https://github.com/MarcoGorelli/cython-lint
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycodestyle>=0:devel/py-pycodestyle@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}tokenize-rt>=3.2.0:devel/py-tokenize-rt@${PY_FLAVOR} \
|
|
${PY_TOMLI}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist cython_run noflavors pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|