90761c0648
Changes since 0.78: - Drop support for python 3.7. - Use ast to find candidate fstring expressions Reported by: portscout
22 lines
588 B
Makefile
22 lines
588 B
Makefile
PORTNAME= flynt
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= leres@FreeBSD.org
|
|
COMMENT= Convert Python scripts from string formatting to f-strings
|
|
WWW= https://github.com/ikamensh/flynt
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astor>0:devel/py-astor@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}tomli>1.1.0:textproc/py-tomli@${PY_FLAVOR}
|
|
|
|
USES= python:3.8+
|
|
USE_GITHUB= yes
|
|
USE_PYTHON= autoplist pep517
|
|
|
|
GH_ACCOUNT= ikamensh
|
|
|
|
.include <bsd.port.mk>
|