Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2023 21:53:48 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: c55bae8e1e4c - main - textproc/py-pygments: Remove outdated PYTHON_REL check after lang/python37 removal
Message-ID:  <202308262153.37QLrmKe033634@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=c55bae8e1e4c560aafa06b5909e8ac3a5cf8d120

commit c55bae8e1e4c560aafa06b5909e8ac3a5cf8d120
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-26 21:42:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-26 21:42:27 +0000

    textproc/py-pygments: Remove outdated PYTHON_REL check after lang/python37 removal
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 textproc/py-pygments/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/textproc/py-pygments/Makefile b/textproc/py-pygments/Makefile
index bed9b19a43f4..509b40cbdf4c 100644
--- a/textproc/py-pygments/Makefile
+++ b/textproc/py-pygments/Makefile
@@ -24,10 +24,4 @@ CONFLICTS_INSTALL=	py??-pygments-25
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=1.7.0:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308262153.37QLrmKe033634>