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

Update WheelStrategy to handle RECORD with commas #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kitterma
Copy link

Packages produced by tools like flit and pip have more than just the filename in RECORD. They have:
filename,sha256sum,filesize
For dirtbike's purposes we just need to split on commas and take the first part. For older style RECORD files with just filename, this still works.

Wheels produced by tools like flit and pip have more than just the filename in RECORD.  They have:
filename,sha256sum,filesize
For dirtbike's purposes we just need to split on commas and take the first part.  For older style RECORD files with just filename, this still works.
@kitterma
Copy link
Author

@warsaw : If you are still at all interested in dirtbike, you might want to have a look at this one. I've just uploaded this to Debian.

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.

1 participant