ports/misc/py-ast-comments/Makefile
Yuri Victorovich c0e2787ebf misc/py-ast-comments: update 1.2.1 → 1.2.2
Reported by:	portscout
2024-03-27 00:32:09 -07:00

22 lines
501 B
Makefile

PORTNAME= ast-comments
DISTVERSION= 1.2.2
CATEGORIES= misc
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Extension to the built-in ast module
WWW= https://github.com/t3rn0/ast-comments
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist
NO_ARCH= yes
.include <bsd.port.mk>