Describe Supported-Platform on its own
This commit is contained in:
parent
edc5857ff2
commit
17c3308718
17
pep-0314.txt
17
pep-0314.txt
|
@ -88,15 +88,22 @@ Fields
|
||||||
|
|
||||||
POSIX, MacOS, Windows, BeOS, PalmOS.
|
POSIX, MacOS, Windows, BeOS, PalmOS.
|
||||||
|
|
||||||
Binary distributions will use the Supported-Platform field in
|
|
||||||
their metadata to specify the OS and CPU for which the binary
|
|
||||||
package was compiled. The semantics of the Supported-Platform
|
|
||||||
are not specified in this PEP.
|
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
Platform: POSIX, Windows
|
Platform: POSIX, Windows
|
||||||
|
|
||||||
|
Supported-Platform
|
||||||
|
|
||||||
|
Binary distributions containing a PKG-INFO file will use the
|
||||||
|
Supported-Platform field in their metadata to specify the OS and
|
||||||
|
CPU for which the binary package was compiled. The semantics of
|
||||||
|
the Supported-Platform field are not specified in this PEP.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
Supported-Platform: RedHat 7.2
|
||||||
|
Supported-Platform: i386-win32-2791
|
||||||
|
|
||||||
Summary
|
Summary
|
||||||
|
|
||||||
A one-line summary of what the package does.
|
A one-line summary of what the package does.
|
||||||
|
|
Loading…
Reference in New Issue