passagemath-environment 10.5.2__tar.gz → 10.5.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {passagemath_environment-10.5.2/passagemath_environment.egg-info → passagemath_environment-10.5.5}/PKG-INFO +5 -5
- passagemath_environment-10.5.5/VERSION.txt +1 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-version.sh +3 -3
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5/passagemath_environment.egg-info}/PKG-INFO +5 -5
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/passagemath_environment.egg-info/requires.txt +4 -4
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/pyproject.toml +4 -4
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/env.py +9 -4
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/__init__.py +1 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/databases.py +1 -1
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/dvipng.py +1 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/ffmpeg.py +1 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/fricas.py +1 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/gap.py +1 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/giac.py +2 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/igraph.py +1 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/imagemagick.py +2 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/kenzo.py +1 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/latex.py +1 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/msolve.py +2 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/palp.py +2 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/pdf2svg.py +1 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/poppler.py +2 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/symengine_py.py +1 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/version.py +3 -3
- passagemath_environment-10.5.2/VERSION.txt +0 -1
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/MANIFEST.in +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/README.rst +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/math-readline +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-cachegrind +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-callgrind +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-cleaner +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-coverage +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-cython +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-env +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-env-config.in +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-eval +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-fixdoctests +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-grep +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-grepdoc +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-inline-fortran +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-ipynb2rst +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-ipython +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-list-packages +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-massif +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-notebook +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-num-threads.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-omega +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-preparse +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-python +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-run +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-run-cython +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-runtests +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-src-env-config.in +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-startuptime.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-update-version +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-valgrind +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-venv-config +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/passagemath_environment.egg-info/SOURCES.txt +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/passagemath_environment.egg-info/dependency_links.txt +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/passagemath_environment.egg-info/top_level.txt +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/pyproject.toml.m4 +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/requirements-editable.txt.m4 +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/requirements.txt.m4 +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/all__sagemath_environment.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/all.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/bliss.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/cddlib.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/coxeter3.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/csdp.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/cython.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/dot2tex.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/eclib.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/ecm.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/four_ti_2.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/frobby.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/gfan.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/graph_generators.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/graphviz.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/info.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/interfaces.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/internet.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/jmol.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/join_feature.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/latte.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/lrs.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/macaulay2.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/mcqd.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/meataxe.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/mip_backends.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/nauty.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/normaliz.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/pandoc.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/phitigra.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/pkg_systems.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/polymake.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/qepcad.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/rubiks.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/sagemath.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/sat.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/singular.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/sirocco.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/sloane_database.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/sphinx.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/standard.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/sympow.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/tdlib.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/threejs.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/topcom.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/misc/all__sagemath_environment.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/misc/package.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/misc/package_dir.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/misc/temporary_file.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/misc/viewer.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/setup.cfg +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/setup.py +0 -0
- {passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/tox.ini +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: passagemath-environment
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.5
|
4
4
|
Summary: passagemath: System and software environment
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
@@ -29,11 +29,11 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
29
|
Requires-Python: <3.13,>=3.9
|
30
30
|
Description-Content-Type: text/x-rst
|
31
31
|
Provides-Extra: conf
|
32
|
-
Requires-Dist: passagemath-conf~=10.5.
|
32
|
+
Requires-Dist: passagemath-conf~=10.5.5.0; extra == "conf"
|
33
33
|
Provides-Extra: docbuild
|
34
|
-
Requires-Dist: passagemath-docbuild~=10.5.
|
34
|
+
Requires-Dist: passagemath-docbuild~=10.5.5.0; extra == "docbuild"
|
35
35
|
Provides-Extra: sage
|
36
|
-
Requires-Dist: passagemath-standard~=10.5.
|
36
|
+
Requires-Dist: passagemath-standard~=10.5.5.0; extra == "sage"
|
37
37
|
Provides-Extra: cython
|
38
38
|
Requires-Dist: cython!=3.0.3,<4.0,>=3.0; extra == "cython"
|
39
39
|
Requires-Dist: cython<3.1.0,>=3.0.8; extra == "cython"
|
@@ -44,7 +44,7 @@ Requires-Dist: rst2ipynb>=0.2.2; extra == "rst2ipynb"
|
|
44
44
|
Provides-Extra: tox
|
45
45
|
Requires-Dist: tox>=4.11; extra == "tox"
|
46
46
|
Provides-Extra: sws2rst
|
47
|
-
Requires-Dist: passagemath-sws2rst~=10.5.
|
47
|
+
Requires-Dist: passagemath-sws2rst~=10.5.5.0; extra == "sws2rst"
|
48
48
|
|
49
49
|
=========================================================================
|
50
50
|
passagemath: System and software environment
|
@@ -0,0 +1 @@
|
|
1
|
+
10.5.5
|
@@ -4,6 +4,6 @@
|
|
4
4
|
# which stops "setup.py develop" from rewriting it as a Python file.
|
5
5
|
:
|
6
6
|
# This file is auto-generated by the sage-update-version script, do not edit!
|
7
|
-
SAGE_VERSION='10.5.
|
8
|
-
SAGE_RELEASE_DATE='2024-12-
|
9
|
-
SAGE_VERSION_BANNER='passagemath version 10.5.
|
7
|
+
SAGE_VERSION='10.5.5'
|
8
|
+
SAGE_RELEASE_DATE='2024-12-11'
|
9
|
+
SAGE_VERSION_BANNER='passagemath version 10.5.5, Release Date: 2024-12-11'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: passagemath-environment
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.5
|
4
4
|
Summary: passagemath: System and software environment
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
@@ -29,11 +29,11 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
29
|
Requires-Python: <3.13,>=3.9
|
30
30
|
Description-Content-Type: text/x-rst
|
31
31
|
Provides-Extra: conf
|
32
|
-
Requires-Dist: passagemath-conf~=10.5.
|
32
|
+
Requires-Dist: passagemath-conf~=10.5.5.0; extra == "conf"
|
33
33
|
Provides-Extra: docbuild
|
34
|
-
Requires-Dist: passagemath-docbuild~=10.5.
|
34
|
+
Requires-Dist: passagemath-docbuild~=10.5.5.0; extra == "docbuild"
|
35
35
|
Provides-Extra: sage
|
36
|
-
Requires-Dist: passagemath-standard~=10.5.
|
36
|
+
Requires-Dist: passagemath-standard~=10.5.5.0; extra == "sage"
|
37
37
|
Provides-Extra: cython
|
38
38
|
Requires-Dist: cython!=3.0.3,<4.0,>=3.0; extra == "cython"
|
39
39
|
Requires-Dist: cython<3.1.0,>=3.0.8; extra == "cython"
|
@@ -44,7 +44,7 @@ Requires-Dist: rst2ipynb>=0.2.2; extra == "rst2ipynb"
|
|
44
44
|
Provides-Extra: tox
|
45
45
|
Requires-Dist: tox>=4.11; extra == "tox"
|
46
46
|
Provides-Extra: sws2rst
|
47
|
-
Requires-Dist: passagemath-sws2rst~=10.5.
|
47
|
+
Requires-Dist: passagemath-sws2rst~=10.5.5.0; extra == "sws2rst"
|
48
48
|
|
49
49
|
=========================================================================
|
50
50
|
passagemath: System and software environment
|
@@ -1,13 +1,13 @@
|
|
1
1
|
|
2
2
|
[conf]
|
3
|
-
passagemath-conf~=10.5.
|
3
|
+
passagemath-conf~=10.5.5.0
|
4
4
|
|
5
5
|
[cython]
|
6
6
|
cython!=3.0.3,<4.0,>=3.0
|
7
7
|
cython<3.1.0,>=3.0.8
|
8
8
|
|
9
9
|
[docbuild]
|
10
|
-
passagemath-docbuild~=10.5.
|
10
|
+
passagemath-docbuild~=10.5.5.0
|
11
11
|
|
12
12
|
[pytest]
|
13
13
|
pytest
|
@@ -16,10 +16,10 @@ pytest
|
|
16
16
|
rst2ipynb>=0.2.2
|
17
17
|
|
18
18
|
[sage]
|
19
|
-
passagemath-standard~=10.5.
|
19
|
+
passagemath-standard~=10.5.5.0
|
20
20
|
|
21
21
|
[sws2rst]
|
22
|
-
passagemath-sws2rst~=10.5.
|
22
|
+
passagemath-sws2rst~=10.5.5.0
|
23
23
|
|
24
24
|
[tox]
|
25
25
|
tox>=4.11
|
@@ -46,14 +46,14 @@ documentation = "https://doc.sagemath.org"
|
|
46
46
|
"tracker" = "https://github.com/passagemath/passagemath/issues"
|
47
47
|
|
48
48
|
[project.optional-dependencies]
|
49
|
-
conf = ['passagemath-conf ~= 10.5.
|
50
|
-
docbuild = ['passagemath-docbuild ~= 10.5.
|
51
|
-
sage = ['passagemath-standard ~= 10.5.
|
49
|
+
conf = ['passagemath-conf ~= 10.5.5.0',] # sage.env can optionally use sage_conf
|
50
|
+
docbuild = ['passagemath-docbuild ~= 10.5.5.0',] # For "sage --docbuild"
|
51
|
+
sage = ['passagemath-standard ~= 10.5.5.0',] # For "sage", "sage -t", ...
|
52
52
|
cython = ['cython >=3.0, != 3.0.3, <4.0', 'cython >=3.0.8,<3.1.0',] # For "sage --cython"
|
53
53
|
pytest = ['pytest',] # For "sage --pytest"
|
54
54
|
rst2ipynb = ['rst2ipynb >=0.2.2',] # For "sage --rst2ipynb"
|
55
55
|
tox = ['tox >= 4.11',] # For "sage --tox"
|
56
|
-
sws2rst = ['passagemath-sws2rst ~= 10.5.
|
56
|
+
sws2rst = ['passagemath-sws2rst ~= 10.5.5.0',] # For "sage --sws2rst"
|
57
57
|
|
58
58
|
[project.readme]
|
59
59
|
file = "README.rst"
|
@@ -2,16 +2,21 @@
|
|
2
2
|
r"""
|
3
3
|
Sage Runtime Environment
|
4
4
|
|
5
|
-
Verify that importing ``sage.all`` works in Sage's Python without any
|
6
|
-
environment variables, and has the same ``SAGE_ROOT`` and
|
7
|
-
(see also :issue:`29446`)
|
5
|
+
Verify that importing ``sage.all`` works in Sage's Python without any
|
6
|
+
``SAGE_`` environment variables, and has the same ``SAGE_ROOT`` and
|
7
|
+
``SAGE_LOCAL`` (see also :issue:`29446`). If ``SAGE_ROOT`` is a path,
|
8
|
+
we normalize it, but keep in mind that ``SAGE_ROOT`` may also be
|
9
|
+
``None``::
|
8
10
|
|
9
11
|
sage: env = {k:v for (k,v) in os.environ.items() if not k.startswith("SAGE_")}
|
10
12
|
sage: from subprocess import check_output
|
11
13
|
sage: module_name = "sage.all" # hide .all import from the linter
|
12
14
|
sage: cmd = f"from {module_name} import SAGE_ROOT, SAGE_LOCAL;"
|
13
15
|
sage: cmd += "from os.path import samefile;"
|
14
|
-
sage:
|
16
|
+
sage: if SAGE_ROOT is None:
|
17
|
+
....: cmd += "s1 = SAGE_ROOT is None;"
|
18
|
+
....: else:
|
19
|
+
....: cmd += f"s1 = samefile(SAGE_ROOT, '{SAGE_ROOT}');"
|
15
20
|
sage: cmd += f"s2 = samefile(SAGE_LOCAL, '{SAGE_LOCAL}');"
|
16
21
|
sage: cmd += "print(s1 and s2);"
|
17
22
|
sage: out = check_output([sys.executable, "-c", cmd], env=env).decode().strip() # long time
|
@@ -7,6 +7,7 @@ from . import Executable, FeatureTestResult, PythonModule
|
|
7
7
|
from .join_feature import JoinFeature
|
8
8
|
|
9
9
|
|
10
|
+
|
10
11
|
class Giac(Executable):
|
11
12
|
r"""
|
12
13
|
A :class:`~sage.features.Feature` describing the presence of :ref:`giac <spkg_giac>`.
|
@@ -28,6 +29,7 @@ class Giac(Executable):
|
|
28
29
|
Executable.__init__(self, 'giac_executable', executable='giac',
|
29
30
|
spkg='giac', type='standard')
|
30
31
|
|
32
|
+
|
31
33
|
def all_features():
|
32
34
|
return [JoinFeature("giac",
|
33
35
|
(Giac(),
|
{passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/imagemagick.py
RENAMED
@@ -21,6 +21,7 @@ checked in this module.
|
|
21
21
|
from . import Executable, FeatureTestResult
|
22
22
|
from .join_feature import JoinFeature
|
23
23
|
|
24
|
+
|
24
25
|
class Magick(Executable):
|
25
26
|
r"""
|
26
27
|
A :class:`~sage.features.Feature` describing the presence of ``magick`` or the deprecated ``convert``.
|
@@ -134,5 +135,6 @@ class ImageMagick(JoinFeature):
|
|
134
135
|
spkg='imagemagick',
|
135
136
|
url='https://www.imagemagick.org/')
|
136
137
|
|
138
|
+
|
137
139
|
def all_features():
|
138
140
|
return [ImageMagick()]
|
@@ -208,6 +208,7 @@ class dvips(Executable):
|
|
208
208
|
Executable.__init__(self, 'dvips', executable='dvips',
|
209
209
|
url='https://tug.org/texinfohtml/dvips.html')
|
210
210
|
|
211
|
+
|
211
212
|
class TeXFile(StaticFile):
|
212
213
|
r"""
|
213
214
|
A :class:`sage.features.Feature` describing the presence of a TeX file.
|
@@ -23,6 +23,7 @@ from . import Executable, FeatureTestResult, PythonModule
|
|
23
23
|
from .join_feature import JoinFeature
|
24
24
|
|
25
25
|
|
26
|
+
|
26
27
|
class msolve(Executable):
|
27
28
|
r"""
|
28
29
|
A :class:`~sage.features.Feature` describing the presence of :ref:`msolve <spkg_msolve>`.
|
@@ -65,6 +66,7 @@ class msolve(Executable):
|
|
65
66
|
reason="output of msolve -h not recognized")
|
66
67
|
return FeatureTestResult(self, True)
|
67
68
|
|
69
|
+
|
68
70
|
def all_features():
|
69
71
|
return [JoinFeature("msolve",
|
70
72
|
(msolve(),
|
@@ -43,6 +43,7 @@ class PalpExecutable(Executable):
|
|
43
43
|
executable=f"{palpprog}.x",
|
44
44
|
spkg='palp', type='standard')
|
45
45
|
|
46
|
+
|
46
47
|
class Palp(JoinFeature):
|
47
48
|
r"""
|
48
49
|
A :class:`~sage.features.Feature` describing the presence of :ref:`PALP <spkg_palp>`.
|
@@ -61,5 +62,6 @@ class Palp(JoinFeature):
|
|
61
62
|
for suff in (None, 4, 5, 6, 11)],
|
62
63
|
description='PALP')
|
63
64
|
|
65
|
+
|
64
66
|
def all_features():
|
65
67
|
return [Palp()]
|
@@ -32,6 +32,7 @@ Currently we only check for the presence of ``pdftocairo``.
|
|
32
32
|
|
33
33
|
from . import Executable
|
34
34
|
|
35
|
+
|
35
36
|
class pdftocairo(Executable):
|
36
37
|
r"""
|
37
38
|
A :class:`sage.features.Feature` describing the presence of
|
@@ -54,5 +55,6 @@ class pdftocairo(Executable):
|
|
54
55
|
Executable.__init__(self, "pdftocairo", executable='pdftocairo',
|
55
56
|
url='https://poppler.freedesktop.org/')
|
56
57
|
|
58
|
+
|
57
59
|
def all_features():
|
58
60
|
return [pdftocairo()]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# sage_setup: distribution = sagemath-environment
|
2
2
|
# Sage version information for Python scripts
|
3
3
|
# This file is auto-generated by the sage-update-version script, do not edit!
|
4
|
-
version = '10.5.
|
5
|
-
date = '2024-12-
|
6
|
-
banner = 'passagemath version 10.5.
|
4
|
+
version = '10.5.5'
|
5
|
+
date = '2024-12-11'
|
6
|
+
banner = 'passagemath version 10.5.5, Release Date: 2024-12-11'
|
@@ -1 +0,0 @@
|
|
1
|
-
10.5.2
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/bin/sage-src-env-config.in
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/requirements-editable.txt.m4
RENAMED
File without changes
|
File without changes
|
{passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/all__sagemath_environment.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/four_ti_2.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/graph_generators.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/interfaces.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/join_feature.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/macaulay2.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/mip_backends.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/pkg_systems.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/features/sloane_database.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_environment-10.5.2 → passagemath_environment-10.5.5}/sage/misc/temporary_file.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|