qwcode
qwcode
SPDX is an approach to describing open source licenses that is designed to support automated auditing processes and generally make it simpler to create large collections of open source software...
The current definition of the "platform" tag in PEP 425 is inadequate: - it doesn't account for Linux distribution variations - it doesn't clearly indicate the Windows MSVC runtime (this...
document how/when a PR here takes it to the next step of becoming PEP in the PEP index. who has to approve? based on what? if we want people to...
"Provides-Extra" ( in dist-info METADATA files) is currently in "production" use for providing extras support for wheels. Both wheel and setuptools have modifications to support it. It's an oddball in...
Larger update that extends wheels to cope with Linux distributions (and potentially other includes other layout changes) --- migrated from https://bitbucket.org/pypa/pypi-metadata-formats/issues/19/wheel-20
The jsonschema file for PEP 426 hasn't been updated to account for the redesign of PEP 426 to make heavy use of extensions. That needs to be fixed. --- migrated...
Replacement for PEP 376 - restructure to use a layout similar to the PEP 426 one (current spec first, summary and rationale for changes relative to previous spec after) -...
Move items that are still in flux out of PEP 426/440/459 (this is mostly the metadata hooks extension at this point) --- migrated from https://bitbucket.org/pypa/pypi-metadata-formats/issues/21/finalise-metadata-20
Currently, it's entirely up to users to decide whether or not a particular wheel is compatible with zipimport. Wheel publishers should have a way to indicate that there wheel is...
The current ABI compatibility tagging in PEP 425 relies on distutils/sysconfig reporting a correct answer for SOABI. This isn't valid on Windows or on Python 2.x. The updated PEP needs...