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

Support wheels #9

Closed
jaraco opened this issue Oct 22, 2020 · 12 comments
Closed

Support wheels #9

jaraco opened this issue Oct 22, 2020 · 12 comments
Labels
Milestone

Comments

@jaraco
Copy link
Member

jaraco commented Oct 22, 2020

In GitLab by @warsaw on Sep 11, 2018, 24:31

I'm opening this as a separate ticket. We don't currently support wheels, but like with importlib_resources we should. I'll do this after adding the 2.7 support, because... fun!

@jaraco jaraco added the feature label Oct 22, 2020
@jaraco jaraco added this to the 0.3 milestone Oct 22, 2020
@jaraco
Copy link
Member Author

jaraco commented Oct 22, 2020

In GitLab by @jaraco on Sep 11, 2018, 20:45

I was thinking about this one - what does it mean to support zip files? Is there a metadata format defined for zip files? Is this meant to support wheels? Eggs? Other zip files conforming to some spec/heuristic?

@jaraco
Copy link
Member Author

jaraco commented Oct 22, 2020

In GitLab by @warsaw on Sep 11, 2018, 21:20

Yep, wheels. So if you create a wheel with python setup.py bdist_wheel and then put that .whl on PYTHONPATH then you should be able to pull the metadata out of the .dist-info directory inside the .whl.

@jaraco
Copy link
Member Author

jaraco commented Oct 22, 2020

In GitLab by @warsaw on Sep 13, 2018, 20:10

changed title from Support {-zip file-}s to Support {+wheel+}s

@jaraco
Copy link
Member Author

jaraco commented Oct 22, 2020

In GitLab by @warsaw on Sep 13, 2018, 20:10

changed the description

@jaraco
Copy link
Member Author

jaraco commented Oct 22, 2020

In GitLab by @warsaw on Sep 13, 2018, 21:50

mentioned in commit 12a1e5d

@jaraco
Copy link
Member Author

jaraco commented Oct 22, 2020

In GitLab by @warsaw on Sep 13, 2018, 21:51

mentioned in merge request !10

@jaraco
Copy link
Member Author

jaraco commented Oct 22, 2020

In GitLab by @warsaw on Sep 14, 2018, 15:47

assigned to @warsaw

@jaraco
Copy link
Member Author

jaraco commented Oct 22, 2020

In GitLab by @warsaw on Sep 14, 2018, 15:50

mentioned in merge request !9

@jaraco
Copy link
Member Author

jaraco commented Oct 22, 2020

In GitLab by @jaraco on Sep 14, 2018, 16:32

mentioned in commit cddeeb6

@jaraco
Copy link
Member Author

jaraco commented Oct 22, 2020

In GitLab by @warsaw on Sep 14, 2018, 16:32

closed via commit 12a1e5d

@jaraco
Copy link
Member Author

jaraco commented Oct 22, 2020

In GitLab by @jaraco on Sep 14, 2018, 16:32

closed via merge request !10

@jaraco
Copy link
Member Author

jaraco commented Oct 22, 2020

In GitLab by @jaraco on Sep 15, 2018, 18:24

mentioned in merge request !11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant