File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,13 @@ PEP: 783
22Title: Emscripten Packaging
33Author: Hood Chatham <roberthoodchatham at gmail.com>
44Sponsor: Łukasz Langa <lukasz at python.org>
5- Discussions-To:
5+ Discussions-To: https://discuss.python.org/t/86862
66Status: Draft
77Type: Standards Track
88Topic: Packaging
99Created: 28-Mar-2025
10- Post-History: `18-Mar-2025 <https://discuss.python.org/t/84996 >`__
10+ Post-History: `02-Apr-2025 <https://discuss.python.org/t/86862 >`__,
11+ `18-Mar-2025 <https://discuss.python.org/t/84996 >`__
1112
1213Abstract
1314========
@@ -166,11 +167,10 @@ Package indexes SHOULD accept any wheel whose platform tag matches
166167Dependency Specifier Markers
167168----------------------------
168169
169- According to `PEP 776
170- <https://peps.python.org/pep-0776/#platform-identification> `__, in Emscripten
171- Python `sys.platform ` returns `"emscripten" `. To check for the Emscripten
172- platform in a dependency specifier, one can use ``sys_platform == 'emscripten' ``
173- (or its negation).
170+ According to :pep: `776#platform-identification `, in Emscripten Python
171+ ``sys.platform `` returns ``"emscripten" ``. To check for the Emscripten platform in a
172+ dependency specifier, one can use ``sys_platform == 'emscripten' `` (or its
173+ negation).
174174
175175
176176Trove Classifier
You can’t perform that action at this time.
0 commit comments