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

Remove obsolete sage-conf_conda package #39695

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// Exclude symbolic links into SAGE_ROOT/pkgs/
"build/pkgs/*/src": true,
// Exclude symbolic links into SAGE_ROOT/src/
"pkgs/sage-conf_conda/sage_root": true,
"pkgs/sage-conf_pypi/sage_root": true,
"pkgs/sage-docbuild/sage_docbuild": true,
"pkgs/sage-setup/sage_setup": true,
Expand Down
9 changes: 0 additions & 9 deletions pkgs/sage-conf/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,6 @@ This version of the package is generated by the Sage distribution's ``./configur
script.


sage_conf for conda
-------------------

The version of the distribution package in the directory
`pkgs/sage-conf_conda <https://github.com/sagemath/sage/tree/develop/pkgs/sage-conf_conda/>`_
may be used in an installation method of SageMath, where all packages
are provided by conda. This method is described in
https://doc.sagemath.org/html/en/installation/conda.html#using-conda-to-provide-all-dependencies-for-the-sage-library-experimental


sage_conf in downstream distributions
-------------------------------------
Expand Down
6 changes: 0 additions & 6 deletions pkgs/sage-conf_conda/.gitignore

This file was deleted.

52 changes: 0 additions & 52 deletions pkgs/sage-conf_conda/MANIFEST.in

This file was deleted.

1 change: 0 additions & 1 deletion pkgs/sage-conf_conda/README.rst

This file was deleted.

1 change: 0 additions & 1 deletion pkgs/sage-conf_conda/VERSION.txt

This file was deleted.

1 change: 0 additions & 1 deletion pkgs/sage-conf_conda/_sage_conf

This file was deleted.

1 change: 0 additions & 1 deletion pkgs/sage-conf_conda/bin

This file was deleted.

1 change: 0 additions & 1 deletion pkgs/sage-conf_conda/pyproject.toml

This file was deleted.

1 change: 0 additions & 1 deletion pkgs/sage-conf_conda/sage_conf.py

This file was deleted.

1 change: 0 additions & 1 deletion pkgs/sage-conf_conda/sage_root

This file was deleted.

1 change: 0 additions & 1 deletion pkgs/sage-conf_conda/setup.cfg

This file was deleted.

118 changes: 0 additions & 118 deletions pkgs/sage-conf_conda/setup.py

This file was deleted.

6 changes: 0 additions & 6 deletions src/doc/en/installation/conda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,6 @@ Here we assume that you are using a git checkout.
$ ./bootstrap
$ pip install --no-build-isolation --config-settings editable_mode=compat -v -v --editable ./src

If you encounter any errors, try to install the ``sage-conf`` package first::

$ pip install --no-build-isolation -v -v --editable ./pkgs/sage-conf_conda

and then run the last command again.

- Verify that Sage has been installed::

$ sage -c 'print(version())'
Expand Down
Loading