passagemath-palp 10.5.46__tar.gz → 10.6.41__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-palp might be problematic. Click here for more details.
- {passagemath_palp-10.5.46 → passagemath_palp-10.6.41}/MANIFEST.in +4 -1
- {passagemath_palp-10.5.46/passagemath_palp.egg-info → passagemath_palp-10.6.41}/PKG-INFO +25 -20
- {passagemath_palp-10.5.46 → passagemath_palp-10.6.41}/README.rst +18 -15
- passagemath_palp-10.6.41/VERSION.txt +1 -0
- passagemath_palp-10.6.41/passagemath_palp/__init__.py +3 -0
- {passagemath_palp-10.5.46 → passagemath_palp-10.6.41/passagemath_palp.egg-info}/PKG-INFO +25 -20
- {passagemath_palp-10.5.46 → passagemath_palp-10.6.41}/passagemath_palp.egg-info/SOURCES.txt +2 -0
- {passagemath_palp-10.5.46 → passagemath_palp-10.6.41}/passagemath_palp.egg-info/requires.txt +4 -1
- {passagemath_palp-10.5.46 → passagemath_palp-10.6.41}/pyproject.toml +13 -15
- passagemath_palp-10.6.41/repair_wheel.py +24 -0
- {passagemath_palp-10.5.46 → passagemath_palp-10.6.41}/sage/all__sagemath_palp.py +1 -0
- {passagemath_palp-10.5.46 → passagemath_palp-10.6.41}/setup.py +3 -1
- passagemath_palp-10.5.46/VERSION.txt +0 -1
- {passagemath_palp-10.5.46 → passagemath_palp-10.6.41}/passagemath_palp.egg-info/dependency_links.txt +0 -0
- {passagemath_palp-10.5.46 → passagemath_palp-10.6.41}/passagemath_palp.egg-info/top_level.txt +0 -0
- {passagemath_palp-10.5.46 → passagemath_palp-10.6.41}/sage/libs/all__sagemath_palp.py +0 -0
- {passagemath_palp-10.5.46 → passagemath_palp-10.6.41}/sage/libs/palp.pyx +0 -0
- {passagemath_palp-10.5.46 → passagemath_palp-10.6.41}/setup.cfg +0 -0
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
graft passagemath_palp
|
|
2
|
+
|
|
1
3
|
prune sage
|
|
2
4
|
|
|
3
5
|
include VERSION.txt
|
|
4
6
|
|
|
5
7
|
include sage/libs/palp.p*
|
|
6
|
-
include sage/rings/polynomial/palp.p*
|
|
7
8
|
|
|
8
9
|
global-exclude *.c
|
|
9
10
|
global-exclude *.cpp
|
|
@@ -11,6 +12,8 @@ global-exclude *.cpp
|
|
|
11
12
|
global-exclude all__sagemath_*.py
|
|
12
13
|
global-include all__sagemath_palp.py
|
|
13
14
|
|
|
15
|
+
include repair_wheel.py
|
|
16
|
+
|
|
14
17
|
global-exclude __pycache__
|
|
15
18
|
global-exclude *.py[co]
|
|
16
19
|
global-exclude *.bak
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-palp
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.6.41
|
|
4
4
|
Summary: passagemath: Lattice polytopes and applications to toric geometry with PALP
|
|
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
|
|
@@ -17,18 +17,20 @@ Classifier: Development Status :: 6 - Mature
|
|
|
17
17
|
Classifier: Intended Audience :: Education
|
|
18
18
|
Classifier: Intended Audience :: Science/Research
|
|
19
19
|
Classifier: Operating System :: POSIX
|
|
20
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
20
21
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
21
22
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
22
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
23
23
|
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
|
-
Requires-Dist: passagemath-environment~=10.
|
|
32
|
+
Requires-Dist: passagemath-environment~=10.6.41.0
|
|
33
|
+
Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
|
|
32
34
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
33
35
|
Provides-Extra: test
|
|
34
36
|
Requires-Dist: passagemath-polyhedra; extra == "test"
|
|
@@ -48,45 +50,48 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
|
|
48
50
|
developed 2005-2025 under the motto “Creating a Viable Open Source
|
|
49
51
|
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
|
50
52
|
|
|
51
|
-
The passagemath fork
|
|
52
|
-
|
|
53
|
+
The passagemath fork uses the motto "Creating a Free Passage Between the
|
|
54
|
+
Scientific Python Ecosystem and Mathematical Software Communities."
|
|
55
|
+
It was created in October 2024 with the following goals:
|
|
53
56
|
|
|
54
|
-
- providing modularized installation with pip,
|
|
55
|
-
project started in 2020 in the Sage
|
|
56
|
-
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
|
57
|
+
- providing modularized installation with pip,
|
|
57
58
|
- establishing first-class membership in the scientific Python
|
|
58
59
|
ecosystem,
|
|
59
60
|
- giving `clear attribution of upstream
|
|
60
61
|
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
|
61
62
|
- providing independently usable Python interfaces to upstream
|
|
62
63
|
libraries,
|
|
63
|
-
-
|
|
64
|
+
- offering `platform portability and integration testing
|
|
64
65
|
services <https://github.com/passagemath/passagemath/issues/704>`__
|
|
65
66
|
to upstream projects,
|
|
66
67
|
- inviting collaborations with upstream projects,
|
|
67
68
|
- `building a professional, respectful, inclusive
|
|
68
69
|
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
|
70
|
+
- `empowering Sage users to participate in the scientific Python ecosystem
|
|
71
|
+
<https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
|
|
69
72
|
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
|
70
73
|
serverless deployment with Javascript,
|
|
71
74
|
- developing a native Windows port.
|
|
72
75
|
|
|
73
|
-
`Full documentation <https://
|
|
76
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
74
77
|
available online.
|
|
75
78
|
|
|
76
|
-
passagemath attempts to support
|
|
77
|
-
|
|
78
|
-
virtualization.
|
|
79
|
+
passagemath attempts to support and provides binary wheels suitable for
|
|
80
|
+
all major Linux distributions and recent versions of macOS.
|
|
79
81
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
82
|
+
Binary wheels for native Windows (x86_64) are are available for a subset of
|
|
83
|
+
the passagemath distributions. Use of the full functionality of passagemath
|
|
84
|
+
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
85
|
+
or virtualization.
|
|
86
|
+
|
|
87
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
|
|
83
88
|
|
|
84
89
|
|
|
85
90
|
About this pip-installable distribution package
|
|
86
91
|
-----------------------------------------------
|
|
87
92
|
|
|
88
93
|
This pip-installable source distribution ``passagemath-palp`` provides
|
|
89
|
-
an interface to the `Package for Analyzing Lattice Polytopes <http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html>` (PALP)
|
|
94
|
+
an interface to the `Package for Analyzing Lattice Polytopes <http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html>`__ (PALP)
|
|
90
95
|
by M. Kreuzer and H. Skarke, a set of C programs for calculations
|
|
91
96
|
with lattice polytopes and applications to toric geometry.
|
|
92
97
|
|
|
@@ -120,7 +125,7 @@ Use with sage.geometry::
|
|
|
120
125
|
|
|
121
126
|
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-palp[test]" ipython
|
|
122
127
|
|
|
123
|
-
In [1]: from
|
|
128
|
+
In [1]: from passagemath_polyhedra import *
|
|
124
129
|
|
|
125
130
|
In [2]: square = lattice_polytope.cross_polytope(2).polar()
|
|
126
131
|
|
|
@@ -10,45 +10,48 @@ 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.14.x.
|
|
45
48
|
|
|
46
49
|
|
|
47
50
|
About this pip-installable distribution package
|
|
48
51
|
-----------------------------------------------
|
|
49
52
|
|
|
50
53
|
This pip-installable source distribution ``passagemath-palp`` provides
|
|
51
|
-
an interface to the `Package for Analyzing Lattice Polytopes <http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html>` (PALP)
|
|
54
|
+
an interface to the `Package for Analyzing Lattice Polytopes <http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html>`__ (PALP)
|
|
52
55
|
by M. Kreuzer and H. Skarke, a set of C programs for calculations
|
|
53
56
|
with lattice polytopes and applications to toric geometry.
|
|
54
57
|
|
|
@@ -82,7 +85,7 @@ Use with sage.geometry::
|
|
|
82
85
|
|
|
83
86
|
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-palp[test]" ipython
|
|
84
87
|
|
|
85
|
-
In [1]: from
|
|
88
|
+
In [1]: from passagemath_polyhedra import *
|
|
86
89
|
|
|
87
90
|
In [2]: square = lattice_polytope.cross_polytope(2).polar()
|
|
88
91
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
10.6.41
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-palp
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.6.41
|
|
4
4
|
Summary: passagemath: Lattice polytopes and applications to toric geometry with PALP
|
|
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
|
|
@@ -17,18 +17,20 @@ Classifier: Development Status :: 6 - Mature
|
|
|
17
17
|
Classifier: Intended Audience :: Education
|
|
18
18
|
Classifier: Intended Audience :: Science/Research
|
|
19
19
|
Classifier: Operating System :: POSIX
|
|
20
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
20
21
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
21
22
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
22
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
23
23
|
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
|
-
Requires-Dist: passagemath-environment~=10.
|
|
32
|
+
Requires-Dist: passagemath-environment~=10.6.41.0
|
|
33
|
+
Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
|
|
32
34
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
33
35
|
Provides-Extra: test
|
|
34
36
|
Requires-Dist: passagemath-polyhedra; extra == "test"
|
|
@@ -48,45 +50,48 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
|
|
48
50
|
developed 2005-2025 under the motto “Creating a Viable Open Source
|
|
49
51
|
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
|
50
52
|
|
|
51
|
-
The passagemath fork
|
|
52
|
-
|
|
53
|
+
The passagemath fork uses the motto "Creating a Free Passage Between the
|
|
54
|
+
Scientific Python Ecosystem and Mathematical Software Communities."
|
|
55
|
+
It was created in October 2024 with the following goals:
|
|
53
56
|
|
|
54
|
-
- providing modularized installation with pip,
|
|
55
|
-
project started in 2020 in the Sage
|
|
56
|
-
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
|
57
|
+
- providing modularized installation with pip,
|
|
57
58
|
- establishing first-class membership in the scientific Python
|
|
58
59
|
ecosystem,
|
|
59
60
|
- giving `clear attribution of upstream
|
|
60
61
|
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
|
61
62
|
- providing independently usable Python interfaces to upstream
|
|
62
63
|
libraries,
|
|
63
|
-
-
|
|
64
|
+
- offering `platform portability and integration testing
|
|
64
65
|
services <https://github.com/passagemath/passagemath/issues/704>`__
|
|
65
66
|
to upstream projects,
|
|
66
67
|
- inviting collaborations with upstream projects,
|
|
67
68
|
- `building a professional, respectful, inclusive
|
|
68
69
|
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
|
70
|
+
- `empowering Sage users to participate in the scientific Python ecosystem
|
|
71
|
+
<https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
|
|
69
72
|
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
|
70
73
|
serverless deployment with Javascript,
|
|
71
74
|
- developing a native Windows port.
|
|
72
75
|
|
|
73
|
-
`Full documentation <https://
|
|
76
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
74
77
|
available online.
|
|
75
78
|
|
|
76
|
-
passagemath attempts to support
|
|
77
|
-
|
|
78
|
-
virtualization.
|
|
79
|
+
passagemath attempts to support and provides binary wheels suitable for
|
|
80
|
+
all major Linux distributions and recent versions of macOS.
|
|
79
81
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
82
|
+
Binary wheels for native Windows (x86_64) are are available for a subset of
|
|
83
|
+
the passagemath distributions. Use of the full functionality of passagemath
|
|
84
|
+
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
85
|
+
or virtualization.
|
|
86
|
+
|
|
87
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
|
|
83
88
|
|
|
84
89
|
|
|
85
90
|
About this pip-installable distribution package
|
|
86
91
|
-----------------------------------------------
|
|
87
92
|
|
|
88
93
|
This pip-installable source distribution ``passagemath-palp`` provides
|
|
89
|
-
an interface to the `Package for Analyzing Lattice Polytopes <http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html>` (PALP)
|
|
94
|
+
an interface to the `Package for Analyzing Lattice Polytopes <http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html>`__ (PALP)
|
|
90
95
|
by M. Kreuzer and H. Skarke, a set of C programs for calculations
|
|
91
96
|
with lattice polytopes and applications to toric geometry.
|
|
92
97
|
|
|
@@ -120,7 +125,7 @@ Use with sage.geometry::
|
|
|
120
125
|
|
|
121
126
|
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-palp[test]" ipython
|
|
122
127
|
|
|
123
|
-
In [1]: from
|
|
128
|
+
In [1]: from passagemath_polyhedra import *
|
|
124
129
|
|
|
125
130
|
In [2]: square = lattice_polytope.cross_polytope(2).polar()
|
|
126
131
|
|
|
@@ -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
5
|
'pkgconfig',
|
|
7
|
-
'passagemath-
|
|
8
|
-
'passagemath-
|
|
9
|
-
'
|
|
10
|
-
'
|
|
6
|
+
'passagemath-conf ~= 10.6.41.0 ; sys_platform != "win32"',
|
|
7
|
+
'passagemath-setup ~= 10.6.41.0',
|
|
8
|
+
'passagemath-environment ~= 10.6.41.0',
|
|
9
|
+
'cython >=3.0.8, <3.3.0', 'cython >=3.0.8,<3.3.0',
|
|
10
|
+
'cysignals !=1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
|
|
11
11
|
]
|
|
12
12
|
build-backend = "setuptools.build_meta"
|
|
13
13
|
|
|
@@ -15,8 +15,8 @@ build-backend = "setuptools.build_meta"
|
|
|
15
15
|
name = "passagemath-palp"
|
|
16
16
|
description = "passagemath: Lattice polytopes and applications to toric geometry with PALP"
|
|
17
17
|
dependencies = [
|
|
18
|
-
'passagemath-environment ~= 10.
|
|
19
|
-
'cysignals >=1.11.2, != 1.12.0',
|
|
18
|
+
'passagemath-environment ~= 10.6.41.0',
|
|
19
|
+
'cysignals !=1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
|
|
20
20
|
]
|
|
21
21
|
dynamic = ["version"]
|
|
22
22
|
license = "GPL-2.0-or-later"
|
|
@@ -30,23 +30,24 @@ classifiers = [
|
|
|
30
30
|
"Intended Audience :: Education",
|
|
31
31
|
"Intended Audience :: Science/Research",
|
|
32
32
|
"Operating System :: POSIX",
|
|
33
|
+
"Operating System :: POSIX :: Linux",
|
|
33
34
|
"Operating System :: MacOS :: MacOS X",
|
|
34
35
|
"Programming Language :: Python :: 3 :: Only",
|
|
35
|
-
"Programming Language :: Python :: 3.9",
|
|
36
36
|
"Programming Language :: Python :: 3.10",
|
|
37
37
|
"Programming Language :: Python :: 3.11",
|
|
38
38
|
"Programming Language :: Python :: 3.12",
|
|
39
39
|
"Programming Language :: Python :: 3.13",
|
|
40
|
+
"Programming Language :: Python :: 3.14",
|
|
40
41
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
41
42
|
"Topic :: Scientific/Engineering :: Mathematics",
|
|
42
43
|
]
|
|
43
|
-
requires-python = ">=3.
|
|
44
|
+
requires-python = ">=3.10, <3.15"
|
|
44
45
|
|
|
45
46
|
[project.urls]
|
|
46
47
|
"release notes" = "https://github.com/passagemath/passagemath/releases"
|
|
47
48
|
"repo (upstream)" = "https://github.com/sagemath/sage"
|
|
48
49
|
"repo" = "https://github.com/passagemath/passagemath"
|
|
49
|
-
documentation = "https://
|
|
50
|
+
documentation = "https://passagemath.org/docs/latest"
|
|
50
51
|
"homepage (upstream)" = "https://www.sagemath.org"
|
|
51
52
|
"discourse" = "https://passagemath.discourse.group"
|
|
52
53
|
"tracker (upstream)" = "https://github.com/sagemath/sage/issues"
|
|
@@ -65,18 +66,15 @@ test = [
|
|
|
65
66
|
]
|
|
66
67
|
|
|
67
68
|
[tool.cibuildwheel.linux]
|
|
68
|
-
# Unfortunately CIBW_REPAIR_WHEEL_COMMAND does not expand {project} (and other placeholders),
|
|
69
|
-
# so there is no clean way to refer to the repair_wheel.py script
|
|
70
|
-
# https://github.com/pypa/cibuildwheel/issues/1931
|
|
71
69
|
repair-wheel-command = [
|
|
72
70
|
'python3 -m pip install passagemath-conf auditwheel',
|
|
73
|
-
'python3
|
|
71
|
+
'python3 {package}/repair_wheel.py {wheel}',
|
|
74
72
|
'auditwheel repair -w {dest_dir} {wheel}',
|
|
75
73
|
]
|
|
76
74
|
[tool.cibuildwheel.macos]
|
|
77
75
|
repair-wheel-command = [
|
|
78
76
|
'python3 -m pip install passagemath-conf auditwheel',
|
|
79
|
-
'python3
|
|
77
|
+
'python3 {package}/repair_wheel.py {wheel}',
|
|
80
78
|
'delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}',
|
|
81
79
|
]
|
|
82
80
|
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Add data to the wheel
|
|
2
|
+
|
|
3
|
+
import os
|
|
4
|
+
import shlex
|
|
5
|
+
import sys
|
|
6
|
+
|
|
7
|
+
from pathlib import Path
|
|
8
|
+
|
|
9
|
+
from auditwheel.wheeltools import InWheel
|
|
10
|
+
|
|
11
|
+
from sage_conf import SAGE_LOCAL
|
|
12
|
+
|
|
13
|
+
if "TMPDIR" in os.environ:
|
|
14
|
+
os.environ["TMPDIR"] = str(Path(os.environ["TMPDIR"]).resolve())
|
|
15
|
+
|
|
16
|
+
wheel = Path(sys.argv[1])
|
|
17
|
+
|
|
18
|
+
# SAGE_LOCAL/bin/* --> sage_wheels/bin/*
|
|
19
|
+
with InWheel(wheel, wheel):
|
|
20
|
+
command = f'set -o pipefail; (cd {shlex.quote(SAGE_LOCAL)} && tar cf - --dereference bin/{{class,cws,mori,nef,poly}}*.x) | (mkdir -p sage_wheels && cd sage_wheels && tar xvf -)'
|
|
21
|
+
print(f'Running {command}')
|
|
22
|
+
sys.stdout.flush()
|
|
23
|
+
if os.system(f"bash -c {shlex.quote(command)}") != 0:
|
|
24
|
+
sys.exit(1)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
10.5.46
|
{passagemath_palp-10.5.46 → passagemath_palp-10.6.41}/passagemath_palp.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{passagemath_palp-10.5.46 → passagemath_palp-10.6.41}/passagemath_palp.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|