passagemath-fricas 10.5.31__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.
@@ -0,0 +1,22 @@
1
+ prune sage
2
+
3
+ include VERSION.txt
4
+
5
+ include sage/libs/fricas.p*
6
+ include sage/interfaces/fricas.p*
7
+ include sage/symbolic/expression_conversion_fricas.p*
8
+
9
+ global-exclude *.c
10
+ global-exclude *.cpp
11
+
12
+ global-exclude all__sagemath_*.py
13
+ global-include all__sagemath_fricas.py
14
+
15
+ global-exclude __pycache__
16
+ global-exclude *.py[co]
17
+ global-exclude *.bak
18
+ global-exclude *.so
19
+ global-exclude *~
20
+ prune .tox
21
+ prune build
22
+ prune dist
@@ -0,0 +1,87 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-fricas
3
+ Version: 10.5.31
4
+ Summary: passagemath: Symbolic computation with the general purpose computer algebra system FriCAS
5
+ Author-email: The Sage Developers <sage-support@googlegroups.com>
6
+ Maintainer: Matthias Köppe, passagemath contributors
7
+ License: GNU General Public License (GPL) v2 or later
8
+ Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
+ Project-URL: repo (upstream), https://github.com/sagemath/sage
10
+ Project-URL: repo, https://github.com/passagemath/passagemath
11
+ Project-URL: documentation, https://doc.sagemath.org
12
+ Project-URL: homepage (upstream), https://www.sagemath.org
13
+ Project-URL: discourse, https://passagemath.discourse.group
14
+ Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
15
+ Project-URL: tracker, https://github.com/passagemath/passagemath/issues
16
+ Classifier: Development Status :: 6 - Mature
17
+ Classifier: Intended Audience :: Education
18
+ Classifier: Intended Audience :: Science/Research
19
+ Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
20
+ Classifier: Operating System :: POSIX
21
+ Classifier: Operating System :: MacOS :: MacOS X
22
+ Classifier: Programming Language :: Python :: 3 :: Only
23
+ Classifier: Programming Language :: Python :: 3.9
24
+ Classifier: Programming Language :: Python :: 3.10
25
+ Classifier: Programming Language :: Python :: 3.11
26
+ Classifier: Programming Language :: Python :: 3.12
27
+ Classifier: Programming Language :: Python :: 3.13
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
30
+ Requires-Python: <3.14,>=3.9
31
+ Description-Content-Type: text/x-rst
32
+ Requires-Dist: cysignals==1.12.0rc2
33
+ Requires-Dist: passagemath-categories~=10.5.31.0
34
+ Provides-Extra: test
35
+ Requires-Dist: passagemath-repl~=10.5.31.0; extra == "test"
36
+ Requires-Dist: passagemath-symbolics~=10.5.31.0; extra == "test"
37
+
38
+ =========================================================================================
39
+ passagemath: Symbolic computation with the general purpose computer algebra system FriCAS
40
+ =========================================================================================
41
+
42
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
43
+ source mathematical software in Python, released under the GNU General
44
+ Public Licence GPLv2+.
45
+
46
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
47
+ developed 2005-2025 under the motto “Creating a Viable Open Source
48
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
49
+
50
+ The passagemath fork was created in October 2024 with the following
51
+ goals:
52
+
53
+ - providing modularized installation with pip, thus completing a `major
54
+ project started in 2020 in the Sage
55
+ codebase <https://github.com/sagemath/sage/issues/29705>`__,
56
+ - establishing first-class membership in the scientific Python
57
+ ecosystem,
58
+ - giving `clear attribution of upstream
59
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
60
+ - providing independently usable Python interfaces to upstream
61
+ libraries,
62
+ - providing `platform portability and integration testing
63
+ services <https://github.com/passagemath/passagemath/issues/704>`__
64
+ to upstream projects,
65
+ - inviting collaborations with upstream projects,
66
+ - `building a professional, respectful, inclusive
67
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
68
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
69
+ serverless deployment with Javascript,
70
+ - developing a native Windows port.
71
+
72
+ `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
73
+ available online.
74
+
75
+ passagemath attempts to support all major Linux distributions and recent versions of
76
+ macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
77
+ virtualization.
78
+
79
+ Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
80
+ Python 3.13.x is also supported, but some third-party packages are still missing wheels,
81
+ so compilation from source is triggered for those.
82
+
83
+
84
+ About this pip-installable distribution package
85
+ -----------------------------------------------
86
+
87
+ This pip-installable source distribution ``passagemath-fricas`` provides an interface to FriCAS.
@@ -0,0 +1,50 @@
1
+ =========================================================================================
2
+ passagemath: Symbolic computation with the general purpose computer algebra system FriCAS
3
+ =========================================================================================
4
+
5
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
6
+ source mathematical software in Python, released under the GNU General
7
+ Public Licence GPLv2+.
8
+
9
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
10
+ developed 2005-2025 under the motto “Creating a Viable Open Source
11
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
12
+
13
+ The passagemath fork was created in October 2024 with the following
14
+ goals:
15
+
16
+ - providing modularized installation with pip, thus completing a `major
17
+ project started in 2020 in the Sage
18
+ codebase <https://github.com/sagemath/sage/issues/29705>`__,
19
+ - establishing first-class membership in the scientific Python
20
+ ecosystem,
21
+ - giving `clear attribution of upstream
22
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
23
+ - providing independently usable Python interfaces to upstream
24
+ libraries,
25
+ - providing `platform portability and integration testing
26
+ services <https://github.com/passagemath/passagemath/issues/704>`__
27
+ to upstream projects,
28
+ - inviting collaborations with upstream projects,
29
+ - `building a professional, respectful, inclusive
30
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
31
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
32
+ serverless deployment with Javascript,
33
+ - developing a native Windows port.
34
+
35
+ `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
36
+ available online.
37
+
38
+ passagemath attempts to support all major Linux distributions and recent versions of
39
+ macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
40
+ virtualization.
41
+
42
+ Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
43
+ Python 3.13.x is also supported, but some third-party packages are still missing wheels,
44
+ so compilation from source is triggered for those.
45
+
46
+
47
+ About this pip-installable distribution package
48
+ -----------------------------------------------
49
+
50
+ This pip-installable source distribution ``passagemath-fricas`` provides an interface to FriCAS.
@@ -0,0 +1 @@
1
+ 10.5.31
@@ -0,0 +1,87 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-fricas
3
+ Version: 10.5.31
4
+ Summary: passagemath: Symbolic computation with the general purpose computer algebra system FriCAS
5
+ Author-email: The Sage Developers <sage-support@googlegroups.com>
6
+ Maintainer: Matthias Köppe, passagemath contributors
7
+ License: GNU General Public License (GPL) v2 or later
8
+ Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
+ Project-URL: repo (upstream), https://github.com/sagemath/sage
10
+ Project-URL: repo, https://github.com/passagemath/passagemath
11
+ Project-URL: documentation, https://doc.sagemath.org
12
+ Project-URL: homepage (upstream), https://www.sagemath.org
13
+ Project-URL: discourse, https://passagemath.discourse.group
14
+ Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
15
+ Project-URL: tracker, https://github.com/passagemath/passagemath/issues
16
+ Classifier: Development Status :: 6 - Mature
17
+ Classifier: Intended Audience :: Education
18
+ Classifier: Intended Audience :: Science/Research
19
+ Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
20
+ Classifier: Operating System :: POSIX
21
+ Classifier: Operating System :: MacOS :: MacOS X
22
+ Classifier: Programming Language :: Python :: 3 :: Only
23
+ Classifier: Programming Language :: Python :: 3.9
24
+ Classifier: Programming Language :: Python :: 3.10
25
+ Classifier: Programming Language :: Python :: 3.11
26
+ Classifier: Programming Language :: Python :: 3.12
27
+ Classifier: Programming Language :: Python :: 3.13
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
30
+ Requires-Python: <3.14,>=3.9
31
+ Description-Content-Type: text/x-rst
32
+ Requires-Dist: cysignals==1.12.0rc2
33
+ Requires-Dist: passagemath-categories~=10.5.31.0
34
+ Provides-Extra: test
35
+ Requires-Dist: passagemath-repl~=10.5.31.0; extra == "test"
36
+ Requires-Dist: passagemath-symbolics~=10.5.31.0; extra == "test"
37
+
38
+ =========================================================================================
39
+ passagemath: Symbolic computation with the general purpose computer algebra system FriCAS
40
+ =========================================================================================
41
+
42
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
43
+ source mathematical software in Python, released under the GNU General
44
+ Public Licence GPLv2+.
45
+
46
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
47
+ developed 2005-2025 under the motto “Creating a Viable Open Source
48
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
49
+
50
+ The passagemath fork was created in October 2024 with the following
51
+ goals:
52
+
53
+ - providing modularized installation with pip, thus completing a `major
54
+ project started in 2020 in the Sage
55
+ codebase <https://github.com/sagemath/sage/issues/29705>`__,
56
+ - establishing first-class membership in the scientific Python
57
+ ecosystem,
58
+ - giving `clear attribution of upstream
59
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
60
+ - providing independently usable Python interfaces to upstream
61
+ libraries,
62
+ - providing `platform portability and integration testing
63
+ services <https://github.com/passagemath/passagemath/issues/704>`__
64
+ to upstream projects,
65
+ - inviting collaborations with upstream projects,
66
+ - `building a professional, respectful, inclusive
67
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
68
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
69
+ serverless deployment with Javascript,
70
+ - developing a native Windows port.
71
+
72
+ `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
73
+ available online.
74
+
75
+ passagemath attempts to support all major Linux distributions and recent versions of
76
+ macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
77
+ virtualization.
78
+
79
+ Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
80
+ Python 3.13.x is also supported, but some third-party packages are still missing wheels,
81
+ so compilation from source is triggered for those.
82
+
83
+
84
+ About this pip-installable distribution package
85
+ -----------------------------------------------
86
+
87
+ This pip-installable source distribution ``passagemath-fricas`` provides an interface to FriCAS.
@@ -0,0 +1,16 @@
1
+ MANIFEST.in
2
+ README.rst
3
+ VERSION.txt
4
+ pyproject.toml
5
+ setup.py
6
+ passagemath_fricas.egg-info/PKG-INFO
7
+ passagemath_fricas.egg-info/SOURCES.txt
8
+ passagemath_fricas.egg-info/dependency_links.txt
9
+ passagemath_fricas.egg-info/requires.txt
10
+ passagemath_fricas.egg-info/top_level.txt
11
+ sage/all__sagemath_fricas.py
12
+ sage/interfaces/all__sagemath_fricas.py
13
+ sage/interfaces/fricas.py
14
+ sage/libs/all__sagemath_fricas.py
15
+ sage/libs/fricas.pyx
16
+ sage/symbolic/expression_conversion_fricas.py
@@ -0,0 +1,6 @@
1
+ cysignals==1.12.0rc2
2
+ passagemath-categories~=10.5.31.0
3
+
4
+ [test]
5
+ passagemath-repl~=10.5.31.0
6
+ passagemath-symbolics~=10.5.31.0
@@ -0,0 +1,106 @@
1
+ # Generated by SAGE_ROOT/bootstrap; do not edit
2
+ [build-system]
3
+ # Minimum requirements for the build system to execute.
4
+ requires = [
5
+ 'setuptools >= 68.1.1',
6
+ 'pkgconfig',
7
+ 'passagemath-setup ~= 10.5.31.0',
8
+ 'passagemath-categories ~= 10.5.31.0',
9
+ 'passagemath-environment ~= 10.5.31.0',
10
+ 'passagemath-objects ~= 10.5.31.0',
11
+ 'cython >=3.0, != 3.0.3, <4.0', 'cython >=3.0.8,<3.1.0',
12
+ 'cysignals ==1.12.0rc2',
13
+ ]
14
+ build-backend = "setuptools.build_meta"
15
+
16
+ [project]
17
+ name = "passagemath-fricas"
18
+ description = "passagemath: Symbolic computation with the general purpose computer algebra system FriCAS"
19
+ dependencies = [
20
+ 'cysignals ==1.12.0rc2',
21
+ 'passagemath-categories ~= 10.5.31.0',
22
+ ]
23
+ dynamic = ["version"]
24
+ license = {text = "GNU General Public License (GPL) v2 or later"}
25
+ authors = [{name = "The Sage Developers", email = "sage-support@googlegroups.com"}]
26
+ maintainers = [
27
+ {name = "Matthias Köppe"},
28
+ {name = "passagemath contributors"},
29
+ ]
30
+ classifiers = [
31
+ "Development Status :: 6 - Mature",
32
+ "Intended Audience :: Education",
33
+ "Intended Audience :: Science/Research",
34
+ "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
35
+ "Operating System :: POSIX",
36
+ "Operating System :: MacOS :: MacOS X",
37
+ "Programming Language :: Python :: 3 :: Only",
38
+ "Programming Language :: Python :: 3.9",
39
+ "Programming Language :: Python :: 3.10",
40
+ "Programming Language :: Python :: 3.11",
41
+ "Programming Language :: Python :: 3.12",
42
+ "Programming Language :: Python :: 3.13",
43
+ "Programming Language :: Python :: Implementation :: CPython",
44
+ "Topic :: Scientific/Engineering :: Mathematics",
45
+ ]
46
+ requires-python = ">=3.9, <3.14"
47
+
48
+ [project.urls]
49
+ "release notes" = "https://github.com/passagemath/passagemath/releases"
50
+ "repo (upstream)" = "https://github.com/sagemath/sage"
51
+ "repo" = "https://github.com/passagemath/passagemath"
52
+ documentation = "https://doc.sagemath.org"
53
+ "homepage (upstream)" = "https://www.sagemath.org"
54
+ "discourse" = "https://passagemath.discourse.group"
55
+ "tracker (upstream)" = "https://github.com/sagemath/sage/issues"
56
+ "tracker" = "https://github.com/passagemath/passagemath/issues"
57
+
58
+ [project.readme]
59
+ file = "README.rst"
60
+ content-type = "text/x-rst"
61
+
62
+ [project.optional-dependencies]
63
+ test = [
64
+ 'passagemath-repl ~= 10.5.31.0',
65
+ 'passagemath-symbolics ~= 10.5.31.0',
66
+ ]
67
+
68
+ [tool.cibuildwheel.linux]
69
+ # Unfortunately CIBW_REPAIR_WHEEL_COMMAND does not expand {project} (and other placeholders),
70
+ # so there is no clean way to refer to the repair_wheel.py script
71
+ # https://github.com/pypa/cibuildwheel/issues/1931
72
+ repair-wheel-command = [
73
+ 'python3 -m pip install passagemath-conf',
74
+ 'python3 pkgs/sagemath-fricas/repair_wheel.py {wheel}',
75
+ 'auditwheel repair -w {dest_dir} {wheel}',
76
+ ]
77
+ [tool.cibuildwheel.macos]
78
+ repair-wheel-command = [
79
+ 'python3 -m pip install passagemath-conf',
80
+ 'python3 pkgs/sagemath-fricas/repair_wheel.py {wheel}',
81
+ 'delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}',
82
+ ]
83
+
84
+ [tool.setuptools]
85
+ include-package-data = false
86
+
87
+ [tool.setuptools.dynamic]
88
+ version = {file = ["VERSION.txt"]}
89
+
90
+ [external]
91
+ # External dependencies in the format proposed by https://peps.python.org/pep-0725
92
+ build-requires = [
93
+ "virtual:compiler/c",
94
+ "virtual:compiler/cpp",
95
+ "pkg:generic/pkg-config",
96
+ ]
97
+
98
+ host-requires = [
99
+ "pkg:generic/fricas",
100
+ "pkg:generic/gmp",
101
+ "pkg:generic/mpc",
102
+ "pkg:generic/mpfr",
103
+ ]
104
+
105
+ dependencies = [
106
+ ]
@@ -0,0 +1,3 @@
1
+ # sage_setup: distribution = sagemath-fricas
2
+
3
+ from sage.all__sagemath_symbolics import *
@@ -0,0 +1 @@
1
+ # sage_setup: distribution = sagemath-fricas