-
-
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
Yet more spkg_configure for standard python packages #36276
Yet more spkg_configure for standard python packages #36276
Commits on Sep 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1ee53b6 - Browse repository at this point
Copy the full SHA 1ee53b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6462f07 - Browse repository at this point
Copy the full SHA 6462f07View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccd5629 - Browse repository at this point
Copy the full SHA ccd5629View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e0f997 - Browse repository at this point
Copy the full SHA 5e0f997View commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 468b87d - Browse repository at this point
Copy the full SHA 468b87dView commit details
Commits on Sep 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 28cf8d9 - Browse repository at this point
Copy the full SHA 28cf8d9View commit details -
7.1+ does not work with Sage, cf sagemath/pull/35658
see sagemath#35658, in particular sagemath#35658 (comment) and later
Configuration menu - View commit details
-
Copy full SHA for 264085e - Browse repository at this point
Copy the full SHA 264085eView commit details -
configure.ac: disable pytz with --disable-doc and --disable-r
The pytz package is a dependency of three others: babel, rpy2, and tzlocal. And tzlocal is itself a dependency of rpy2. Babel is already disabled with --disable-doc, and rpy2 and tzlocal are disabled with --disable-r. It therefore makes sense to disable pytz when both --disable-doc and --disable-r are given.
Configuration menu - View commit details
-
Copy full SHA for 62164e3 - Browse repository at this point
Copy the full SHA 62164e3View commit details -
configure.ac: no cffi/pycparser with --disable-notebook and --disable-r
The pycparser package is a dependency of two others, cffi and rpy2, which can be disabled with --disable-notebook and --disable-r respectively. As a result we can disable pycparser when both flags are present.
Configuration menu - View commit details
-
Copy full SHA for ca3d95b - Browse repository at this point
Copy the full SHA ca3d95bView commit details -
configure.ac: disable pytz_deprecation_shim with --disable-r
The pytz_deprecation_shim package is a dependency only of tzlocal, which is already disabled with --disable-r.
Configuration menu - View commit details
-
Copy full SHA for 2edd973 - Browse repository at this point
Copy the full SHA 2edd973View commit details -
configure.ac: disable argon2_cffi_bindings with --disable-notebook
Passing --disable-notebook to ./configure already disables the argon2_cffi package, so it should be safe to disable its bindings as well.
Configuration menu - View commit details
-
Copy full SHA for c3521b9 - Browse repository at this point
Copy the full SHA c3521b9View commit details -
configure.ac: disable soupsieve with --disable-notebook
The soupsieve package is a dependency of beautifulsoup4, which is already disabled with --disable-notebook. It should therefore be safe to disable soupsieve under the same circumstances.
Configuration menu - View commit details
-
Copy full SHA for 5b23bf6 - Browse repository at this point
Copy the full SHA 5b23bf6View commit details -
configure.ac: disable sphinx_basic_ng with --disable-doc
The sphinx_basic_ng package is solely a dependency of furo, which is already disabled with --disable-doc. We should therefore disable sphinx_basic_ng with --disable-doc as well.
Configuration menu - View commit details
-
Copy full SHA for fb5c951 - Browse repository at this point
Copy the full SHA fb5c951View commit details -
configure.ac: disable fastjsonschema with --disable-notebook
The fastjsonschema package is solely a dependency of nbformat, which is already disabled with --disable-notebook. We should therefore disable fastjsonschema with --disable-notebook as well.
Configuration menu - View commit details
-
Copy full SHA for c59c407 - Browse repository at this point
Copy the full SHA c59c407View commit details -
build/pkgs/ipympl: Switch to wheel package
Matthias Koeppe committedSep 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 3ad8227 - Browse repository at this point
Copy the full SHA 3ad8227View commit details -
build/pkgs/pkgconfig: Update to 1.5.5, change to wheel package
Matthias Koeppe committedSep 16, 2023 Configuration menu - View commit details
-
Copy full SHA for a1b6e72 - Browse repository at this point
Copy the full SHA a1b6e72View commit details -
build/pkgs/widgetsnbextension: Update to 4.0.8
Matthias Koeppe committedSep 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 01ff39e - Browse repository at this point
Copy the full SHA 01ff39eView commit details -
build/pkgs/widgetsnbextension: Change to wheel package
Matthias Koeppe committedSep 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 7fda18c - Browse repository at this point
Copy the full SHA 7fda18cView commit details -
build/pkgs/poetry_core: Remove
Matthias Koeppe committedSep 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 4ece267 - Browse repository at this point
Copy the full SHA 4ece267View commit details -
build/pkgs/jupyter_packaging: Remove
Matthias Koeppe committedSep 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 1571d28 - Browse repository at this point
Copy the full SHA 1571d28View commit details -
Matthias Koeppe committed
Sep 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 68dc2d8 - Browse repository at this point
Copy the full SHA 68dc2d8View commit details -
build/pkgs/pkgconfig/SPKG.rst: Restore hand-edited version
Matthias Koeppe committedSep 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 94b3aec - Browse repository at this point
Copy the full SHA 94b3aecView commit details -
configure --disable-notebook: Disable ipympl
Matthias Koeppe committedSep 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 77aa9f1 - Browse repository at this point
Copy the full SHA 77aa9f1View commit details
Commits on Sep 18, 2023
-
remove duplicate args in @options() in region_plot
This is needed for Sphinx 7.1+
Configuration menu - View commit details
-
Copy full SHA for beb94bc - Browse repository at this point
Copy the full SHA beb94bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3cade0 - Browse repository at this point
Copy the full SHA a3cade0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe68ca2 - Browse repository at this point
Copy the full SHA fe68ca2View commit details -
remove duplicate args in @options() in region_plot
This is needed for Sphinx 7.1+
Configuration menu - View commit details
-
Copy full SHA for 1a187e0 - Browse repository at this point
Copy the full SHA 1a187e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4df7474 - Browse repository at this point
Copy the full SHA 4df7474View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2f6558 - Browse repository at this point
Copy the full SHA c2f6558View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d0613b - Browse repository at this point
Copy the full SHA 6d0613bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f32bfeb - Browse repository at this point
Copy the full SHA f32bfebView commit details -
.github/workflows/ci-linux-incremental.yml: Test standard-sitepackages
Matthias Koeppe committedSep 18, 2023 Configuration menu - View commit details
-
Copy full SHA for c5747b9 - Browse repository at this point
Copy the full SHA c5747b9View commit details
Commits on Sep 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80fd0a9 - Browse repository at this point
Copy the full SHA 80fd0a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0df84e1 - Browse repository at this point
Copy the full SHA 0df84e1View commit details -
Merge branch 'region_plot' of github.com:egourgoulhon/sage into optio…
…ns_fix_in_contour_plot This also fixes a bug in region_plot, so that plot_points are not passed in calls to other functions via options. This is because a @options decorator's argument are automatically popped from "options" dict as soon as the function it decorates has an arg with the same name. In the change we reduce the number of positional arguments of region_plot; thus the corresponding args of @options have to be popped manually in the function body; we don't pop plot_points, to pass it correctly in function calls.
Configuration menu - View commit details
-
Copy full SHA for b7c6367 - Browse repository at this point
Copy the full SHA b7c6367View commit details -
Matthias Koeppe committed
Sep 19, 2023 Configuration menu - View commit details
-
Copy full SHA for f0e6420 - Browse repository at this point
Copy the full SHA f0e6420View commit details -
build/pkgs/poetry_core: Remove (again)
Matthias Koeppe committedSep 19, 2023 Configuration menu - View commit details
-
Copy full SHA for d002b3f - Browse repository at this point
Copy the full SHA d002b3fView commit details -
Merge commit 'refs/pull/36296/head' of github.com:sagemath/sage into …
…yet_more_spkg_conf_for_python
Configuration menu - View commit details
-
Copy full SHA for 45ee925 - Browse repository at this point
Copy the full SHA 45ee925View commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fb2752a - Browse repository at this point
Copy the full SHA fb2752aView commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d4345b - Browse repository at this point
Copy the full SHA 7d4345bView commit details
Commits on Sep 23, 2023
-
Merge branch 'more-disable-combinations' into prose_only
Matthias Koeppe committedSep 23, 2023 Configuration menu - View commit details
-
Copy full SHA for e5ac3c8 - Browse repository at this point
Copy the full SHA e5ac3c8View commit details -
Merge branch 'prose_only' into yet_more_spkg_conf_for_python
Matthias Koeppe committedSep 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 92a2189 - Browse repository at this point
Copy the full SHA 92a2189View commit details -
build/pkgs/jupyter_packaging: Remove (again)
Matthias Koeppe committedSep 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 180e814 - Browse repository at this point
Copy the full SHA 180e814View commit details