FreeBSD Bugzilla – Attachment 232730 Details for
Bug 262822
math/py-topologic: support Python-3.9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Support Python-3.9 and beyond
math_py-topologic.diff (text/plain), 1001 bytes, created by
Thierry Thomas
on 2022-03-26 10:45:56 UTC
(
hide
)
Description:
Support Python-3.9 and beyond
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2022-03-26 10:45:56 UTC
Size:
1001 bytes
patch
obsolete
>From ec08dda79c8c72e0c02feac95734266bad183b4e Mon Sep 17 00:00:00 2001 >From: Thierry Thomas <thierry@FreeBSD.org> >Date: Sat, 26 Mar 2022 11:43:49 +0100 >Subject: [PATCH] math/py-topologic: support Python-3.9 > >Do not hard-code $PYTHON_EXT_SUFFIX. >--- > math/py-topologic/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/math/py-topologic/Makefile b/math/py-topologic/Makefile >index 6b4bd28035df..9e2a33a2e384 100644 >--- a/math/py-topologic/Makefile >+++ b/math/py-topologic/Makefile >@@ -29,7 +29,7 @@ PLIST_FILES= ${PYTHON_SITELIBDIR}/topologic${PYTHON_EXT_SUFFIX}.so > > do-install: # workaround for https://github.com/wassimj/Topologic/issues/34 > ${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} >- ${INSTALL_LIB} ${BUILD_WRKSRC}/topologic.cpython-38.so ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} >+ ${INSTALL_LIB} ${BUILD_WRKSRC}/topologic${PYTHON_EXT_SUFFIX}.so ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} > > do-test: install > ${PYTHON_CMD} ${WRKSRC}/test/topologictest01.py >-- >2.35.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 262822
: 232730