qwcode

Results 18 issues of 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...

PEP459

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...

Wheel

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...

Metadata

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

Wheel

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...

PEP426
Metadata
Extensions

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) -...

Installation-Database

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

PEP426
Metadata

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...

Wheel

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...

Wheel