Date: Sun, 20 Jun 2021 16:20:08 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: 3f25287a2454 - main - www/py-WebError: Remove PY_PYGMENTS Message-ID: <202106201620.15KGK80I084919@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=3f25287a2454afd941166e217985c9322d76d331 commit 3f25287a2454afd941166e217985c9322d76d331 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-20 16:09:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-20 16:16:18 +0000 www/py-WebError: Remove PY_PYGMENTS With hat: python --- www/py-WebError/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/py-WebError/Makefile b/www/py-WebError/Makefile index cd537226a68c..f0a33b59455b 100644 --- a/www/py-WebError/Makefile +++ b/www/py-WebError/Makefile @@ -13,7 +13,7 @@ COMMENT= Web Error handling and exception catching LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.7:www/py-paste@${PY_FLAVOR} \ - ${PY_PYGMENTS} \ + ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Tempita>=0.3:textproc/py-Tempita@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:www/py-webob@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106201620.15KGK80I084919>