passagemath-environment 10.4.41__py3-none-any.whl → 10.4.44__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.41.data → passagemath_environment-10.4.44.data}/scripts/sage-version.sh +3 -3
- {passagemath_environment-10.4.41.dist-info → passagemath_environment-10.4.44.dist-info}/METADATA +6 -6
- {passagemath_environment-10.4.41.dist-info → passagemath_environment-10.4.44.dist-info}/RECORD +13 -13
- sage/features/__init__.py +11 -0
- sage/features/latte.py +6 -3
- sage/version.py +3 -3
- {passagemath_environment-10.4.41.data → passagemath_environment-10.4.44.data}/scripts/sage +0 -0
- {passagemath_environment-10.4.41.data → passagemath_environment-10.4.44.data}/scripts/sage-env +0 -0
- {passagemath_environment-10.4.41.data → passagemath_environment-10.4.44.data}/scripts/sage-num-threads.py +0 -0
- {passagemath_environment-10.4.41.data → passagemath_environment-10.4.44.data}/scripts/sage-python +0 -0
- {passagemath_environment-10.4.41.data → passagemath_environment-10.4.44.data}/scripts/sage-venv-config +0 -0
- {passagemath_environment-10.4.41.dist-info → passagemath_environment-10.4.44.dist-info}/WHEEL +0 -0
- {passagemath_environment-10.4.41.dist-info → passagemath_environment-10.4.44.dist-info}/top_level.txt +0 -0
@@ -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.44'
|
8
|
+
SAGE_RELEASE_DATE='2024-11-05'
|
9
|
+
SAGE_VERSION_BANNER='passagemath version 10.4.44, Release Date: 2024-11-05'
|
{passagemath_environment-10.4.41.dist-info → passagemath_environment-10.4.44.dist-info}/METADATA
RENAMED
@@ -1,16 +1,16 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: passagemath-environment
|
3
|
-
Version: 10.4.
|
3
|
+
Version: 10.4.44
|
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
|
7
7
|
License: GNU General Public License (GPL) v2 or later
|
8
|
-
Project-URL: download, https://doc.sagemath.org/html/en/installation/index.html
|
9
8
|
Project-URL: release notes, https://github.com/passagemath/passagemath/releases
|
10
9
|
Project-URL: repo (upstream), https://github.com/sagemath/sage
|
11
10
|
Project-URL: repo, https://github.com/passagemath/passagemath
|
12
11
|
Project-URL: documentation, https://doc.sagemath.org
|
13
12
|
Project-URL: homepage (upstream), https://www.sagemath.org
|
13
|
+
Project-URL: discourse, https://passagemath.discourse.group
|
14
14
|
Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
|
15
15
|
Project-URL: tracker, https://github.com/passagemath/passagemath/issues
|
16
16
|
Classifier: Development Status :: 6 - Mature
|
@@ -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.44.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.44.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.44.0; extra == "sage"
|
44
44
|
Provides-Extra: sws2rst
|
45
|
-
Requires-Dist: passagemath-sws2rst~=10.4.
|
45
|
+
Requires-Dist: passagemath-sws2rst~=10.4.44.0; extra == "sws2rst"
|
46
46
|
Provides-Extra: tox
|
47
47
|
Requires-Dist: tox>=4.11; extra == "tox"
|
48
48
|
|
{passagemath_environment-10.4.41.dist-info → passagemath_environment-10.4.44.dist-info}/RECORD
RENAMED
@@ -1,13 +1,13 @@
|
|
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.44.data/scripts/sage,sha256=kXEjQRMowRDrarhh4vE-lKFm3156AHN5eXVu2nS-eJg,43267
|
2
|
+
passagemath_environment-10.4.44.data/scripts/sage-env,sha256=Q54ksJV-D6VBUFIeIqAiT8tktkzAEzi_wUpRuC23ITU,23221
|
3
|
+
passagemath_environment-10.4.44.data/scripts/sage-num-threads.py,sha256=U09CpRe4aXkHNWHoZSYoQwYRASrvoT-l-zslRiGVbWc,3128
|
4
|
+
passagemath_environment-10.4.44.data/scripts/sage-python,sha256=gXVskicH9NJtE5apMm1U-ZWDzWiz3Rm6dFBND2y60gI,28
|
5
|
+
passagemath_environment-10.4.44.data/scripts/sage-venv-config,sha256=4C_dvQRTdnp6H4Qs5TT1WvNuk0fGEnXkc0eGCdVDsNY,1197
|
6
|
+
passagemath_environment-10.4.44.data/scripts/sage-version.sh,sha256=JZDIfZESRS37GtB7qFGltcvyguNsPgmusWZIWOsB8Gs,403
|
7
7
|
sage/all__sagemath_environment.py,sha256=d44XIAz0tXfPdQxa3dGJvF2WEf6stMQxLUFL0GC1Sv4,188
|
8
8
|
sage/env.py,sha256=vfWTO4hiCiYT0jYZqpTMIvyd_xpb53Kx973nMMb8iNg,18127
|
9
|
-
sage/version.py,sha256=
|
10
|
-
sage/features/__init__.py,sha256=
|
9
|
+
sage/version.py,sha256=SXeK6X_J7e34A1YJYt_RLqmOe7mmf3ZLJZKCHkSrRKo,279
|
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
|
13
13
|
sage/features/cddlib.py,sha256=FWpGnOTB6W0tFbd62olqpbG4IzImhuxOWB7rkGgjwIw,1381
|
@@ -33,7 +33,7 @@ sage/features/jmol.py,sha256=Gg7vTzNRJoPIQSbF25gifJvqHJDn0dm5HZTEA4TMdNA,1135
|
|
33
33
|
sage/features/join_feature.py,sha256=5UqBs4DCUZddchINdg_HTIKLESOC0scm9u3lsIImmuY,5376
|
34
34
|
sage/features/kenzo.py,sha256=sHqSeagK7_p0RmSjQ8q-1kxIRxRsNa7jFSexAsr80Ks,2672
|
35
35
|
sage/features/latex.py,sha256=pyj57wpTfdTXFFsbIxr6OuOl0j5Sg1CrU_ZhxLIeLsI,9616
|
36
|
-
sage/features/latte.py,sha256=
|
36
|
+
sage/features/latte.py,sha256=lmVKos8_f9UJjU1nSVuAWURM80fsYIv1n1do-5pCbd4,2787
|
37
37
|
sage/features/lrs.py,sha256=ru_VDo0Y6am54FQd9zqanhqoXnZXP2hudnkjD9GNNlI,5963
|
38
38
|
sage/features/mcqd.py,sha256=GfllBC9A170B0z64bE3AZ9yLfUF8aTdQDgGhRwCnYGc,1397
|
39
39
|
sage/features/meataxe.py,sha256=9uYHmPzED2RGmK5ge56zJlnHDhKVQidPEbxLThSdiaw,1458
|
@@ -64,7 +64,7 @@ sage/misc/package.py,sha256=xZF5iijW69X9DblpnLcYXQiRdjE7Uhu1MJ5eeq12T9o,19191
|
|
64
64
|
sage/misc/package_dir.py,sha256=zzL-ASJSn8oX_gejqMrHrTfesVt31vAp3g-ouZKiOks,26899
|
65
65
|
sage/misc/temporary_file.py,sha256=Z-0blAIrU1MAdpl3z8M_6n7-zj4Ac3NA-ULSIIKmCWU,19138
|
66
66
|
sage/misc/viewer.py,sha256=T7DRgW07qYcKQPJ0nG-N1KoVRHz3xrL7LxkVAZ7dvOo,11554
|
67
|
-
passagemath_environment-10.4.
|
68
|
-
passagemath_environment-10.4.
|
69
|
-
passagemath_environment-10.4.
|
70
|
-
passagemath_environment-10.4.
|
67
|
+
passagemath_environment-10.4.44.dist-info/METADATA,sha256=Xjpyt9E6Upa62_MRPNa9hbsJZKBJZNvdi6cCBeqXq1U,4126
|
68
|
+
passagemath_environment-10.4.44.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
|
69
|
+
passagemath_environment-10.4.44.dist-info/top_level.txt,sha256=hibFyzQHiLOMK68qL1OWsNKaXOmSXqZjeLTBem6Yy7I,5
|
70
|
+
passagemath_environment-10.4.44.dist-info/RECORD,,
|
sage/features/__init__.py
CHANGED
@@ -742,6 +742,17 @@ class Executable(FileFeature):
|
|
742
742
|
sage.features.FeatureNotPresentError: does-not-exist is not available.
|
743
743
|
Executable 'does-not-exist-xxxxyxyyxyy' not found on PATH.
|
744
744
|
"""
|
745
|
+
try:
|
746
|
+
# populated in PyPI wheels by pkgs/sagemath-*/repair_wheel.py
|
747
|
+
import sage_wheels
|
748
|
+
except ImportError:
|
749
|
+
pass
|
750
|
+
else:
|
751
|
+
search_path = ':'.join(os.path.join(p, 'bin') for p in sage_wheels.__path__)
|
752
|
+
path = shutil.which(self.executable, path=search_path)
|
753
|
+
if path is not None:
|
754
|
+
return path
|
755
|
+
|
745
756
|
if SAGE_LOCAL:
|
746
757
|
if Path(SAGE_VENV).resolve() != Path(SAGE_LOCAL).resolve():
|
747
758
|
# As sage.env currently gives SAGE_LOCAL a fallback value from SAGE_VENV,
|
sage/features/latte.py
CHANGED
@@ -16,7 +16,7 @@ Features for testing the presence of ``latte_int``
|
|
16
16
|
# https://www.gnu.org/licenses/
|
17
17
|
# ****************************************************************************
|
18
18
|
|
19
|
-
from . import Executable
|
19
|
+
from . import Executable, PythonModule
|
20
20
|
from .join_feature import JoinFeature
|
21
21
|
|
22
22
|
|
@@ -77,8 +77,11 @@ class Latte(JoinFeature):
|
|
77
77
|
True
|
78
78
|
"""
|
79
79
|
JoinFeature.__init__(self, 'latte_int',
|
80
|
-
(Latte_count(),
|
81
|
-
|
80
|
+
(Latte_count(),
|
81
|
+
Latte_integrate(),
|
82
|
+
PythonModule('sage.interfaces.latte')),
|
83
|
+
description='LattE',
|
84
|
+
spkg='sagemath_latte_4ti2')
|
82
85
|
|
83
86
|
|
84
87
|
def all_features():
|
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.44'
|
5
|
+
date = '2024-11-05'
|
6
|
+
banner = 'passagemath version 10.4.44, Release Date: 2024-11-05'
|
File without changes
|
{passagemath_environment-10.4.41.data → passagemath_environment-10.4.44.data}/scripts/sage-env
RENAMED
File without changes
|
File without changes
|
{passagemath_environment-10.4.41.data → passagemath_environment-10.4.44.data}/scripts/sage-python
RENAMED
File without changes
|
File without changes
|
{passagemath_environment-10.4.41.dist-info → passagemath_environment-10.4.44.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|