freebsd-ports/devel/py-flynt/Makefile
Craig Leres 90761c0648 devel/py-flynt: Update to 1.0.1
Changes since 0.78:

 - Drop support for python 3.7.

 - Use ast to find candidate fstring expressions

Reported by:    portscout
2023-08-22 13:50:14 -07:00

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>