passagemath-docbuild 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.
Files changed (29) hide show
  1. {passagemath_docbuild-10.5.37/passagemath_docbuild.egg-info → passagemath_docbuild-10.5.38}/PKG-INFO +14 -5
  2. passagemath_docbuild-10.5.38/VERSION.txt +1 -0
  3. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38/passagemath_docbuild.egg-info}/PKG-INFO +14 -5
  4. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/passagemath_docbuild.egg-info/SOURCES.txt +1 -0
  5. passagemath_docbuild-10.5.38/passagemath_docbuild.egg-info/requires.txt +1 -0
  6. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/pyproject.toml +26 -6
  7. passagemath_docbuild-10.5.38/pyproject.toml.m4 +30 -0
  8. passagemath_docbuild-10.5.37/VERSION.txt +0 -1
  9. passagemath_docbuild-10.5.37/passagemath_docbuild.egg-info/requires.txt +0 -1
  10. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/MANIFEST.in +0 -0
  11. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/README.rst +0 -0
  12. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/passagemath_docbuild.egg-info/dependency_links.txt +0 -0
  13. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/passagemath_docbuild.egg-info/top_level.txt +0 -0
  14. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/requirements.txt +0 -0
  15. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/sage_docbuild/__init__.py +0 -0
  16. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/sage_docbuild/__main__.py +0 -0
  17. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/sage_docbuild/build_options.py +0 -0
  18. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/sage_docbuild/builders.py +0 -0
  19. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/sage_docbuild/conf.py +0 -0
  20. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/sage_docbuild/ext/__init__.py +0 -0
  21. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/sage_docbuild/ext/inventory_builder.py +0 -0
  22. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/sage_docbuild/ext/multidocs.py +0 -0
  23. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/sage_docbuild/ext/sage_autodoc.py +0 -0
  24. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/sage_docbuild/sphinxbuild.py +0 -0
  25. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/sage_docbuild/utils.py +0 -0
  26. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/sage_docbuild/vendor.py +0 -0
  27. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/setup.cfg +0 -0
  28. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/setup.py +0 -0
  29. {passagemath_docbuild-10.5.37 → passagemath_docbuild-10.5.38}/tox.ini +0 -0
@@ -1,14 +1,21 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-docbuild
3
- Version: 10.5.37
3
+ Version: 10.5.38
4
4
  Summary: passagemath: Build system of the Sage documentation
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
- License: GNU General Public License (GPL) v2 or later
7
- Project-URL: Homepage, https://www.sagemath.org
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
@@ -16,10 +23,12 @@ Classifier: Programming Language :: Python :: 3.9
16
23
  Classifier: Programming Language :: Python :: 3.10
17
24
  Classifier: Programming Language :: Python :: 3.11
18
25
  Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
19
27
  Classifier: Programming Language :: Python :: Implementation :: CPython
20
28
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
+ Requires-Python: <3.14,>=3.9
21
30
  Description-Content-Type: text/x-rst
22
- Requires-Dist: sphinx
31
+ Requires-Dist: sphinx<9,>=5.2
23
32
 
24
33
  ================================================================================
25
34
  passagemath: Build system of the Sage documentation
@@ -0,0 +1 @@
1
+ 10.5.38
@@ -1,14 +1,21 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-docbuild
3
- Version: 10.5.37
3
+ Version: 10.5.38
4
4
  Summary: passagemath: Build system of the Sage documentation
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
- License: GNU General Public License (GPL) v2 or later
7
- Project-URL: Homepage, https://www.sagemath.org
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
@@ -16,10 +23,12 @@ Classifier: Programming Language :: Python :: 3.9
16
23
  Classifier: Programming Language :: Python :: 3.10
17
24
  Classifier: Programming Language :: Python :: 3.11
18
25
  Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
19
27
  Classifier: Programming Language :: Python :: Implementation :: CPython
