Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 01:44:19 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: 09aaaf8e0637 - main - devel/py-pytest-rerunfailures: Remove conditional DEPENDS
Message-ID:  <202306300144.35U1iJXi012430@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=09aaaf8e0637508b95643829b50aa575b45e1831

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

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

diff --git a/devel/py-pytest-rerunfailures/Makefile b/devel/py-pytest-rerunfailures/Makefile
index d9f40518d5fa..1c57beb8e007 100644
--- a/devel/py-pytest-rerunfailures/Makefile
+++ b/devel/py-pytest-rerunfailures/Makefile
@@ -19,10 +19,4 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.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?202306300144.35U1iJXi012430>