Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 01:44:20 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e713f52bfc3e - main - devel/py-jsonschema: Remove conditional DEPENDS
Message-ID:  <202306300144.35U1iKlL012449@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e713f52bfc3eaf6549eefb85216f8882cad0af21

commit e713f52bfc3eaf6549eefb85216f8882cad0af21
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-30 01:16:51 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-30 01:31:22 +0000

    devel/py-jsonschema: Remove conditional DEPENDS
    
    These *_DEPENDS are no longer required after the removal of python37.
    
    Sponsored by:   The FreeBSD Foundation
---
 devel/py-jsonschema/Makefile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/devel/py-jsonschema/Makefile b/devel/py-jsonschema/Makefile
index 89e536e50384..c867fb3a5ed4 100644
--- a/devel/py-jsonschema/Makefile
+++ b/devel/py-jsonschema/Makefile
@@ -35,9 +35,4 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-resources>=1.4.0:devel/py-importl
 		${PYTHON_PKGNAMEPREFIX}pkgutil-resolve-name>=1.3.10:devel/py-pkgutil-resolve-name@${PY_FLAVOR}
 .endif
 
-.if ${PYTHON_REL} < 30800
-RUN_DEPEDNS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
-.endif
-
 .include <bsd.port.post.mk>



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