Skip to content

Commit ad4192c

Browse files
committed
Add discussion link
1 parent 73d0bfc commit ad4192c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

peps/pep-0783.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ PEP: 783
22
Title: Emscripten Packaging
33
Author: Hood Chatham <roberthoodchatham at gmail.com>
44
Sponsor: Łukasz Langa <lukasz at python.org>
5-
Discussions-To:
5+
Discussions-To: https://discuss.python.org/t/86862
66
Status: Draft
77
Type: Standards Track
88
Topic: Packaging
99
Created: 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

1213
Abstract
1314
========
@@ -166,11 +167,10 @@ Package indexes SHOULD accept any wheel whose platform tag matches
166167
Dependency 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

176176
Trove Classifier

0 commit comments

Comments
 (0)