-
Notifications
You must be signed in to change notification settings - Fork 40
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
add ability to build from local PKG-INFO file #185
Conversation
This patch uses build.project_wheel_metadata to extract more metadata when it's not using setuptools and the metaextract package is not useful. This patch also includes some support for detecting scripts and test dependencies for projects using poetry. See ##177
Please enter a commit message to explain why this merge is necessary, especially if it merges an updated upstream into a topic branch. Lines starting with '#' will be ignored, and an empty message aborts the commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before I will be even looking at diff, could I ask for git rebase -i
and rearranging commits to some meaningful units with proper commit messages?
I can, but lasy, code just work, and there isn't much changes done, just added two functions 'pypi_text_file' and 'pypi_json_file', also added --local, --localfile and --source-extension for generate subcommand. The --local flag indicates, that py2pack should fetch data from local file such as '{name}.egg-info/PKG-INFO' by default, --localfile indicates direct path to the local file. --source-extension is extension for source, if no source url is provided, by default it takes value '.zip'. Also, i merged commits from danigm user (#178), who did patch for using build.project_wheel_metadata to extract more metadata when it's not using setuptools and the metaextract package is not useful. There changes provided as is, with no any responsibilities, just for meself |
If you made changes just for yourself, then I don’t know why you submitted it here. |
No description provided.