Date: Mon, 8 Apr 2024 06:52:00 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9c5a4f8f2043 - main - textproc/py-python-markdown-math: Remove PY_SETUPTOOLS Message-ID: <202404080652.4386q0xI051330@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c5a4f8f204367adf64fc81d80153140a4109965 commit 9c5a4f8f204367adf64fc81d80153140a4109965 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-08 06:47:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-08 06:47:17 +0000 textproc/py-python-markdown-math: Remove PY_SETUPTOOLS py-setuptools should be used rather than PY_SETUPTOOLS --- textproc/py-python-markdown-math/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/py-python-markdown-math/Makefile b/textproc/py-python-markdown-math/Makefile index c5ae2bdebf64..a5c0d5f0fd51 100644 --- a/textproc/py-python-markdown-math/Makefile +++ b/textproc/py-python-markdown-math/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/mitya57/python-markdown-math LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=30.3:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=3.0:textproc/py-markdown@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404080652.4386q0xI051330>