Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 07:22:47 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: 36694bf48711 - main - textproc/py-rdflib: Remove outdated PYTHON_REL check after lang/python37 removal
Message-ID:  <202306300722.35U7MlQu084548@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=36694bf48711d22aed855ffbf271f666214687eb

commit 36694bf48711d22aed855ffbf271f666214687eb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:08:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:08:11 +0000

    textproc/py-rdflib: Remove outdated PYTHON_REL check after lang/python37 removal
---
 textproc/py-rdflib/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/textproc/py-rdflib/Makefile b/textproc/py-rdflib/Makefile
index a2f24a527525..800108b30b78 100644
--- a/textproc/py-rdflib/Makefile
+++ b/textproc/py-rdflib/Makefile
@@ -35,10 +35,4 @@ HTML_DESC=	HTML support
 
 HTML_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}html5lib>=1.0<2:www/py-html5lib@${PY_FLAVOR}
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=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?202306300722.35U7MlQu084548>