Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
c781ac47
Commit
c781ac47
authored
Mar 30, 2021
by
sunpoet
Browse files
Remove PYTHON_PYOEXTENSION (followup of r500018 and 569588)
PYTHON_PYOEXTENSION is opt-1.pyc for Python 3.5+.
parent
6a7680c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
math/py-rpy2/Makefile
View file @
c781ac47
...
...
@@ -27,7 +27,7 @@ USE_PYTHON= autoplist concurrent distutils
MAKE_ENV
=
RPY2_CFFI_MODE
=
BOTH
PLIST_FILES
=
${PYTHON_SITELIBDIR}
/__pycache__/_rinterface_cffi_abi.cpython-
${PYTHON_SUFFIX}
.
${PYTHON_PYOEXTENSION}
\
PLIST_FILES
=
${PYTHON_SITELIBDIR}
/__pycache__/_rinterface_cffi_abi.cpython-
${PYTHON_SUFFIX}
.
opt-1.pyc
\
${PYTHON_SITELIBDIR}
/__pycache__/_rinterface_cffi_abi.cpython-
${PYTHON_SUFFIX}
.pyc
\
${PYTHON_SITELIBDIR}
/_rinterface_cffi_abi.py
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment