passagemath-coxeter3 10.6.1rc10__tar.gz → 10.6.33__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.
Potentially problematic release.
This version of passagemath-coxeter3 might be problematic. Click here for more details.
- {passagemath_coxeter3-10.6.1rc10/passagemath_coxeter3.egg-info → passagemath_coxeter3-10.6.33}/PKG-INFO +20 -16
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/README.rst +16 -13
- passagemath_coxeter3-10.6.33/VERSION.txt +1 -0
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33/passagemath_coxeter3.egg-info}/PKG-INFO +20 -16
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/pyproject.toml +24 -8
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/setup.py +2 -1
- passagemath_coxeter3-10.6.1rc10/VERSION.txt +0 -1
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/MANIFEST.in +0 -0
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/passagemath_coxeter3.egg-info/SOURCES.txt +0 -0
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/passagemath_coxeter3.egg-info/dependency_links.txt +0 -0
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/passagemath_coxeter3.egg-info/requires.txt +0 -0
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/passagemath_coxeter3.egg-info/top_level.txt +0 -0
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/sage/all__sagemath_coxeter3.py +0 -0
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/sage/libs/all__sagemath_coxeter3.py +0 -0
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/sage/libs/coxeter3/__init__.py +0 -0
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/sage/libs/coxeter3/all__sagemath_coxeter3.py +0 -0
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/sage/libs/coxeter3/coxeter.pxd +0 -0
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/sage/libs/coxeter3/coxeter.pyx +0 -0
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/sage/libs/coxeter3/coxeter_group.py +0 -0
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/sage/libs/coxeter3/decl.pxd +0 -0
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/sage/libs/coxeter3/meson.build +0 -0
- {passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-coxeter3
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.33
|
|
4
4
|
Summary: passagemath: Coxeter groups, Bruhat ordering, Kazhdan-Lusztig polynomials with coxeter3
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -8,7 +8,7 @@ License-Expression: GPL-2.0-or-later
|
|
|
8
8
|
Project-URL: release notes, https://github.com/passagemath/passagemath/releases
|
|
9
9
|
Project-URL: repo (upstream), https://github.com/sagemath/sage
|
|
10
10
|
Project-URL: repo, https://github.com/passagemath/passagemath
|
|
11
|
-
Project-URL: documentation, https://
|
|
11
|
+
Project-URL: documentation, https://passagemath.org/docs/latest
|
|
12
12
|
Project-URL: homepage (upstream), https://www.sagemath.org
|
|
13
13
|
Project-URL: discourse, https://passagemath.discourse.group
|
|
14
14
|
Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
|
|
@@ -24,9 +24,10 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
26
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
29
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
|
-
Requires-Python: <3.
|
|
30
|
+
Requires-Python: <3.15,>=3.10
|
|
30
31
|
Description-Content-Type: text/x-rst
|
|
31
32
|
Provides-Extra: test
|
|
32
33
|
Requires-Dist: passagemath-repl; extra == "test"
|
|
@@ -47,38 +48,41 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
|
|
47
48
|
developed 2005-2025 under the motto “Creating a Viable Open Source
|
|
48
49
|
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
|
49
50
|
|
|
50
|
-
The passagemath fork
|
|
51
|
-
|
|
51
|
+
The passagemath fork uses the motto "Creating a Free Passage Between the
|
|
52
|
+
Scientific Python Ecosystem and Mathematical Software Communities."
|
|
53
|
+
It was created in October 2024 with the following goals:
|
|
52
54
|
|
|
53
|
-
- providing modularized installation with pip,
|
|
54
|
-
project started in 2020 in the Sage
|
|
55
|
-
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
|
55
|
+
- providing modularized installation with pip,
|
|
56
56
|
- establishing first-class membership in the scientific Python
|
|
57
57
|
ecosystem,
|
|
58
58
|
- giving `clear attribution of upstream
|
|
59
59
|
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
|
60
60
|
- providing independently usable Python interfaces to upstream
|
|
61
61
|
libraries,
|
|
62
|
-
-
|
|
62
|
+
- offering `platform portability and integration testing
|
|
63
63
|
services <https://github.com/passagemath/passagemath/issues/704>`__
|
|
64
64
|
to upstream projects,
|
|
65
65
|
- inviting collaborations with upstream projects,
|
|
66
66
|
- `building a professional, respectful, inclusive
|
|
67
67
|
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
|
68
|
+
- `empowering Sage users to participate in the scientific Python ecosystem
|
|
69
|
+
<https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
|
|
68
70
|
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
|
69
71
|
serverless deployment with Javascript,
|
|
70
72
|
- developing a native Windows port.
|
|
71
73
|
|
|
72
|
-
`Full documentation <https://
|
|
74
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
73
75
|
available online.
|
|
74
76
|
|
|
75
|
-
passagemath attempts to support
|
|
76
|
-
|
|
77
|
-
virtualization.
|
|
77
|
+
passagemath attempts to support and provides binary wheels suitable for
|
|
78
|
+
all major Linux distributions and recent versions of macOS.
|
|
78
79
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
80
|
+
Binary wheels for native Windows (x86_64) are are available for a subset of
|
|
81
|
+
the passagemath distributions. Use of the full functionality of passagemath
|
|
82
|
+
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
83
|
+
or virtualization.
|
|
84
|
+
|
|
85
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
|
|
82
86
|
|
|
83
87
|
|
|
84
88
|
About this pip-installable distribution package
|
|
@@ -10,38 +10,41 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
|
|
10
10
|
developed 2005-2025 under the motto “Creating a Viable Open Source
|
|
11
11
|
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
|
12
12
|
|
|
13
|
-
The passagemath fork
|
|
14
|
-
|
|
13
|
+
The passagemath fork uses the motto "Creating a Free Passage Between the
|
|
14
|
+
Scientific Python Ecosystem and Mathematical Software Communities."
|
|
15
|
+
It was created in October 2024 with the following goals:
|
|
15
16
|
|
|
16
|
-
- providing modularized installation with pip,
|
|
17
|
-
project started in 2020 in the Sage
|
|
18
|
-
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
|
17
|
+
- providing modularized installation with pip,
|
|
19
18
|
- establishing first-class membership in the scientific Python
|
|
20
19
|
ecosystem,
|
|
21
20
|
- giving `clear attribution of upstream
|
|
22
21
|
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
|
23
22
|
- providing independently usable Python interfaces to upstream
|
|
24
23
|
libraries,
|
|
25
|
-
-
|
|
24
|
+
- offering `platform portability and integration testing
|
|
26
25
|
services <https://github.com/passagemath/passagemath/issues/704>`__
|
|
27
26
|
to upstream projects,
|
|
28
27
|
- inviting collaborations with upstream projects,
|
|
29
28
|
- `building a professional, respectful, inclusive
|
|
30
29
|
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
|
30
|
+
- `empowering Sage users to participate in the scientific Python ecosystem
|
|
31
|
+
<https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
|
|
31
32
|
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
|
32
33
|
serverless deployment with Javascript,
|
|
33
34
|
- developing a native Windows port.
|
|
34
35
|
|
|
35
|
-
`Full documentation <https://
|
|
36
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
36
37
|
available online.
|
|
37
38
|
|
|
38
|
-
passagemath attempts to support
|
|
39
|
-
|
|
40
|
-
virtualization.
|
|
39
|
+
passagemath attempts to support and provides binary wheels suitable for
|
|
40
|
+
all major Linux distributions and recent versions of macOS.
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
Binary wheels for native Windows (x86_64) are are available for a subset of
|
|
43
|
+
the passagemath distributions. Use of the full functionality of passagemath
|
|
44
|
+
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
45
|
+
or virtualization.
|
|
46
|
+
|
|
47
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
|
|
45
48
|
|
|
46
49
|
|
|
47
50
|
About this pip-installable distribution package
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
10.6.33
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-coxeter3
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.33
|
|
4
4
|
Summary: passagemath: Coxeter groups, Bruhat ordering, Kazhdan-Lusztig polynomials with coxeter3
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -8,7 +8,7 @@ License-Expression: GPL-2.0-or-later
|
|
|
8
8
|
Project-URL: release notes, https://github.com/passagemath/passagemath/releases
|
|
9
9
|
Project-URL: repo (upstream), https://github.com/sagemath/sage
|
|
10
10
|
Project-URL: repo, https://github.com/passagemath/passagemath
|
|
11
|
-
Project-URL: documentation, https://
|
|
11
|
+
Project-URL: documentation, https://passagemath.org/docs/latest
|
|
12
12
|
Project-URL: homepage (upstream), https://www.sagemath.org
|
|
13
13
|
Project-URL: discourse, https://passagemath.discourse.group
|
|
14
14
|
Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
|
|
@@ -24,9 +24,10 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
26
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
29
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
|
-
Requires-Python: <3.
|
|
30
|
+
Requires-Python: <3.15,>=3.10
|
|
30
31
|
Description-Content-Type: text/x-rst
|
|
31
32
|
Provides-Extra: test
|
|
32
33
|
Requires-Dist: passagemath-repl; extra == "test"
|
|
@@ -47,38 +48,41 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
|
|
47
48
|
developed 2005-2025 under the motto “Creating a Viable Open Source
|
|
48
49
|
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
|
49
50
|
|
|
50
|
-
The passagemath fork
|
|
51
|
-
|
|
51
|
+
The passagemath fork uses the motto "Creating a Free Passage Between the
|
|
52
|
+
Scientific Python Ecosystem and Mathematical Software Communities."
|
|
53
|
+
It was created in October 2024 with the following goals:
|
|
52
54
|
|
|
53
|
-
- providing modularized installation with pip,
|
|
54
|
-
project started in 2020 in the Sage
|
|
55
|
-
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
|
55
|
+
- providing modularized installation with pip,
|
|
56
56
|
- establishing first-class membership in the scientific Python
|
|
57
57
|
ecosystem,
|
|
58
58
|
- giving `clear attribution of upstream
|
|
59
59
|
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
|
60
60
|
- providing independently usable Python interfaces to upstream
|
|
61
61
|
libraries,
|
|
62
|
-
-
|
|
62
|
+
- offering `platform portability and integration testing
|
|
63
63
|
services <https://github.com/passagemath/passagemath/issues/704>`__
|
|
64
64
|
to upstream projects,
|
|
65
65
|
- inviting collaborations with upstream projects,
|
|
66
66
|
- `building a professional, respectful, inclusive
|
|
67
67
|
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
|
68
|
+
- `empowering Sage users to participate in the scientific Python ecosystem
|
|
69
|
+
<https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
|
|
68
70
|
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
|
69
71
|
serverless deployment with Javascript,
|
|
70
72
|
- developing a native Windows port.
|
|
71
73
|
|
|
72
|
-
`Full documentation <https://
|
|
74
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
73
75
|
available online.
|
|
74
76
|
|
|
75
|
-
passagemath attempts to support
|
|
76
|
-
|
|
77
|
-
virtualization.
|
|
77
|
+
passagemath attempts to support and provides binary wheels suitable for
|
|
78
|
+
all major Linux distributions and recent versions of macOS.
|
|
78
79
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
80
|
+
Binary wheels for native Windows (x86_64) are are available for a subset of
|
|
81
|
+
the passagemath distributions. Use of the full functionality of passagemath
|
|
82
|
+
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
83
|
+
or virtualization.
|
|
84
|
+
|
|
85
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
|
|
82
86
|
|
|
83
87
|
|
|
84
88
|
About this pip-installable distribution package
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
# Generated by SAGE_ROOT/bootstrap; do not edit
|
|
2
1
|
[build-system]
|
|
3
2
|
# Minimum requirements for the build system to execute.
|
|
4
3
|
requires = [
|
|
5
4
|
'setuptools >= 77.0.0',
|
|
6
|
-
'passagemath-
|
|
7
|
-
'passagemath-
|
|
8
|
-
'passagemath-
|
|
9
|
-
'
|
|
10
|
-
'
|
|
5
|
+
'passagemath-conf ~= 10.6.33.0 ; sys_platform != "win32"',
|
|
6
|
+
'passagemath-setup ~= 10.6.33.0',
|
|
7
|
+
'passagemath-environment ~= 10.6.33.0',
|
|
8
|
+
'passagemath-objects ~= 10.6.33.0',
|
|
9
|
+
'cython >=3.0.8, <3.2.0', 'cython >=3.0.8,<3.2.0',
|
|
10
|
+
'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
|
|
11
11
|
'pkgconfig',
|
|
12
12
|
]
|
|
13
13
|
build-backend = "setuptools.build_meta"
|
|
@@ -35,16 +35,17 @@ classifiers = [
|
|
|
35
35
|
"Programming Language :: Python :: 3.11",
|
|
36
36
|
"Programming Language :: Python :: 3.12",
|
|
37
37
|
"Programming Language :: Python :: 3.13",
|
|
38
|
+
"Programming Language :: Python :: 3.14",
|
|
38
39
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
39
40
|
"Topic :: Scientific/Engineering :: Mathematics",
|
|
40
41
|
]
|
|
41
|
-
requires-python = ">=3.10, <3.
|
|
42
|
+
requires-python = ">=3.10, <3.15"
|
|
42
43
|
|
|
43
44
|
[project.urls]
|
|
44
45
|
"release notes" = "https://github.com/passagemath/passagemath/releases"
|
|
45
46
|
"repo (upstream)" = "https://github.com/sagemath/sage"
|
|
46
47
|
"repo" = "https://github.com/passagemath/passagemath"
|
|
47
|
-
documentation = "https://
|
|
48
|
+
documentation = "https://passagemath.org/docs/latest"
|
|
48
49
|
"homepage (upstream)" = "https://www.sagemath.org"
|
|
49
50
|
"discourse" = "https://passagemath.discourse.group"
|
|
50
51
|
"tracker (upstream)" = "https://github.com/sagemath/sage/issues"
|
|
@@ -68,3 +69,18 @@ include-package-data = false
|
|
|
68
69
|
|
|
69
70
|
[tool.setuptools.dynamic]
|
|
70
71
|
version = {file = ["VERSION.txt"]}
|
|
72
|
+
|
|
73
|
+
[external]
|
|
74
|
+
# External dependencies in the format proposed by https://peps.python.org/pep-0725
|
|
75
|
+
build-requires = [
|
|
76
|
+
"virtual:compiler/c",
|
|
77
|
+
"virtual:compiler/cpp",
|
|
78
|
+
"pkg:generic/pkg-config",
|
|
79
|
+
]
|
|
80
|
+
|
|
81
|
+
host-requires = [
|
|
82
|
+
"pkg:generic/coxeter3",
|
|
83
|
+
]
|
|
84
|
+
|
|
85
|
+
dependencies = [
|
|
86
|
+
]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
10.6.1.rc10
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/sage/all__sagemath_coxeter3.py
RENAMED
|
File without changes
|
{passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/sage/libs/all__sagemath_coxeter3.py
RENAMED
|
File without changes
|
{passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/sage/libs/coxeter3/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/sage/libs/coxeter3/coxeter.pxd
RENAMED
|
File without changes
|
{passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/sage/libs/coxeter3/coxeter.pyx
RENAMED
|
File without changes
|
{passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/sage/libs/coxeter3/coxeter_group.py
RENAMED
|
File without changes
|
{passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/sage/libs/coxeter3/decl.pxd
RENAMED
|
File without changes
|
{passagemath_coxeter3-10.6.1rc10 → passagemath_coxeter3-10.6.33}/sage/libs/coxeter3/meson.build
RENAMED
|
File without changes
|
|
File without changes
|