20
28
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
+ Requires-Python: <3.14,>=3.9
21
30
  Description-Content-Type: text/x-rst
22
- Requires-Dist: sphinx
31
+ Requires-Dist: sphinx<9,>=5.2
23
32
 
24
33
  ================================================================================
25
34
  passagemath: Build system of the Sage documentation
@@ -2,6 +2,7 @@ MANIFEST.in
2
2
  README.rst
3
3
  VERSION.txt
4
4
  pyproject.toml
5
+ pyproject.toml.m4
5
6
  requirements.txt
6
7
  setup.py
7
8
  tox.ini
@@ -1,17 +1,28 @@
1
+ # Generated by SAGE_ROOT/bootstrap; do not edit
1
2
  [build-system]
2
- requires = ["setuptools>=61.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-docbuild"
7
11
  description = "passagemath: Build system of the Sage documentation"
8
- license = {text = "GNU General Public License (GPL) v2 or later"}
12
+ dependencies = [
13
+ 'sphinx >=5.2, <9',
14
+ ]
15
+ dynamic = ["version"]
16
+ license = "GPL-2.0-or-later"
9
17
  authors = [{name = "The Sage Developers", email = "sage-support@googlegroups.com"}]
18
+ maintainers = [
19
+ {name = "Matthias Köppe"},
20
+ {name = "passagemath contributors"},
21
+ ]
10
22
  classifiers = [
11
23
  "Development Status :: 6 - Mature",
12
24
  "Intended Audience :: Education",
13
25
  "Intended Audience :: Science/Research",
14
- "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
15
26
  "Operating System :: POSIX",
16
27
  "Operating System :: MacOS :: MacOS X",
17
28
  "Programming Language :: Python :: 3 :: Only",
@@ -19,12 +30,21 @@ classifiers = [
19
30
  "Programming Language :: Python :: 3.10",
20
31
  "Programming Language :: Python :: 3.11",
21
32
  "Programming Language :: Python :: 3.12",
33
+ "Programming Language :: Python :: 3.13",
22
34
  "Programming Language :: Python :: Implementation :: CPython",
23
35
  "Topic :: Scientific/Engineering :: Mathematics",
24
36
  ]
25
- urls = {Homepage = "https://www.sagemath.org"}
26
- dependencies = ["sphinx"]
27
- dynamic = ["version"]
37
+ requires-python = ">=3.9, <3.14"
38
+
39
+ [project.urls]
40
+ "release notes" = "https://github.com/passagemath/passagemath/releases"
41
+ "repo (upstream)" = "https://github.com/sagemath/sage"
42
+ "repo" = "https://github.com/passagemath/passagemath"
43
+ documentation = "https://doc.sagemath.org"
44
+ "homepage (upstream)" = "https://www.sagemath.org"
45
+ "discourse" = "https://passagemath.discourse.group"
46
+ "tracker (upstream)" = "https://github.com/sagemath/sage/issues"
47
+ "tracker" = "https://github.com/passagemath/passagemath/issues"
28
48
 
29
49
  [project.readme]
30
50
  file = "README.rst"
@@ -0,0 +1,30 @@
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-docbuild"
11
+ description = "passagemath: Build system of the Sage documentation"
12
+ dependencies = [
13
+ SPKG_INSTALL_REQUIRES_sphinx
14
+ ]
15
+ dynamic = ["version"]
16
+ include(`pyproject_toml_metadata.m4')dnl'
17
+
18
+ [project.readme]
19
+ file = "README.rst"
20
+ content-type = "text/x-rst"
21
+
22
+ [tool.setuptools]
23
+ packages = [
24
+ "sage_docbuild",
25
+ "sage_docbuild.ext",
26
+ ]
27
+ include-package-data = false
28
+
29
+ [tool.setuptools.dynamic]
30
+ version = {file = ["VERSION.txt"]}
@@ -1 +0,0 @@
1
- 10.5.37