pkgsrc-WIP-changes archive

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

py-blosc2: Mark python versions that are incompatible



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Thu Jun 27 06:37:44 2024 -0600
Changeset:	d1d3f9c024da853386ed5d6f8eab6636d9a4a148

Modified Files:
	py-blosc2/Makefile

Log Message:
py-blosc2: Mark python versions that are incompatible

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

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

diffstat:
 py-blosc2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-blosc2/Makefile b/py-blosc2/Makefile
index d6ed142756..c936315b1e 100644
--- a/py-blosc2/Makefile
+++ b/py-blosc2/Makefile
@@ -13,6 +13,8 @@ LICENSE=	modified-bsd
 USE_LANGUAGES+=	c
 USE_LANGUAGES+=	c++
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27 38
+
 USE_TOOLS+=	cmake
 USE_TOOLS+=	pkg-config
 


Home | Main Index | Thread Index | Old Index