pkgsrc-WIP-changes archive

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

py-macs3: Remove py38 from incompatible list (no longer supported)



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Oct 14 17:02:07 2024 -0500
Changeset:	3fea46527eec7c6adb96ace60aa69e6d833f9511

Modified Files:
	py-macs3/Makefile

Log Message:
py-macs3: Remove py38 from incompatible list (no longer supported)

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

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, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-macs3/Makefile b/py-macs3/Makefile
index 18a30f2863..9f41ea2cc4 100644
--- a/py-macs3/Makefile
+++ b/py-macs3/Makefile
@@ -24,7 +24,7 @@ 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 38	# Does not build
+PYTHON_VERSIONS_INCOMPATIBLE=	27 	# Does not build
 
 do-test: install
 	${RM} -rf ${WRKSRC}/temp


Home | Main Index | Thread Index | Old Index