Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: use pep517 to extract metadata #380

Closed
wants to merge 5 commits into from
Closed

WIP: use pep517 to extract metadata #380

wants to merge 5 commits into from

Conversation

tomprince
Copy link
Contributor

@tomprince tomprince commented Jan 21, 2022

Fixes #319.

TODO:

  • Properly parse requires-dist (since this includes the equivalent of the old install_requires and extra_requires). This should perhaps be done in the python, before writing out the metadata.
  • Provide code paths for use by pypi-deps-db.
  • Provide code paths for use by flake's extract-reqs.
  • Remove obsolete code.
  • Decide on whether to drop python2 support. If so, document that change; if not, provide fallback code to handle that case.
  • ....

@tomprince
Copy link
Contributor Author

Closing in favour of #401, which is from a repo that isn't likely to be deleted soon.

@tomprince tomprince closed this Feb 14, 2022
@tomprince tomprince deleted the pep517-metadata branch February 14, 2022 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for getting requirements from pyproject.toml based projects.
1 participant