pkgsrc-WIP-changes archive

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

py-macs2: Add PYTHON_VERSIONS_INCOMPATIBLE=27



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Jan 10 12:35:18 2024 -0600
Changeset:	068ca5f17f7eb569b9d20262a4e3c578dc3ca3c8

Modified Files:
	py-macs3/Makefile

Log Message:
py-macs2: Add PYTHON_VERSIONS_INCOMPATIBLE=27

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

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

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

diffs:
diff --git a/py-macs3/Makefile b/py-macs3/Makefile
index 130f38d890..8268248692 100644
--- a/py-macs3/Makefile
+++ b/py-macs3/Makefile
@@ -22,6 +22,8 @@ TEST_DEPENDS=	${PYPKGPREFIX}-test>=7.0:../../devel/py-test
 USE_TOOLS+=	bash perl:test
 REPLACE_BASH=	test/cmdlinetest* test/prockreport test/*.py test/pyprofile*
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
 do-test: install
 	${RM} -rf ${WRKSRC}/temp
 	(cd ${WRKSRC}/test && ./cmdlinetest tag)


Home | Main Index | Thread Index | Old Index