FreeBSD Bugzilla – Attachment 218562 Details for
Bug 250160
[NEW PORT] lang/python39
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff file for python.mk
python.mk.diff (text/plain), 1.09 KB, created by
Wen Heping
on 2020-10-06 14:17:57 UTC
(
hide
)
Description:
diff file for python.mk
Filename:
MIME Type:
Creator:
Wen Heping
Created:
2020-10-06 14:17:57 UTC
Size:
1.09 KB
patch
obsolete
>Index: python.mk >=================================================================== >--- python.mk (revision 551575) >+++ python.mk (working copy) >@@ -19,9 +19,9 @@ > # Examples: > # > # USES=python:2.7 # Supports Python 2.7 Only >-# USES=python:3.5+ # Supports Python 3.5 or later >-# USES=python:3.5-3.8 # Supports Python 3.5 to 3.8 >-# USES=python:-3.6 # Supports Python up to 3.6 >+# USES=python:3.6+ # Supports Python 3.6 or later >+# USES=python:3.6-3.9 # Supports Python 3.6 to 3.9 >+# USES=python:-3.8 # Supports Python up to 3.8 > # USES=python # Supports any/all Python versions > # > # NOTE: <version-spec> should be as specific as possible, matching the versions >@@ -250,7 +250,7 @@ > # What Python version and what Python interpreters are currently supported? > # When adding a version, please keep the comment in > # Mk/bsd.default-versions.mk in sync. >-_PYTHON_VERSIONS= 2.7 3.7 3.8 3.6 # preferred first >+_PYTHON_VERSIONS= 2.7 3.7 3.8 3.9 3.6 # preferred first > _PYTHON_PORTBRANCH= 2.7 # ${_PYTHON_VERSIONS:[1]} > _PYTHON_BASECMD= ${LOCALBASE}/bin/python > _PYTHON_RELPORTDIR= lang/python
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 250160
:
218561
| 218562 |
218610