pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

*: restrict to Python 3.12+ for py-numpy



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Jun 28 17:47:16 2026 +0200
Changeset:	46f1d85ed21268b63ca3156905e0f5b404b4839a

Modified Files:
	ledger/Makefile
	py-cutadapt/Makefile
	py-dnaio/Makefile
	py-huggingface-hub/Makefile

Log Message:
*: restrict to Python 3.12+ for py-numpy

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=46f1d85ed21268b63ca3156905e0f5b404b4839a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ledger/Makefile             | 2 +-
 py-cutadapt/Makefile        | 2 +-
 py-dnaio/Makefile           | 2 ++
 py-huggingface-hub/Makefile | 2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/ledger/Makefile b/ledger/Makefile
index e344579332..357545665d 100644
--- a/ledger/Makefile
+++ b/ledger/Makefile
@@ -20,7 +20,7 @@ TEST_ENV+=	LD_LIBRARY_PATH=${WRKSRC:Q}/${CMAKE_BUILD_DIR:Q}
 TEST_ENV+=	DYLD_LIBRARY_PATH=${WRKSRC:Q}/${CMAKE_BUILD_DIR:Q}
 
 # https://github.com/ledger/ledger/issues/2332
-PYTHON_VERSIONS_ACCEPTED=	312 311 310	# PyUnicode_GET_SIZE
+PYTHON_VERSIONS_ACCEPTED=	312 # PyUnicode_GET_SIZE
 
 CMAKE_CONFIGURE_ARGS+=	-DPython_EXECUTABLE:STRING=${TOOL_PYTHONBIN:Q}
 CMAKE_CONFIGURE_ARGS+=	-DCMAKE_POLICY_VERSION_MINIMUM=3.16.2
diff --git a/py-cutadapt/Makefile b/py-cutadapt/Makefile
index d203ec634e..108b927ec1 100644
--- a/py-cutadapt/Makefile
+++ b/py-cutadapt/Makefile
@@ -19,7 +19,7 @@ DEPENDS+=	${PYPKGPREFIX}-dnaio>=0.10.0:../../biology/py-dnaio
 
 PYTHON_SELF_CONFLICT=	yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=	310
+PYTHON_VERSIONS_INCOMPATIBLE=	310 311
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-dnaio/Makefile b/py-dnaio/Makefile
index 96b6a4acc4..0b45bf90cb 100644
--- a/py-dnaio/Makefile
+++ b/py-dnaio/Makefile
@@ -14,5 +14,7 @@ TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_sc
 TOOL_DEPENDS+=	${PYPKGPREFIX}-cython>=0.29.20:../../devel/py-cython
 DEPENDS+=	${PYPKGPREFIX}-xopen>=1.4.0:../../devel/py-xopen
 
+PYTHON_VERSIONS_INCOMPATIBLE=	310 311
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-huggingface-hub/Makefile b/py-huggingface-hub/Makefile
index baa1f1c449..1b9f41ee10 100644
--- a/py-huggingface-hub/Makefile
+++ b/py-huggingface-hub/Makefile
@@ -24,7 +24,7 @@ DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=4.1.0:../../devel/py-typing-extensio
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	310
+PYTHON_VERSIONS_INCOMPATIBLE=	310 311
 
 SCRIPTS=	hf huggingface-cli tiny-agents
 


Home | Main Index | Thread Index | Old Index