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

Use case: Install self-contained ScanCode archive #2090

Closed
pombredanne opened this issue Jun 23, 2020 · 1 comment
Closed

Use case: Install self-contained ScanCode archive #2090

pombredanne opened this issue Jun 23, 2020 · 1 comment

Comments

@pombredanne
Copy link
Member

For this use case, the goal is to build a fully self-contained archive, one for each combination of OS and Python version, that contains all the third-party wheels and/or tarballs such that it can be installed with only Python required before hand.

The OSses are win32, win64, linux64 and macos64.

The Python versions are Python 3.6, 3.7, 3.8 and later newer versions

As a side nice-to-have we could automate automate:

  • the upload of the tarballs or zip to the GitHub release page for that scancode version
  • the upload of the ScanCode wheel to Pypi

A super nice bonus would be to have an installer at least for Windows that would also contain Python, fully self-contained.

@pombredanne
Copy link
Member Author

This supported alright. Closing
We now publish Python/OS combos release archives for a matrix of linux/windows/macos x 3.6 to 3.9
Next steps would be installers tracked in #1703

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

No branches or pull requests

2 participants