pkgsrc-WIP-changes archive

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

py-fastcluster: Mark python versions that are incompatibile



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

Modified Files:
	py-fastcluster/Makefile

Log Message:
py-fastcluster: Mark python versions that are incompatibile

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

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

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

diffs:
diff --git a/py-fastcluster/Makefile b/py-fastcluster/Makefile
index 4ad25b90fc..fd379a104d 100644
--- a/py-fastcluster/Makefile
+++ b/py-fastcluster/Makefile
@@ -13,6 +13,8 @@ LICENSE=	2-clause-bsd
 
 USE_LANGUAGES=	c c++
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27 38
+
 TOOL_DEPENDS+= 	${PYPKGPREFIX}-setuptools>=68.2:../../devel/py-setuptools
 TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 TEST_DEPENDS+=	${PYPKGPREFIX}-scipy>=1.6:../../math/py-scipy


Home | Main Index | Thread Index | Old Index