passagemath-pari-seadata-small 10.6.1rc14__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-pari-seadata-small might be problematic. Click here for more details.

@@ -0,0 +1,15 @@
1
+ include VERSION.txt
2
+
3
+ global-exclude *.c
4
+ global-exclude *.cpp
5
+
6
+ include repair_wheel.py
7
+
8
+ global-exclude __pycache__
9
+ global-exclude *.py[co]
10
+ global-exclude *.bak
11
+ global-exclude *.so
12
+ global-exclude *~
13
+ prune .tox
14
+ prune build
15
+ prune dist
@@ -0,0 +1,90 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-pari-seadata-small
3
+ Version: 10.6.1rc14
4
+ Summary: passagemath: Computational Number Theory with PARI/GP: seadata_small
5
+ Author-email: The Sage Developers <sage-support@googlegroups.com>
6
+ Maintainer: Matthias Köppe, passagemath contributors
7
+ License-Expression: GPL-2.0-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: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
21
+ Classifier: Operating System :: MacOS :: MacOS X
22
+ Classifier: Programming Language :: Python :: 3 :: Only
23
+ Classifier: Programming Language :: Python :: 3.10
24
+ Classifier: Programming Language :: Python :: 3.11
25
+ Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: Implementation :: CPython
28
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
29
+ Requires-Python: <3.14,>=3.10
30
+ Description-Content-Type: text/x-rst
31
+ Requires-Dist: passagemath-conf==10.6.1rc14
32
+ Requires-Dist: passagemath-environment==10.6.1rc14
33
+
34
+ =============================================================================
35
+ passagemath: Computational Number Theory with PARI/GP: seadata_small
36
+ =============================================================================
37
+
38
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
39
+ source mathematical software in Python, released under the GNU General
40
+ Public Licence GPLv2+.
41
+
42
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
43
+ developed 2005-2025 under the motto “Creating a Viable Open Source
44
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
45
+
46
+ The passagemath fork was created in October 2024 with the following
47
+ goals:
48
+
49
+ - providing modularized installation with pip, thus completing a `major
50
+ project started in 2020 in the Sage
51
+ codebase <https://github.com/sagemath/sage/issues/29705>`__,
52
+ - establishing first-class membership in the scientific Python
53
+ ecosystem,
54
+ - giving `clear attribution of upstream
55
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
56
+ - providing independently usable Python interfaces to upstream
57
+ libraries,
58
+ - providing `platform portability and integration testing
59
+ services <https://github.com/passagemath/passagemath/issues/704>`__
60
+ to upstream projects,
61
+ - inviting collaborations with upstream projects,
62
+ - `building a professional, respectful, inclusive
63
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
64
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
65
+ serverless deployment with Javascript,
66
+ - developing a native Windows port.
67
+
68
+ `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
69
+ available online.
70
+
71
+ passagemath attempts to support all major Linux distributions and recent versions of
72
+ macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
73
+ virtualization.
74
+
75
+ Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
76
+ Python 3.13.x is also supported, but some third-party packages are still missing wheels,
77
+ so compilation from source is triggered for those.
78
+
79
+
80
+ About this pip-installable distribution package
81
+ -----------------------------------------------
82
+
83
+ This pip-installable distribution ``passagemath-pari-seadata-small`` is a
84
+ distribution of data for use with ``passagemath-pari``.
85
+
86
+
87
+ What is included
88
+ ----------------
89
+
90
+ - Wheels on PyPI include the seadata_small files
@@ -0,0 +1,57 @@
1
+ =============================================================================
2
+ passagemath: Computational Number Theory with PARI/GP: seadata_small
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.10.x-3.13.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 distribution ``passagemath-pari-seadata-small`` is a
51
+ distribution of data for use with ``passagemath-pari``.
52
+
53
+
54
+ What is included
55
+ ----------------
56
+
57
+ - Wheels on PyPI include the seadata_small files
@@ -0,0 +1 @@
1
+ 10.6.1.rc14
@@ -0,0 +1,90 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-pari-seadata-small
3
+ Version: 10.6.1rc14
4
+ Summary: passagemath: Computational Number Theory with PARI/GP: seadata_small
5
+ Author-email: The Sage Developers <sage-support@googlegroups.com>
6
+ Maintainer: Matthias Köppe, passagemath contributors
7
+ License-Expression: GPL-2.0-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: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
21
+ Classifier: Operating System :: MacOS :: MacOS X
22
+ Classifier: Programming Language :: Python :: 3 :: Only
23
+ Classifier: Programming Language :: Python :: 3.10
24
+ Classifier: Programming Language :: Python :: 3.11
25
+ Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: Implementation :: CPython
28
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
29
+ Requires-Python: <3.14,>=3.10
30
+ Description-Content-Type: text/x-rst
31
+ Requires-Dist: passagemath-conf==10.6.1rc14
32
+ Requires-Dist: passagemath-environment==10.6.1rc14
33
+
34
+ =============================================================================
35
+ passagemath: Computational Number Theory with PARI/GP: seadata_small
36
+ =============================================================================
37
+
38
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
39
+ source mathematical software in Python, released under the GNU General
40
+ Public Licence GPLv2+.
41
+
42
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
43
+ developed 2005-2025 under the motto “Creating a Viable Open Source
44
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
45
+
46
+ The passagemath fork was created in October 2024 with the following
47
+ goals:
48
+
49
+ - providing modularized installation with pip, thus completing a `major
50
+ project started in 2020 in the Sage
51
+ codebase <https://github.com/sagemath/sage/issues/29705>`__,
52
+ - establishing first-class membership in the scientific Python
53
+ ecosystem,
54
+ - giving `clear attribution of upstream
55
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
56
+ - providing independently usable Python interfaces to upstream
57
+ libraries,
58
+ - providing `platform portability and integration testing
59
+ services <https://github.com/passagemath/passagemath/issues/704>`__
60
+ to upstream projects,
61
+ - inviting collaborations with upstream projects,
62
+ - `building a professional, respectful, inclusive
63
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
64
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
65
+ serverless deployment with Javascript,
66
+ - developing a native Windows port.
67
+
68
+ `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
69
+ available online.
70
+
71
+ passagemath attempts to support all major Linux distributions and recent versions of
72
+ macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
73
+ virtualization.
74
+
75
+ Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
76
+ Python 3.13.x is also supported, but some third-party packages are still missing wheels,
77
+ so compilation from source is triggered for those.
78
+
79
+
80
+ About this pip-installable distribution package
81
+ -----------------------------------------------
82
+
83
+ This pip-installable distribution ``passagemath-pari-seadata-small`` is a
84
+ distribution of data for use with ``passagemath-pari``.
85
+
86
+
87
+ What is included
88
+ ----------------
89
+
90
+ - Wheels on PyPI include the seadata_small files
@@ -0,0 +1,11 @@
1
+ MANIFEST.in
2
+ README.rst
3
+ VERSION.txt
4
+ pyproject.toml
5
+ repair_wheel.py
6
+ setup.py
7
+ passagemath_pari_seadata_small.egg-info/PKG-INFO
8
+ passagemath_pari_seadata_small.egg-info/SOURCES.txt
9
+ passagemath_pari_seadata_small.egg-info/dependency_links.txt
10
+ passagemath_pari_seadata_small.egg-info/requires.txt
11
+ passagemath_pari_seadata_small.egg-info/top_level.txt
@@ -0,0 +1,2 @@
1
+ passagemath-conf==10.6.1rc14
2
+ passagemath-environment==10.6.1rc14
@@ -0,0 +1,61 @@
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 >= 77.0.0',
6
+ 'passagemath-setup == 10.6.1rc14',
7
+ 'passagemath-conf == 10.6.1rc14',
8
+ 'passagemath-environment == 10.6.1rc14',
9
+ ]
10
+ build-backend = "setuptools.build_meta"
11
+
12
+ [project]
13
+ name = "passagemath-pari-seadata-small"
14
+ description = "passagemath: Computational Number Theory with PARI/GP: seadata_small"
15
+ dependencies = [
16
+ 'passagemath-conf == 10.6.1rc14',
17
+ 'passagemath-environment == 10.6.1rc14',
18
+ ]
19
+ dynamic = ["version"]
20
+ license = "GPL-2.0-or-later"
21
+ authors = [{name = "The Sage Developers", email = "sage-support@googlegroups.com"}]
22
+ maintainers = [
23
+ {name = "Matthias Köppe"},
24
+ {name = "passagemath contributors"},
25
+ ]
26
+ classifiers = [
27
+ "Development Status :: 6 - Mature",
28
+ "Intended Audience :: Education",
29
+ "Intended Audience :: Science/Research",
30
+ "Operating System :: POSIX",
31
+ "Operating System :: POSIX :: Linux",
32
+ "Operating System :: MacOS :: MacOS X",
33
+ "Programming Language :: Python :: 3 :: Only",
34
+ "Programming Language :: Python :: 3.10",
35
+ "Programming Language :: Python :: 3.11",
36
+ "Programming Language :: Python :: 3.12",
37
+ "Programming Language :: Python :: 3.13",
38
+ "Programming Language :: Python :: Implementation :: CPython",
39
+ "Topic :: Scientific/Engineering :: Mathematics",
40
+ ]
41
+ requires-python = ">=3.10, <3.14"
42
+
43
+ [project.urls]
44
+ "release notes" = "https://github.com/passagemath/passagemath/releases"
45
+ "repo (upstream)" = "https://github.com/sagemath/sage"
46
+ "repo" = "https://github.com/passagemath/passagemath"
47
+ documentation = "https://doc.sagemath.org"
48
+ "homepage (upstream)" = "https://www.sagemath.org"
49
+ "discourse" = "https://passagemath.discourse.group"
50
+ "tracker (upstream)" = "https://github.com/sagemath/sage/issues"
51
+ "tracker" = "https://github.com/passagemath/passagemath/issues"
52
+
53
+ [project.readme]
54
+ file = "README.rst"
55
+ content-type = "text/x-rst"
56
+
57
+ [tool.setuptools]
58
+ include-package-data = false
59
+
60
+ [tool.setuptools.dynamic]
61
+ version = {file = ["VERSION.txt"]}
@@ -0,0 +1,32 @@
1
+ # Add PARI seadata 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/share/pari/* --> sage_wheels/share/pari/*
19
+ with InWheel(wheel, wheel):
20
+ command = f'set -o pipefail; (cd {shlex.quote(SAGE_LOCAL)} && tar cf - --dereference share/pari/seadata/{{README,sea0,sea2}}) | (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)
25
+
26
+ # Remove the sage-conf dependency; it is not needed because our wheels ship what is needed.
27
+
28
+ command = 'sed -i.bak "/^Requires-Dist: passagemath-conf/d" *.dist-info/METADATA'
29
+ print(f'Running {command}')
30
+ sys.stdout.flush()
31
+ if os.system(f"bash -c {shlex.quote(command)}") != 0:
32
+ sys.exit(1)
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/env python
2
+
3
+ # PEP 517 builds do not have . in sys.path
4
+ import os
5
+ import sys
6
+ sys.path.insert(0, os.path.dirname(__file__))
7
+
8
+ from sage_setup import sage_setup
9
+
10
+ sage_setup(['sagemath-pari-seadata-small'],
11
+ spkgs=['pari_seadata_small'])