Date: Wed, 03 Dec 2025 06:28:20 +0000 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: 6799b2a10bfc - main - databases/py-snowflake-connector-python: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6) Message-ID: <692fd884.ed86.26ae8085@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6799b2a10bfc459358ac99a174d8d5cb3bd00bbd commit 6799b2a10bfc459358ac99a174d8d5cb3bd00bbd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-12-03 06:25:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-12-03 06:25:41 +0000 databases/py-snowflake-connector-python: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6) Approved by: portmgr (blanket) With hat: python --- databases/py-snowflake-connector-python/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/databases/py-snowflake-connector-python/Makefile b/databases/py-snowflake-connector-python/Makefile index 6820be37fb9c..08cd7198c13d 100644 --- a/databases/py-snowflake-connector-python/Makefile +++ b/databases/py-snowflake-connector-python/Makefile @@ -33,14 +33,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>0.24.0<2.0.0:devel/py-asn1crypto@ USES= python USE_PYTHON= autoplist concurrent cryptography cython3 pep517 -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 31000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1<2:net/py-urllib3@${PY_FLAVOR} -.endif - post-install: ${STRIP_CMD} \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/snowflake/connector/nanoarrow_arrow_iterator.cpython-${PYTHON_SUFFIX}.so -.include <bsd.port.post.mk> +.include <bsd.port.mk>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692fd884.ed86.26ae8085>
