passagemath-gap-pkg-perfgrp-data 10.8.10__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,17 @@
1
+ graft passagemath_gap_pkg_perfgrp_data
2
+
3
+ include VERSION.txt
4
+
5
+ global-exclude *.c
6
+ global-exclude *.cpp
7
+
8
+ include repair_wheel.py
9
+
10
+ global-exclude __pycache__
11
+ global-exclude *.py[co]
12
+ global-exclude *.bak
13
+ global-exclude *.so
14
+ global-exclude *~
15
+ prune .tox
16
+ prune build
17
+ prune dist
@@ -0,0 +1,113 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-gap-pkg-perfgrp-data
3
+ Version: 10.8.10
4
+ Summary: passagemath: Computational Group Theory with GAP: perfgrp data
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://passagemath.org/docs/latest
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.11
24
+ Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
27
+ Classifier: Programming Language :: Python :: Implementation :: CPython
28
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
29
+ Requires-Python: <3.15,>=3.11
30
+ Description-Content-Type: text/x-rst
31
+ Requires-Dist: passagemath-conf~=10.8.10.0; sys_platform != "win32"
32
+ Requires-Dist: passagemath-environment~=10.8.10.0
33
+
34
+ =============================================================================
35
+ passagemath: Computational Group Theory with GAP: perfgrp data
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-2026 under the motto “Creating a Viable Open Source
44
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
45
+
46
+ The passagemath fork uses the motto "Creating a Free Passage Between the
47
+ Scientific Python Ecosystem and Mathematical Software Communities."
48
+ It was created in October 2024 with the following goals:
49
+
50
+ - providing modularized installation with pip from binary wheels,
51
+ - this major project was started in May 2020 in the Sage codebase and completed in passagemath 10.5.29 (May 2025),
52
+
53
+ - establishing first-class membership in the scientific Python
54
+ ecosystem,
55
+
56
+ - giving `clear attribution of upstream
57
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
58
+
59
+ - providing independently usable Python interfaces to upstream
60
+ libraries,
61
+
62
+ - offering `platform portability and integration testing
63
+ services <https://github.com/passagemath/passagemath/issues/704>`__
64
+ to upstream projects,
65
+
66
+ - inviting collaborations with upstream projects,
67
+
68
+ - `building a professional, respectful, inclusive
69
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
70
+
71
+ - `empowering Sage users to participate in the scientific Python ecosystem
72
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
73
+
74
+ - developing a port to WebAssembly (`Pyodide <https://pyodide.org/en/stable/>`__, emscripten-forge) for
75
+ serverless deployment with Javascript,
76
+
77
+ - developing a native Windows port
78
+ - passagemath 10.6.1 (July 2025) published the first pip-installable wheel packages for native Windows on x86_64,
79
+ - passagemath packages became available in the [MSYS2 software distribution](https://packages.msys2.org/search?t=pkg&q=passagemath) in November 2025.
80
+
81
+ Moreover, the passagemath project:
82
+
83
+ - provides a stable, frequently updated version of the Sage distribution,
84
+ - integrates additional mathematical software, notably Macaulay2, a full set of GAP packages,
85
+ and the Combinatorial Matrix Recognition library,
86
+ - curates a library of Sage user packages.
87
+
88
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
89
+ available online.
90
+
91
+ passagemath attempts to support and provides binary wheels suitable for
92
+ all major Linux distributions and recent versions of macOS.
93
+
94
+ Binary wheels for native Windows (x86_64, ARM) are are available for a subset of
95
+ the passagemath distributions. Use of the full functionality of passagemath
96
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
97
+ or virtualization.
98
+
99
+ The supported Python versions in the passagemath-10.8.x series are 3.11.x-3.14.x;
100
+ the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.
101
+
102
+
103
+ About this pip-installable distribution package
104
+ -----------------------------------------------
105
+
106
+ This pip-installable distribution ``passagemath-gap-pkg-perfgrp-data`` is a
107
+ distribution of data for use with ``passagemath-gap``.
108
+
109
+
110
+ What is included
111
+ ----------------
112
+
113
+ - Wheels on PyPI include the data files of the GAP perfgrp package
@@ -0,0 +1,80 @@
1
+ =============================================================================
2
+ passagemath: Computational Group Theory with GAP: perfgrp data
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-2026 under the motto “Creating a Viable Open Source
11
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
12
+
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:
16
+
17
+ - providing modularized installation with pip from binary wheels,
18
+ - this major project was started in May 2020 in the Sage codebase and completed in passagemath 10.5.29 (May 2025),
19
+
20
+ - establishing first-class membership in the scientific Python
21
+ ecosystem,
22
+
23
+ - giving `clear attribution of upstream
24
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
25
+
26
+ - providing independently usable Python interfaces to upstream
27
+ libraries,
28
+
29
+ - offering `platform portability and integration testing
30
+ services <https://github.com/passagemath/passagemath/issues/704>`__
31
+ to upstream projects,
32
+
33
+ - inviting collaborations with upstream projects,
34
+
35
+ - `building a professional, respectful, inclusive
36
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
37
+
38
+ - `empowering Sage users to participate in the scientific Python ecosystem
39
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
40
+
41
+ - developing a port to WebAssembly (`Pyodide <https://pyodide.org/en/stable/>`__, emscripten-forge) for
42
+ serverless deployment with Javascript,
43
+
44
+ - developing a native Windows port
45
+ - passagemath 10.6.1 (July 2025) published the first pip-installable wheel packages for native Windows on x86_64,
46
+ - passagemath packages became available in the [MSYS2 software distribution](https://packages.msys2.org/search?t=pkg&q=passagemath) in November 2025.
47
+
48
+ Moreover, the passagemath project:
49
+
50
+ - provides a stable, frequently updated version of the Sage distribution,
51
+ - integrates additional mathematical software, notably Macaulay2, a full set of GAP packages,
52
+ and the Combinatorial Matrix Recognition library,
53
+ - curates a library of Sage user packages.
54
+
55
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
56
+ available online.
57
+
58
+ passagemath attempts to support and provides binary wheels suitable for
59
+ all major Linux distributions and recent versions of macOS.
60
+
61
+ Binary wheels for native Windows (x86_64, ARM) are are available for a subset of
62
+ the passagemath distributions. Use of the full functionality of passagemath
63
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
64
+ or virtualization.
65
+
66
+ The supported Python versions in the passagemath-10.8.x series are 3.11.x-3.14.x;
67
+ the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.
68
+
69
+
70
+ About this pip-installable distribution package
71
+ -----------------------------------------------
72
+
73
+ This pip-installable distribution ``passagemath-gap-pkg-perfgrp-data`` is a
74
+ distribution of data for use with ``passagemath-gap``.
75
+
76
+
77
+ What is included
78
+ ----------------
79
+
80
+ - Wheels on PyPI include the data files of the GAP perfgrp package
@@ -0,0 +1 @@
1
+ 10.8.10
@@ -0,0 +1,113 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-gap-pkg-perfgrp-data
3
+ Version: 10.8.10
4
+ Summary: passagemath: Computational Group Theory with GAP: perfgrp data
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://passagemath.org/docs/latest
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.11
24
+ Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
27
+ Classifier: Programming Language :: Python :: Implementation :: CPython
28
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
29
+ Requires-Python: <3.15,>=3.11
30
+ Description-Content-Type: text/x-rst
31
+ Requires-Dist: passagemath-conf~=10.8.10.0; sys_platform != "win32"
32
+ Requires-Dist: passagemath-environment~=10.8.10.0
33
+
34
+ =============================================================================
35
+ passagemath: Computational Group Theory with GAP: perfgrp data
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-2026 under the motto “Creating a Viable Open Source
44
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
45
+
46
+ The passagemath fork uses the motto "Creating a Free Passage Between the
47
+ Scientific Python Ecosystem and Mathematical Software Communities."
48
+ It was created in October 2024 with the following goals:
49
+
50
+ - providing modularized installation with pip from binary wheels,
51
+ - this major project was started in May 2020 in the Sage codebase and completed in passagemath 10.5.29 (May 2025),
52
+
53
+ - establishing first-class membership in the scientific Python
54
+ ecosystem,
55
+
56
+ - giving `clear attribution of upstream
57
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
58
+
59
+ - providing independently usable Python interfaces to upstream
60
+ libraries,
61
+
62
+ - offering `platform portability and integration testing
63
+ services <https://github.com/passagemath/passagemath/issues/704>`__
64
+ to upstream projects,
65
+
66
+ - inviting collaborations with upstream projects,
67
+
68
+ - `building a professional, respectful, inclusive
69
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
70
+
71
+ - `empowering Sage users to participate in the scientific Python ecosystem
72
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
73
+
74
+ - developing a port to WebAssembly (`Pyodide <https://pyodide.org/en/stable/>`__, emscripten-forge) for
75
+ serverless deployment with Javascript,
76
+
77
+ - developing a native Windows port
78
+ - passagemath 10.6.1 (July 2025) published the first pip-installable wheel packages for native Windows on x86_64,
79
+ - passagemath packages became available in the [MSYS2 software distribution](https://packages.msys2.org/search?t=pkg&q=passagemath) in November 2025.
80
+
81
+ Moreover, the passagemath project:
82
+
83
+ - provides a stable, frequently updated version of the Sage distribution,
84
+ - integrates additional mathematical software, notably Macaulay2, a full set of GAP packages,
85
+ and the Combinatorial Matrix Recognition library,
86
+ - curates a library of Sage user packages.
87
+
88
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
89
+ available online.
90
+
91
+ passagemath attempts to support and provides binary wheels suitable for
92
+ all major Linux distributions and recent versions of macOS.
93
+
94
+ Binary wheels for native Windows (x86_64, ARM) are are available for a subset of
95
+ the passagemath distributions. Use of the full functionality of passagemath
96
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
97
+ or virtualization.
98
+
99
+ The supported Python versions in the passagemath-10.8.x series are 3.11.x-3.14.x;
100
+ the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.
101
+
102
+
103
+ About this pip-installable distribution package
104
+ -----------------------------------------------
105
+
106
+ This pip-installable distribution ``passagemath-gap-pkg-perfgrp-data`` is a
107
+ distribution of data for use with ``passagemath-gap``.
108
+
109
+
110
+ What is included
111
+ ----------------
112
+
113
+ - Wheels on PyPI include the data files of the GAP perfgrp package
@@ -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_gap_pkg_perfgrp_data.egg-info/PKG-INFO
8
+ passagemath_gap_pkg_perfgrp_data.egg-info/SOURCES.txt
9
+ passagemath_gap_pkg_perfgrp_data.egg-info/dependency_links.txt
10
+ passagemath_gap_pkg_perfgrp_data.egg-info/requires.txt
11
+ passagemath_gap_pkg_perfgrp_data.egg-info/top_level.txt
@@ -0,0 +1,4 @@
1
+ passagemath-environment~=10.8.10.0
2
+
3
+ [:sys_platform != "win32"]
4
+ passagemath-conf~=10.8.10.0
@@ -0,0 +1,60 @@
1
+ [build-system]
2
+ # Minimum requirements for the build system to execute.
3
+ requires = [
4
+ 'setuptools >= 77.0.0',
5
+ 'passagemath-setup ~= 10.8.10.0',
6
+ 'passagemath-conf ~= 10.8.10.0 ; sys_platform != "win32"',
7
+ 'passagemath-environment ~= 10.8.10.0',
8
+ ]
9
+ build-backend = "setuptools.build_meta"
10
+
11
+ [project]
12
+ name = "passagemath-gap-pkg-perfgrp-data"
13
+ description = "passagemath: Computational Group Theory with GAP: perfgrp data"
14
+ dependencies = [
15
+ 'passagemath-conf ~= 10.8.10.0 ; sys_platform != "win32"',
16
+ 'passagemath-environment ~= 10.8.10.0',
17
+ ]
18
+ dynamic = ["version"]
19
+ license = "GPL-2.0-or-later"
20
+ authors = [{name = "The Sage Developers", email = "sage-support@googlegroups.com"}]
21
+ maintainers = [
22
+ {name = "Matthias Köppe"},
23
+ {name = "passagemath contributors"},
24
+ ]
25
+ classifiers = [
26
+ "Development Status :: 6 - Mature",
27
+ "Intended Audience :: Education",
28
+ "Intended Audience :: Science/Research",
29
+ "Operating System :: POSIX",
30
+ "Operating System :: POSIX :: Linux",
31
+ "Operating System :: MacOS :: MacOS X",
32
+ "Programming Language :: Python :: 3 :: Only",
33
+ "Programming Language :: Python :: 3.11",
34
+ "Programming Language :: Python :: 3.12",
35
+ "Programming Language :: Python :: 3.13",
36
+ "Programming Language :: Python :: 3.14",
37
+ "Programming Language :: Python :: Implementation :: CPython",
38
+ "Topic :: Scientific/Engineering :: Mathematics",
39
+ ]
40
+ requires-python = ">=3.11, <3.15"
41
+
42
+ [project.urls]
43
+ "release notes" = "https://github.com/passagemath/passagemath/releases"
44
+ "repo (upstream)" = "https://github.com/sagemath/sage"
45
+ "repo" = "https://github.com/passagemath/passagemath"
46
+ documentation = "https://passagemath.org/docs/latest"
47
+ "homepage (upstream)" = "https://www.sagemath.org"
48
+ "discourse" = "https://passagemath.discourse.group"
49
+ "tracker (upstream)" = "https://github.com/sagemath/sage/issues"
50
+ "tracker" = "https://github.com/passagemath/passagemath/issues"
51
+
52
+ [project.readme]
53
+ file = "README.rst"
54
+ content-type = "text/x-rst"
55
+
56
+ [tool.setuptools]
57
+ include-package-data = false
58
+
59
+ [tool.setuptools.dynamic]
60
+ version = {file = ["VERSION.txt"]}
@@ -0,0 +1,44 @@
1
+ # Add GAP pkg perfgrp 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.config import GAP_ROOT_PATHS
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
+ datadir = "pkg/perfgrp/data"
19
+
20
+ with InWheel(wheel, wheel):
21
+ found = False
22
+ for dir in GAP_ROOT_PATHS.split(';'):
23
+ print(f'Adding {dir}')
24
+ sys.stdout.flush()
25
+ parent = Path(dir).parent
26
+ name = Path(dir).name
27
+ if (Path(dir) / datadir).exists():
28
+ found = True
29
+ command = f'set -o pipefail; (cd {shlex.quote(str(parent))} && tar cf - {name}/{datadir}) | tar xvf -'
30
+ print(f'Running {command}')
31
+ sys.stdout.flush()
32
+ if os.system(f"bash -c {shlex.quote(command)}") != 0:
33
+ sys.exit(1)
34
+ if not found:
35
+ print(f'Not found: {datadir}')
36
+ sys.exit(1)
37
+
38
+ # Remove the sage-conf dependency; it is not needed because our wheels ship what is needed.
39
+
40
+ command = 'sed -i.bak "/^Requires-Dist: passagemath-conf/d" *.dist-info/METADATA'
41
+ print(f'Running {command}')
42
+ sys.stdout.flush()
43
+ if os.system(f"bash -c {shlex.quote(command)}") != 0:
44
+ sys.exit(1)
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,12 @@
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-gap-pkg-perfgrp-data'],
11
+ recurse_packages=('sage', 'passagemath_gap_pkg_perfgrp_data'),
12
+ spkgs=['gap'])