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 wheel build tag regexes #475

Closed
graingert opened this issue Mar 23, 2017 · 3 comments
Closed

support wheel build tag regexes #475

graingert opened this issue Mar 23, 2017 · 3 comments
Labels
feature Request for a new feature needs discussion Need some more discussion needs more info Need more info to clarify issue

Comments

@graingert
Copy link
Member

eg:

echo 'numpy==1.11.0' > requirements.txt
pip-compile --generate-hashes --expression="cpy35.*-macosx.*x86_64"

will include

  • numpy-1.11.0-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
  • numpy-1.11.0.tar.gz

See peterbe/hashin#19 and #414

@atugushev atugushev added feature Request for a new feature needs discussion Need some more discussion labels Sep 19, 2019
@jdufresne
Copy link
Member

Since #414 has landed and been released, I don't think this feature is required any longer. That adds all hashes for all platforms. Is there still a use case not covered? I suggest we close.

@jdufresne jdufresne added the needs more info Need more info to clarify issue label Nov 28, 2020
@graingert
Copy link
Member Author

Yeah I think this is not needed anymore

@jdufresne
Copy link
Member

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Request for a new feature needs discussion Need some more discussion needs more info Need more info to clarify issue
Projects
None yet
Development

No branches or pull requests

3 participants