mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Update PYMAGICTAG
imp.get_tag() is deprecated since version 3.4. Use sys.implementation.cache_tag directly starting in Python 3.3. Reference: https://docs.python.org/3/library/imp.html#imp.get_tag
This commit is contained in:
parent
b4a9b135d8
commit
ff7216bdbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485876
@ -614,7 +614,7 @@ add-plist-pymod:
|
||||
# When Python version is 3.2+ we rewrite all the filenames
|
||||
# of TMPPLIST that end with .py[co], so that they conform
|
||||
# to PEP 3147 (see https://www.python.org/dev/peps/pep-3147/)
|
||||
PYMAGICTAG= ${PYTHON_CMD} -c 'import imp; print(imp.get_tag())'
|
||||
PYMAGICTAG= ${PYTHON_CMD} -c 'import sys; print(sys.implementation.cache_tag)'
|
||||
_USES_stage+= 935:add-plist-python
|
||||
add-plist-python:
|
||||
@${AWK} '\
|
||||
|
Loading…
Reference in New Issue
Block a user