Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 07:20:37 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: e513eddb8de0 - main - security/py-argon2-cffi: Remove outdated PYTHON_REL check after lang/python37 removal
Message-ID:  <202306300720.35U7KbVI075909@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=e513eddb8de0d3e60efbf52c2aec48e204a5f208

commit e513eddb8de0d3e60efbf52c2aec48e204a5f208
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:04:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:04:36 +0000

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

diff --git a/security/py-argon2-cffi/Makefile b/security/py-argon2-cffi/Makefile
index 33c00d51b231..49e5d45888af 100644
--- a/security/py-argon2-cffi/Makefile
+++ b/security/py-argon2-cffi/Makefile
@@ -24,10 +24,4 @@ USE_PYTHON=	autoplist concurrent pep517 pytest
 NO_ARCH=	yes
 TEST_ENV=	PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${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?202306300720.35U7KbVI075909>