-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
Standard wheel packages #34450
Comments
Author: Matthias Koeppe |
This comment has been minimized.
This comment has been minimized.
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
If |
comment:9
Please feel free to push improvements to the documentation to the ticket. I have to stop here for tonight. I don't see "platform-independent" in https://peps.python.org/pep-0425/; it uses the terminology "pure Python". There might be other places to look at |
comment:10
This failure seems related:
|
Changed branch from u/mkoeppe/standard_wheel_packages to u/klee/standard_wheel_packages |
comment:12
Replying to @mkoeppe:
Just from internet search, I see no "non-platform" and a couple of "platform independent". As far as I understand, "pure Python" is not quite right. New commits:
|
Dependencies: #34421 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:16
LGTM. |
Reviewer: Kwankyu Lee |
comment:17
Thanks! |
comment:19
Do you know why the github actions failed? |
This comment has been minimized.
This comment has been minimized.
comment:20
Maybe I forgot to check in a file? |
comment:21
The file is there. |
comment:22
It's a defect of the type of incremental build with a changed |
comment:23
I've opened #34452 for it |
Changed branch from u/klee/standard_wheel_packages to |
We add a mechanism to install Python packages from (platform-independent) wheels instead of from source distributions.
This will allow us to make packages such as
furo
andjupyterlab
standard. Currently they arepip
packages, as they need internet connectivity to get Javascript packages (vianodeenv
).Here we make
furo
a standard wheel package. This is for #33833.Depends on #34421
CC: @dimpase @kwankyu @jhpalmieri
Component: build
Author: Matthias Koeppe
Branch/Commit:
d887d44
Reviewer: Kwankyu Lee
Issue created by migration from https://trac.sagemath.org/ticket/34450
The text was updated successfully, but these errors were encountered: