1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

textproc/py-linkify-it-py: Remove PY_SETUPTOOLS

py-setuptools should be used rather than PY_SETUPTOOLS
This commit is contained in:
Po-Chuan Hsieh 2024-04-08 14:47:01 +08:00
parent 4158a2f17e
commit 87084d3425
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -11,7 +11,7 @@ WWW= https://github.com/tsutsu3/linkify-it-py
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uc-micro-py>=0:textproc/py-uc-micro-py@${PY_FLAVOR}