pkgsrc-WIP-changes archive

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

py-macs2: Correct comment regarding python versions



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sun Jan 22 17:24:51 2023 -0600
Changeset:	f1578ed183dcd5c985ab43cd99fced16cb3ecae1

Modified Files:
	py-macs2/Makefile

Log Message:
py-macs2: Correct comment regarding python versions

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

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

diffstat:
 py-macs2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-macs2/Makefile b/py-macs2/Makefile
index a8d1c9e141..3d504ba4e1 100644
--- a/py-macs2/Makefile
+++ b/py-macs2/Makefile
@@ -16,7 +16,7 @@ TOOL_DEPENDS+=	${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
 
 CYTHONIZE=	${PREFIX}/bin/cythonize-${PYVERSSUFFIX}
 
-# Distributed .c files do not support python 3.11
+# Distributed .c files do not support python > 3.9
 post-extract:
 	${MV} ${WRKSRC}/MACS2/cPosValCalculation.c ${WRKSRC}
 	${RM} ${WRKSRC}/MACS2/*.c ${WRKSRC}/MACS2/*/*.c


Home | Main Index | Thread Index | Old Index