passagemath-standard 10.5.1__tar.gz → 10.5.5__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_standard-10.5.1/passagemath_standard.egg-info → passagemath_standard-10.5.5}/PKG-INFO +3 -3
- passagemath_standard-10.5.5/VERSION.txt +1 -0
- {passagemath_standard-10.5.1 → passagemath_standard-10.5.5/passagemath_standard.egg-info}/PKG-INFO +3 -3
- {passagemath_standard-10.5.1 → passagemath_standard-10.5.5}/passagemath_standard.egg-info/SOURCES.txt +0 -2
- {passagemath_standard-10.5.1 → passagemath_standard-10.5.5}/passagemath_standard.egg-info/requires.txt +2 -2
- {passagemath_standard-10.5.1 → passagemath_standard-10.5.5}/pyproject.toml +2 -2
- passagemath_standard-10.5.1/Pipfile-dist.m4 +0 -40
- passagemath_standard-10.5.1/Pipfile.m4 +0 -22
- passagemath_standard-10.5.1/VERSION.txt +0 -1
- {passagemath_standard-10.5.1 → passagemath_standard-10.5.5}/LICENSE.txt +0 -0
- {passagemath_standard-10.5.1 → passagemath_standard-10.5.5}/README.rst +0 -0
- {passagemath_standard-10.5.1 → passagemath_standard-10.5.5}/constraints_pkgs.txt +0 -0
- {passagemath_standard-10.5.1 → passagemath_standard-10.5.5}/passagemath_standard.egg-info/dependency_links.txt +0 -0
- {passagemath_standard-10.5.1 → passagemath_standard-10.5.5}/passagemath_standard.egg-info/top_level.txt +0 -0
- {passagemath_standard-10.5.1 → passagemath_standard-10.5.5}/pyproject.toml.m4 +0 -0
- {passagemath_standard-10.5.1 → passagemath_standard-10.5.5}/requirements.txt.m4 +0 -0
- {passagemath_standard-10.5.1 → passagemath_standard-10.5.5}/setup.cfg +0 -0
- {passagemath_standard-10.5.1 → passagemath_standard-10.5.5}/tox.ini +0 -0
{passagemath_standard-10.5.1/passagemath_standard.egg-info → passagemath_standard-10.5.5}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: passagemath-standard
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.5
|
4
4
|
Summary: passagemath: Standard Python Library
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
@@ -29,8 +29,8 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
29
|
Requires-Python: <3.13,>=3.9
|
30
30
|
Description-Content-Type: text/x-rst
|
31
31
|
License-File: LICENSE.txt
|
32
|
-
Requires-Dist: passagemath-standard-no-symbolics~=10.5.
|
33
|
-
Requires-Dist: passagemath-symbolics~=10.5.
|
32
|
+
Requires-Dist: passagemath-standard-no-symbolics~=10.5.5.0
|
33
|
+
Requires-Dist: passagemath-symbolics~=10.5.5.0
|
34
34
|
Provides-Extra: r
|
35
35
|
Requires-Dist: rpy2>=3.3; extra == "r"
|
36
36
|
Provides-Extra: bliss
|
@@ -0,0 +1 @@
|
|
1
|
+
10.5.5
|
{passagemath_standard-10.5.1 → passagemath_standard-10.5.5/passagemath_standard.egg-info}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: passagemath-standard
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.5
|
4
4
|
Summary: passagemath: Standard Python Library
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
@@ -29,8 +29,8 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
29
|
Requires-Python: <3.13,>=3.9
|
30
30
|
Description-Content-Type: text/x-rst
|
31
31
|
License-File: LICENSE.txt
|
32
|
-
Requires-Dist: passagemath-standard-no-symbolics~=10.5.
|
33
|
-
Requires-Dist: passagemath-symbolics~=10.5.
|
32
|
+
Requires-Dist: passagemath-standard-no-symbolics~=10.5.5.0
|
33
|
+
Requires-Dist: passagemath-symbolics~=10.5.5.0
|
34
34
|
Provides-Extra: r
|
35
35
|
Requires-Dist: rpy2>=3.3; extra == "r"
|
36
36
|
Provides-Extra: bliss
|
@@ -10,8 +10,8 @@ build-backend = "setuptools.build_meta"
|
|
10
10
|
name = "passagemath-standard"
|
11
11
|
description = "passagemath: Standard Python Library"
|
12
12
|
dependencies = [
|
13
|
-
'passagemath-standard-no-symbolics ~= 10.5.
|
14
|
-
'passagemath-symbolics ~= 10.5.
|
13
|
+
'passagemath-standard-no-symbolics ~= 10.5.5.0',
|
14
|
+
'passagemath-symbolics ~= 10.5.5.0',
|
15
15
|
]
|
16
16
|
dynamic = ["version"]
|
17
17
|
license = {text = "GNU General Public License (GPL) v2 or later"}
|
@@ -1,40 +0,0 @@
|
|
1
|
-
## Pipfile with all packages in the Sage distribution and version information locked
|
2
|
-
## FIXME: Many packages still missing.
|
3
|
-
[[source]]
|
4
|
-
name = "pypi"
|
5
|
-
url = "https://pypi.org/simple"
|
6
|
-
verify_ssl = true
|
7
|
-
|
8
|
-
[dev-packages]
|
9
|
-
pkgconfig = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../pkgconfig/package-version.txt)')"
|
10
|
-
cython = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../cython/package-version.txt)')"
|
11
|
-
pycodestyle = "*"
|
12
|
-
ipykernel = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../ipykernel/package-version.txt)')"
|
13
|
-
tox = "*"
|
14
|
-
jinja2 = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../jinja2/package-version.txt)')"
|
15
|
-
pytest = "*"
|
16
|
-
ipywidgets = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../ipywidgets/package-version.txt)')"
|
17
|
-
sphinx = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../sphinx/package-version.txt)')"
|
18
|
-
rope = "*"
|
19
|
-
six = "*"
|
20
|
-
jupyter-core = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../jupyter_core/package-version.txt)')"
|
21
|
-
|
22
|
-
[packages]
|
23
|
-
numpy = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../numpy/package-version.txt)')"
|
24
|
-
cysignals = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../cysignals/package-version.txt)')"
|
25
|
-
cypari2 = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../cypari/package-version.txt)')"
|
26
|
-
gmpy2 = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../gmpy2/package-version.txt)')"
|
27
|
-
pexpect = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../pexpect/package-version.txt)')"
|
28
|
-
ipython = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../ipython/package-version.txt)')"
|
29
|
-
sympy = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../sympy/package-version.txt)')"
|
30
|
-
scipy = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../scipy/package-version.txt)')"
|
31
|
-
pplpy = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../pplpy/package-version.txt)')"
|
32
|
-
matplotlib = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../matplotlib/package-version.txt)')"
|
33
|
-
cvxopt = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../cvxopt/package-version.txt)')"
|
34
|
-
rpy2 = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../rpy2/package-version.txt)')"
|
35
|
-
networkx = "==esyscmd(`printf $(sed "s/[.]p.*//;" ../networkx/package-version.txt)')"
|
36
|
-
|
37
|
-
sagemath-standard = { path = "src" }
|
38
|
-
|
39
|
-
[requires]
|
40
|
-
python_version = "3.9"
|
@@ -1,22 +0,0 @@
|
|
1
|
-
## Pipfile with all dependencies of sagelib and version information as free as possible
|
2
|
-
## (for developers to generate a dev environment)
|
3
|
-
[[source]]
|
4
|
-
name = "pypi"
|
5
|
-
url = "https://pypi.org/simple"
|
6
|
-
verify_ssl = true
|
7
|
-
|
8
|
-
[dev-packages]
|
9
|
-
## We do not list packages that are already declared as dependencies (install_requires)
|
10
|
-
## in pyproject.toml
|
11
|
-
pycodestyle = "*"
|
12
|
-
tox = "*"
|
13
|
-
pytest = "*"
|
14
|
-
rope = "*"
|
15
|
-
six = "*"
|
16
|
-
|
17
|
-
[packages]
|
18
|
-
## We do not list packages that are already declared as dependencies (install_requires)
|
19
|
-
## in pyproject.toml
|
20
|
-
|
21
|
-
[packages.e1839a8]
|
22
|
-
path = "."
|
@@ -1 +0,0 @@
|
|
1
|
-
10.5.1
|
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
|