-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Dummy package _sagemath: record downstream package of Sage in distributions #33870
Comments
Commit: |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
comment:4
I have taken the information about the packages from repology; please help to make this information accurate Also https://trac.sagemath.org/wiki/Distribution#Packagemanagers probably needs updating - I've come across some broken links etc. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Author: Matthias Koeppe, ... |
Changed author from Matthias Koeppe, ... to Matthias Koeppe |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Dependencies: #34252 |
comment:11
diff --git a/build/pkgs/_sagemath/SPKG.rst b/build/pkgs/_sagemath/SPKG.rst
index c0021422ad..5f38af716d 100644
--- a/build/pkgs/_sagemath/SPKG.rst
+++ b/build/pkgs/_sagemath/SPKG.rst
@@ -12,4 +12,4 @@ including documentation and Jupyter.
Downstream Contact
------------------
-See https://trac.sagemath.org/wiki/Distribution#Packagemanagers
+See :trac:`wiki/Distribution#Packagemanagers`. |
comment:12
Before the above change, there was an error in building the documentation. But with the above change, it shows as
|
comment:13
Somewhere else we use
I'll change it to that. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:15
These "dummy script packages" might be of type "dummy" so that they are not mixed with real standard and optional packages. |
comment:16
Please leave "dependencies" blank instead of "none". It will look better. |
comment:17
Could a dummy package be really installable? Specifically, how about "_recommended" package? |
comment:18
The word "None" is generated by |
comment:19
No, dummy packages are not installable. That's what makes them dummy. _recommended is not installable either |
comment:20
Then the type of a dummy package is not significant? |
comment:21
Replying to @mkoeppe:
For documentation look and feel, yes. But if you think "None" is better for other considerations, then I would not insist. |
comment:22
The output is only about look and feel. I'll change it. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:24
Replying to @kwankyu:
I think they are all "optional", there's no additional distinction |
comment:25
Replying to @kwankyu:
Just an idea for another ticket... |
comment:26
I'd say "dummy script" is a "source type", not a "package type", see https://doc.sagemath.org/html/en/developer/packaging.html#package-source-types |
comment:28
Replying to @mkoeppe:
But "dummy package" is a package type. More seriously it seems that the last two lines are also auto-generated, and not suitable for a dummy package.
So these dummy packages really should be treated separately. But for this, later. There is a typo:
Missing apostrophe? |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:32
Thanks for updating stuffs for dummy packages. It looks good to me. |
Reviewer: Kwankyu Lee |
comment:34
Thank you! |
To generate info for
src/doc/en/installation/linux.rst
and to provision devcontainers that launch downstream Sage as packaged by distributions (as done in #33671 for archlinux, conda)
Depends on #34252
CC: @antonio-rojas @kiwifb @isuruf @collares @tornaria @tobihan @jhpalmieri @seblabbe @nbruin @kwankyu
Component: documentation
Author: Matthias Koeppe
Branch/Commit:
4280369
Reviewer: Kwankyu Lee
Issue created by migration from https://trac.sagemath.org/ticket/33870
The text was updated successfully, but these errors were encountered: