passagemath-setup 10.5.37__tar.gz → 10.5.38__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.
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/PKG-INFO +11 -4
- passagemath_setup-10.5.38/VERSION.txt +1 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/passagemath_setup.egg-info/PKG-INFO +11 -4
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/passagemath_setup.egg-info/SOURCES.txt +1 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/pyproject.toml +22 -6
- passagemath_setup-10.5.38/pyproject.toml.m4 +35 -0
- passagemath_setup-10.5.37/VERSION.txt +0 -1
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/README.rst +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/passagemath_setup.egg-info/dependency_links.txt +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/passagemath_setup.egg-info/requires.txt +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/passagemath_setup.egg-info/top_level.txt +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/requirements.txt +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/__init__.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/__init__.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/__main__.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/README.md +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/__init__.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/env.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/macros/acb_macros.pxd +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/macros/acb_mat_macros.pxd +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/macros/acb_poly_macros.pxd +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/macros/arb_macros.pxd +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/macros/arb_mat_macros.pxd +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/macros/fmpq_mat_macros.pxd +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/macros/fmpz_macros.pxd +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/macros/fmpz_mat_macros.pxd +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/macros/fmpz_poly_macros.pxd +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/macros/mag_macros.pxd +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/reader.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/templates/flint_sage.pyx.template +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/templates/flint_wrap.h.template +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/templates/types.pxd.template +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/writer.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint_autogen.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/giacpy-mkkeywords.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/interpreters/__main__.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/interpreters/internal/__init__.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/interpreters/internal/generator.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/interpreters/internal/instructions.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/interpreters/internal/memory.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/interpreters/internal/specs/__init__.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/interpreters/internal/specs/base.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/interpreters/internal/specs/cc.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/interpreters/internal/specs/cdf.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/interpreters/internal/specs/element.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/interpreters/internal/specs/python.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/interpreters/internal/specs/rdf.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/interpreters/internal/specs/rr.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/interpreters/internal/storage.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/interpreters/internal/utils.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/command/__init__.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/command/sage_build_cython.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/command/sage_build_ext.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/command/sage_build_ext_minimal.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/command/sage_build_py.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/command/sage_install.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/cython_options.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/excepthook.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/extensions.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/find.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/library_order.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/run_parallel.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/setenv.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/util.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/setup.cfg +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/setup.py +0 -0
- {passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/tox.ini +0 -0
@@ -1,14 +1,21 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-setup
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.38
|
4
4
|
Summary: passagemath: Build system of the Sage library
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
|
-
|
7
|
-
|
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
|
8
16
|
Classifier: Development Status :: 6 - Mature
|
9
17
|
Classifier: Intended Audience :: Education
|
10
18
|
Classifier: Intended Audience :: Science/Research
|
11
|
-
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
|
12
19
|
Classifier: Operating System :: POSIX
|
13
20
|
Classifier: Operating System :: MacOS :: MacOS X
|
14
21
|
Classifier: Programming Language :: Python :: 3 :: Only
|
@@ -0,0 +1 @@
|
|
1
|
+
10.5.38
|
@@ -1,14 +1,21 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-setup
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.38
|
4
4
|
Summary: passagemath: Build system of the Sage library
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
|
-
|
7
|
-
|
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
|
8
16
|
Classifier: Development Status :: 6 - Mature
|
9
17
|
Classifier: Intended Audience :: Education
|
10
18
|
Classifier: Intended Audience :: Science/Research
|
11
|
-
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
|
12
19
|
Classifier: Operating System :: POSIX
|
13
20
|
Classifier: Operating System :: MacOS :: MacOS X
|
14
21
|
Classifier: Programming Language :: Python :: 3 :: Only
|
@@ -1,17 +1,26 @@
|
|
1
|
+
# Generated by SAGE_ROOT/bootstrap; do not edit
|
1
2
|
[build-system]
|
2
|
-
|
3
|
+
# Minimum requirements for the build system to execute.
|
4
|
+
requires = [
|
5
|
+
'setuptools >= 77.0.0',
|
6
|
+
]
|
3
7
|
build-backend = "setuptools.build_meta"
|
4
8
|
|
5
9
|
[project]
|
6
10
|
name = "passagemath-setup"
|
7
11
|
description = "passagemath: Build system of the Sage library"
|
8
|
-
|
12
|
+
dependencies = []
|
13
|
+
dynamic = ["version"]
|
14
|
+
license = "GPL-2.0-or-later"
|
9
15
|
authors = [{name = "The Sage Developers", email = "sage-support@googlegroups.com"}]
|
16
|
+
maintainers = [
|
17
|
+
{name = "Matthias Köppe"},
|
18
|
+
{name = "passagemath contributors"},
|
19
|
+
]
|
10
20
|
classifiers = [
|
11
21
|
"Development Status :: 6 - Mature",
|
12
22
|
"Intended Audience :: Education",
|
13
23
|
"Intended Audience :: Science/Research",
|
14
|
-
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
|
15
24
|
"Operating System :: POSIX",
|
16
25
|
"Operating System :: MacOS :: MacOS X",
|
17
26
|
"Programming Language :: Python :: 3 :: Only",
|
@@ -23,10 +32,17 @@ classifiers = [
|
|
23
32
|
"Programming Language :: Python :: Implementation :: CPython",
|
24
33
|
"Topic :: Scientific/Engineering :: Mathematics",
|
25
34
|
]
|
26
|
-
urls = {Homepage = "https://www.sagemath.org"}
|
27
35
|
requires-python = ">=3.9, <3.14"
|
28
|
-
|
29
|
-
|
36
|
+
|
37
|
+
[project.urls]
|
38
|
+
"release notes" = "https://github.com/passagemath/passagemath/releases"
|
39
|
+
"repo (upstream)" = "https://github.com/sagemath/sage"
|
40
|
+
"repo" = "https://github.com/passagemath/passagemath"
|
41
|
+
documentation = "https://doc.sagemath.org"
|
42
|
+
"homepage (upstream)" = "https://www.sagemath.org"
|
43
|
+
"discourse" = "https://passagemath.discourse.group"
|
44
|
+
"tracker (upstream)" = "https://github.com/sagemath/sage/issues"
|
45
|
+
"tracker" = "https://github.com/passagemath/passagemath/issues"
|
30
46
|
|
31
47
|
[project.readme]
|
32
48
|
file = "README.rst"
|
@@ -0,0 +1,35 @@
|
|
1
|
+
include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
|
2
|
+
[build-system]
|
3
|
+
# Minimum requirements for the build system to execute.
|
4
|
+
requires = [
|
5
|
+
SPKG_INSTALL_REQUIRES_setuptools
|
6
|
+
]
|
7
|
+
build-backend = "setuptools.build_meta"
|
8
|
+
|
9
|
+
[project]
|
10
|
+
name = "passagemath-setup"
|
11
|
+
description = "passagemath: Build system of the Sage library"
|
12
|
+
dependencies = []
|
13
|
+
dynamic = ["version"]
|
14
|
+
include(`pyproject_toml_metadata.m4')dnl'
|
15
|
+
|
16
|
+
[project.readme]
|
17
|
+
file = "README.rst"
|
18
|
+
content-type = "text/x-rst"
|
19
|
+
|
20
|
+
[project.optional-dependencies]
|
21
|
+
autogen = ["jinja2"]
|
22
|
+
|
23
|
+
[tool.setuptools]
|
24
|
+
packages = [
|
25
|
+
"sage_setup",
|
26
|
+
"sage_setup.autogen",
|
27
|
+
"sage_setup.autogen.interpreters",
|
28
|
+
"sage_setup.autogen.interpreters.internal",
|
29
|
+
"sage_setup.autogen.interpreters.internal.specs",
|
30
|
+
"sage_setup.command",
|
31
|
+
]
|
32
|
+
include-package-data = false
|
33
|
+
|
34
|
+
[tool.setuptools.dynamic]
|
35
|
+
version = {file = ["VERSION.txt"]}
|
@@ -1 +0,0 @@
|
|
1
|
-
10.5.37
|
File without changes
|
File without changes
|
{passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/passagemath_setup.egg-info/requires.txt
RENAMED
File without changes
|
{passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/passagemath_setup.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/flint/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/giacpy-mkkeywords.py
RENAMED
File without changes
|
{passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/autogen/interpreters/__main__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/command/sage_build_cython.py
RENAMED
File without changes
|
{passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/command/sage_build_ext.py
RENAMED
File without changes
|
{passagemath_setup-10.5.37 → passagemath_setup-10.5.38}/sage_setup/command/sage_build_ext_minimal.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|