passagemath-environment 10.4.60__py3-none-any.whl → 10.4.61__py3-none-any.whl
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.4.60.data → passagemath_environment-10.4.61.data}/scripts/sage +1 -1
- {passagemath_environment-10.4.60.data → passagemath_environment-10.4.61.data}/scripts/sage-version.sh +3 -3
- {passagemath_environment-10.4.60.dist-info → passagemath_environment-10.4.61.dist-info}/METADATA +5 -5
- {passagemath_environment-10.4.60.dist-info → passagemath_environment-10.4.61.dist-info}/RECORD +15 -14
- sage/env.py +13 -3
- sage/features/databases.py +13 -4
- sage/features/sagemath.py +1 -1
- sage/features/sympow.py +44 -0
- sage/version.py +3 -3
- {passagemath_environment-10.4.60.data → passagemath_environment-10.4.61.data}/scripts/sage-env +0 -0
- {passagemath_environment-10.4.60.data → passagemath_environment-10.4.61.data}/scripts/sage-num-threads.py +0 -0
- {passagemath_environment-10.4.60.data → passagemath_environment-10.4.61.data}/scripts/sage-python +0 -0
- {passagemath_environment-10.4.60.data → passagemath_environment-10.4.61.data}/scripts/sage-venv-config +0 -0
- {passagemath_environment-10.4.60.dist-info → passagemath_environment-10.4.61.dist-info}/WHEEL +0 -0
- {passagemath_environment-10.4.60.dist-info → passagemath_environment-10.4.61.dist-info}/top_level.txt +0 -0
@@ -173,7 +173,7 @@ if [ -x "${SELF}-venv-config" ]; then
|
|
173
173
|
if [ -z "$SAGE_VENV" ]; then
|
174
174
|
export SAGE_VENV=$("${SELF}-venv-config" SAGE_VENV)
|
175
175
|
fi
|
176
|
-
SAGE_WHEELS_PATH=$("${SELF}-venv-config" SAGE_WHEELS_PATH)
|
176
|
+
SAGE_WHEELS_PATH=$("${SELF}-venv-config" SAGE_WHEELS_PATH 2>/dev/null)
|
177
177
|
fi
|
178
178
|
if [ -f "${SELF}-env-config" ]; then
|
179
179
|
# As of Issue #22731, sage-env-config is optional.
|
@@ -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.4.
|
8
|
-
SAGE_RELEASE_DATE='2024-11-
|
9
|
-
SAGE_VERSION_BANNER='passagemath version 10.4.
|
7
|
+
SAGE_VERSION='10.4.61'
|
8
|
+
SAGE_RELEASE_DATE='2024-11-15'
|
9
|
+
SAGE_VERSION_BANNER='passagemath version 10.4.61, Release Date: 2024-11-15'
|
{passagemath_environment-10.4.60.dist-info → passagemath_environment-10.4.61.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: passagemath-environment
|
3
|
-
Version: 10.4.
|
3
|
+
Version: 10.4.61
|
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,20 +29,20 @@ 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.4.
|
32
|
+
Requires-Dist: passagemath-conf~=10.4.61.0; extra == "conf"
|
33
33
|
Provides-Extra: cython
|
34
34
|
Requires-Dist: cython!=3.0.3,<4.0,>=3.0; extra == "cython"
|
35
35
|
Requires-Dist: cython<3.1.0,>=3.0.8; extra == "cython"
|
36
36
|
Provides-Extra: docbuild
|
37
|
-
Requires-Dist: passagemath-docbuild~=10.4.
|
37
|
+
Requires-Dist: passagemath-docbuild~=10.4.61.0; extra == "docbuild"
|
38
38
|
Provides-Extra: pytest
|
39
39
|
Requires-Dist: pytest; extra == "pytest"
|
40
40
|
Provides-Extra: rst2ipynb
|
41
41
|
Requires-Dist: rst2ipynb>=0.2.2; extra == "rst2ipynb"
|
42
42
|
Provides-Extra: sage
|
43
|
-
Requires-Dist: passagemath-standard~=10.4.
|
43
|
+
Requires-Dist: passagemath-standard~=10.4.61.0; extra == "sage"
|
44
44
|
Provides-Extra: sws2rst
|
45
|
-
Requires-Dist: passagemath-sws2rst~=10.4.
|
45
|
+
Requires-Dist: passagemath-sws2rst~=10.4.61.0; extra == "sws2rst"
|
46
46
|
Provides-Extra: tox
|
47
47
|
Requires-Dist: tox>=4.11; extra == "tox"
|
48
48
|
|
{passagemath_environment-10.4.60.dist-info → passagemath_environment-10.4.61.dist-info}/RECORD
RENAMED
@@ -1,12 +1,12 @@
|
|
1
|
-
passagemath_environment-10.4.
|
2
|
-
passagemath_environment-10.4.
|
3
|
-
passagemath_environment-10.4.
|
4
|
-
passagemath_environment-10.4.
|
5
|
-
passagemath_environment-10.4.
|
6
|
-
passagemath_environment-10.4.
|
1
|
+
passagemath_environment-10.4.61.data/scripts/sage,sha256=IjVLatRQBOGrVkqum1vDra9CZ0N7fkT0qfZNqJQRews,43367
|
2
|
+
passagemath_environment-10.4.61.data/scripts/sage-env,sha256=jW_ZPd3IL6fLTXVT08ZCMvP0PLseo1QM-bb5gV5fPhc,23302
|
3
|
+
passagemath_environment-10.4.61.data/scripts/sage-num-threads.py,sha256=U09CpRe4aXkHNWHoZSYoQwYRASrvoT-l-zslRiGVbWc,3128
|
4
|
+
passagemath_environment-10.4.61.data/scripts/sage-python,sha256=gXVskicH9NJtE5apMm1U-ZWDzWiz3Rm6dFBND2y60gI,28
|
5
|
+
passagemath_environment-10.4.61.data/scripts/sage-venv-config,sha256=XeQOA2wIaIfUaEf9aPFUMQvr2s-aKKSLaBZORoSpP3Y,1371
|
6
|
+
passagemath_environment-10.4.61.data/scripts/sage-version.sh,sha256=RAcu6KUnRRSPk7otvG0Xg8fQefkkqEGkU9A3zj8Q_6s,403
|
7
7
|
sage/all__sagemath_environment.py,sha256=d44XIAz0tXfPdQxa3dGJvF2WEf6stMQxLUFL0GC1Sv4,188
|
8
|
-
sage/env.py,sha256=
|
9
|
-
sage/version.py,sha256=
|
8
|
+
sage/env.py,sha256=GT0_wO_jQVj5Vb20v0-d1Q5lOqBXhoeGEBkOWxDEXDU,19337
|
9
|
+
sage/version.py,sha256=Szfc1yY5rXxCkMw_kQNS8ISgyLRU3nwQF8-X9XSGogs,279
|
10
10
|
sage/features/__init__.py,sha256=xBqjHj-K85olQ5HVmNq1oSPn2W9ol1a1-FjElSb0sGQ,36977
|
11
11
|
sage/features/all.py,sha256=6YQEvdLvw6Ipb0u-PLsB97wWnHj28qBYoz3fGbgrFmg,4236
|
12
12
|
sage/features/bliss.py,sha256=SeLzXDEH30tgup593E42VJGGpR2gpRRI4lBt0ufCaGc,2447
|
@@ -14,7 +14,7 @@ sage/features/cddlib.py,sha256=FWpGnOTB6W0tFbd62olqpbG4IzImhuxOWB7rkGgjwIw,1381
|
|
14
14
|
sage/features/coxeter3.py,sha256=FwmbW2JsER7j8KGonUEDe0Mfn-5QndDY2gGLcS84gso,1475
|
15
15
|
sage/features/csdp.py,sha256=gen-XGjD-BcbOojILWv9L-T1zamb0_qFRlshk0k_j-k,2849
|
16
16
|
sage/features/cython.py,sha256=iCIV3-Btwv6vX2L15cbCyHuNx71-xcLcpwt6wCYC1Xc,1291
|
17
|
-
sage/features/databases.py,sha256=
|
17
|
+
sage/features/databases.py,sha256=oiQN0Bo2QwfOTibcsF8vXRZXmAlE6Lh5IihT0KUrTK4,10992
|
18
18
|
sage/features/dvipng.py,sha256=SJCwJNUamQuPL2-bOzT3JrA8QMdJ0t20EB9n5ogXnHE,1330
|
19
19
|
sage/features/ecm.py,sha256=qMnrunufXVKz104N-eY_3fy4Sgdzd0ohs1kXOeHvXFI,1313
|
20
20
|
sage/features/ffmpeg.py,sha256=wtJL6t56Oe1D4k1ChZjZ6LP_kx3pGPOFkYCjvr28JPM,4762
|
@@ -52,13 +52,14 @@ sage/features/polymake.py,sha256=Ix2qM0izHhBFa-IGTWjcbW9ofutbRP6FTL5p4buSgPU,142
|
|
52
52
|
sage/features/poppler.py,sha256=hNdYa03BxYYiFTk70RAzJtCYxp0VEjGqrWMDpDosp5w,2231
|
53
53
|
sage/features/qepcad.py,sha256=uCNCtBrBA3M6mTl8jQtE8yNfNombzq6FUDNCQAs3-OA,1276
|
54
54
|
sage/features/rubiks.py,sha256=8N54u2kShVqke1eRjLHBwqkENgc3vvfspI3h5gkPNKw,5261
|
55
|
-
sage/features/sagemath.py,sha256=
|
55
|
+
sage/features/sagemath.py,sha256=rheZfPlQn2oBzvZJ-Q7rk_iiBRinjYpeLZIoiOoaT3w,55171
|
56
56
|
sage/features/sat.py,sha256=XJXQPFU9PQRDwXVezC9j3iRJoDQSkWsI2b8F_fNNagk,2951
|
57
57
|
sage/features/singular.py,sha256=jyX5Pl-Zpo-I5kG0aKDFdPawMcM_S_Jv0QN7dsENNRg,1611
|
58
58
|
sage/features/sirocco.py,sha256=wWG1tWXFnUPY5XVL5eQXKSQiX4g-bwsMXekIltbVQFs,1452
|
59
59
|
sage/features/sphinx.py,sha256=52lO3muIkTYhmd_gdVsHEPMQeFWsbTHiky5z2E9mSPM,2299
|
60
60
|
sage/features/standard.py,sha256=Eh95Xj-swHqPvORXCntVmz0U1XxXqv7KpYdrUKJAdac,2036
|
61
61
|
sage/features/symengine_py.py,sha256=acVpHvjDe_Opl8iUAMbGaG13ROIjPEF9Fyn4HSn61Ek,1523
|
62
|
+
sage/features/sympow.py,sha256=QWKec1LKAHrFoFZSo3cK3-1PlBWDoVjKTSjosxMmyVk,1290
|
62
63
|
sage/features/tdlib.py,sha256=Lij2GGLbh0ja_fNYAff4ZozVi6lcD_5Dzn005IAgWBg,1260
|
63
64
|
sage/features/threejs.py,sha256=6oanR1omSvCAEDmwh1xiiPjFM648K66_oLQT6nyz_Q0,2368
|
64
65
|
sage/features/topcom.py,sha256=swLvRxLgXZ3zg6-y0Pbh9ci6vGqsVEoTXJXf-UI_8nA,2211
|
@@ -67,7 +68,7 @@ sage/misc/package.py,sha256=xZF5iijW69X9DblpnLcYXQiRdjE7Uhu1MJ5eeq12T9o,19191
|
|
67
68
|
sage/misc/package_dir.py,sha256=zzL-ASJSn8oX_gejqMrHrTfesVt31vAp3g-ouZKiOks,26899
|
68
69
|
sage/misc/temporary_file.py,sha256=Z-0blAIrU1MAdpl3z8M_6n7-zj4Ac3NA-ULSIIKmCWU,19138
|
69
70
|
sage/misc/viewer.py,sha256=T7DRgW07qYcKQPJ0nG-N1KoVRHz3xrL7LxkVAZ7dvOo,11554
|
70
|
-
passagemath_environment-10.4.
|
71
|
-
passagemath_environment-10.4.
|
72
|
-
passagemath_environment-10.4.
|
73
|
-
passagemath_environment-10.4.
|
71
|
+
passagemath_environment-10.4.61.dist-info/METADATA,sha256=w0Qm6nhovde_YzCfvAvhyOHKLWt-aDYLVTtUTeZvK8g,4126
|
72
|
+
passagemath_environment-10.4.61.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
|
73
|
+
passagemath_environment-10.4.61.dist-info/top_level.txt,sha256=hibFyzQHiLOMK68qL1OWsNKaXOmSXqZjeLTBem6Yy7I,5
|
74
|
+
passagemath_environment-10.4.61.dist-info/RECORD,,
|
sage/env.py
CHANGED
@@ -207,12 +207,22 @@ SAGE_STARTUP_FILE = var("SAGE_STARTUP_FILE", join(DOT_SAGE, "init.sage"))
|
|
207
207
|
SAGE_ARCHFLAGS = var("SAGE_ARCHFLAGS", "unset")
|
208
208
|
SAGE_PKG_CONFIG_PATH = var("SAGE_PKG_CONFIG_PATH")
|
209
209
|
|
210
|
+
try:
|
211
|
+
import sage_wheels
|
212
|
+
except ImportError:
|
213
|
+
_sage_wheels_path = []
|
214
|
+
else:
|
215
|
+
_sage_wheels_path = sage_wheels.__path__
|
216
|
+
|
210
217
|
# colon-separated search path for databases.
|
211
218
|
SAGE_DATA_PATH = var("SAGE_DATA_PATH",
|
212
219
|
os.pathsep.join(filter(None, [
|
213
|
-
|
214
|
-
|
215
|
-
|
220
|
+
join(DOT_SAGE, "db"),
|
221
|
+
] + [
|
222
|
+
join(p, "share") for p in _sage_wheels_path
|
223
|
+
] + [
|
224
|
+
join(SAGE_SHARE, "sagemath"),
|
225
|
+
SAGE_SHARE,
|
216
226
|
])))
|
217
227
|
|
218
228
|
# database directories, the default is to search in SAGE_DATA_PATH
|
sage/features/databases.py
CHANGED
@@ -69,7 +69,7 @@ class DatabaseCremona(StaticFile):
|
|
69
69
|
from sage.env import CREMONA_MINI_DATA_DIR, CREMONA_LARGE_DATA_DIR
|
70
70
|
CREMONA_DATA_DIRS = set([CREMONA_MINI_DATA_DIR, CREMONA_LARGE_DATA_DIR])
|
71
71
|
CREMONA_DATA_DIRS.discard(None)
|
72
|
-
search_path = CREMONA_DATA_DIRS
|
72
|
+
search_path = list(CREMONA_DATA_DIRS) + sage_data_path("cremona")
|
73
73
|
|
74
74
|
spkg = "database_cremona_ellcurve"
|
75
75
|
spkg_type = "optional"
|
@@ -106,7 +106,10 @@ class DatabaseEllcurves(StaticFile):
|
|
106
106
|
True
|
107
107
|
"""
|
108
108
|
from sage.env import ELLCURVE_DATA_DIR
|
109
|
-
search_path =
|
109
|
+
search_path = []
|
110
|
+
if ELLCURVE_DATA_DIR is not None:
|
111
|
+
search_path.append(ELLCURVE_DATA_DIR)
|
112
|
+
search_path.extend(sage_data_path("ellcurves"))
|
110
113
|
|
111
114
|
StaticFile.__init__(self, "database_ellcurves",
|
112
115
|
filename='rank0',
|
@@ -136,7 +139,10 @@ class DatabaseGraphs(StaticFile):
|
|
136
139
|
True
|
137
140
|
"""
|
138
141
|
from sage.env import GRAPHS_DATA_DIR
|
139
|
-
search_path =
|
142
|
+
search_path = []
|
143
|
+
if GRAPHS_DATA_DIR is not None:
|
144
|
+
search_path.append(GRAPHS_DATA_DIR)
|
145
|
+
search_path.extend(sage_data_path("graphs"))
|
140
146
|
|
141
147
|
StaticFile.__init__(self, "database_graphs",
|
142
148
|
filename='graphs.db',
|
@@ -277,7 +283,10 @@ class DatabaseReflexivePolytopes(StaticFile):
|
|
277
283
|
'Hodge4d'
|
278
284
|
"""
|
279
285
|
from sage.env import POLYTOPE_DATA_DIR
|
280
|
-
search_path =
|
286
|
+
search_path = []
|
287
|
+
if POLYTOPE_DATA_DIR is not None:
|
288
|
+
search_path.append(POLYTOPE_DATA_DIR)
|
289
|
+
search_path.extend(sage_data_path("reflexive_polytopes"))
|
281
290
|
|
282
291
|
dirname = "Full3d"
|
283
292
|
if name == "polytopes_db_4d":
|
sage/features/sagemath.py
CHANGED
sage/features/sympow.py
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
# sage_setup: distribution = sagemath-environment
|
2
|
+
r"""
|
3
|
+
Feature for testing the presence of ``sympow``
|
4
|
+
"""
|
5
|
+
|
6
|
+
# *****************************************************************************
|
7
|
+
# Copyright (C) 2024 Matthias Koeppe
|
8
|
+
#
|
9
|
+
# Distributed under the terms of the GNU General Public License (GPL)
|
10
|
+
# as published by the Free Software Foundation; either version 2 of
|
11
|
+
# the License, or (at your option) any later version.
|
12
|
+
# https://www.gnu.org/licenses/
|
13
|
+
# *****************************************************************************
|
14
|
+
|
15
|
+
import subprocess
|
16
|
+
|
17
|
+
from . import Executable
|
18
|
+
|
19
|
+
|
20
|
+
class Sympow(Executable):
|
21
|
+
r"""
|
22
|
+
A :class:`~sage.features.Feature` describing the presence of the ``sympow``
|
23
|
+
binary.
|
24
|
+
|
25
|
+
EXAMPLES::
|
26
|
+
|
27
|
+
sage: from sage.features.sympow import Sympow
|
28
|
+
sage: Sympow().is_present() # needs sympow
|
29
|
+
FeatureTestResult('sympow', True)
|
30
|
+
"""
|
31
|
+
def __init__(self):
|
32
|
+
r"""
|
33
|
+
TESTS::
|
34
|
+
|
35
|
+
sage: from sage.features.sympow import Sympow
|
36
|
+
sage: isinstance(Sympow(), Sympow)
|
37
|
+
True
|
38
|
+
"""
|
39
|
+
Executable.__init__(self, "sympow", executable='sympow',
|
40
|
+
spkg='sympow', type='standard')
|
41
|
+
|
42
|
+
|
43
|
+
def all_features():
|
44
|
+
return [Sympow()]
|
sage/version.py
CHANGED
@@ -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.4.
|
5
|
-
date = '2024-11-
|
6
|
-
banner = 'passagemath version 10.4.
|
4
|
+
version = '10.4.61'
|
5
|
+
date = '2024-11-15'
|
6
|
+
banner = 'passagemath version 10.4.61, Release Date: 2024-11-15'
|
{passagemath_environment-10.4.60.data → passagemath_environment-10.4.61.data}/scripts/sage-env
RENAMED
File without changes
|
File without changes
|
{passagemath_environment-10.4.60.data → passagemath_environment-10.4.61.data}/scripts/sage-python
RENAMED
File without changes
|
File without changes
|
{passagemath_environment-10.4.60.dist-info → passagemath_environment-10.4.61.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|