qwcode
qwcode
Currently, the wheel format only supports installation to directories covered by the sysconfig schemes. This is a good thing for cross-platform wheel files, but can be an annoying limitation for...
Replacement for PEP 425 that increases scope to also cover the naming scheme used for dist-info directories, installation DB metadata directories, sdist archives and wheel archives. --- migrated from https://bitbucket.org/pypa/pypi-metadata-formats/issues/23/common-filename-scheme
From http://bugs.python.org/issue1294032 : ``` The distutils package writes out the Keywords metadata field in PKG-INFO comma-separated, while the Cheeseshop/PyPI follows the PEP 341 example and seems to expect space separated...
Twisted has a plugin system which currently requires some gross hacks to make it work well with packaging. How can we improve this situation in metadata 2.0 so that Twisted...
It would be great if projects (Wheels Mostly? Possibly installed projects too?) could declare their ABI version and then other projects could declare a dependency on a particular ABI as...
New version of the sdist format that defines a more structured file format and includes a dist-info metadata directory --- Issue migrated from https://bitbucket.org/pypa/pypi-metadata-formats/issues/20/sdist-20
- add pydist.json - move file naming conventions out to a separate PEP --- migrated from https://bitbucket.org/pypa/pypi-metadata-formats/issues/18/wheel-11
I suspect pip doesn't really need the"egg=" value (assuming we make some modifications) setuptools used it in two cases: - installing single py files (which pip doesn't support I guess?)...