passagemath-planarity 10.5.34__cp311-cp311-macosx_13_0_x86_64.whl → 10.6.38__cp311-cp311-macosx_13_0_x86_64.whl

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,3 @@
1
+ # sage_setup: distribution = sagemath-planarity
2
+
3
+ from sage.all__sagemath_planarity import *
@@ -1,14 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-planarity
3
- Version: 10.5.34
3
+ Version: 10.6.38
4
4
  Summary: passagemath: Graph planarity with the edge addition planarity suite
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
7
- License: GNU General Public License (GPL) v2 or later
7
+ License-Expression: GPL-2.0-or-later
8
8
  Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
9
  Project-URL: repo (upstream), https://github.com/sagemath/sage
10
10
  Project-URL: repo, https://github.com/passagemath/passagemath
11
- Project-URL: documentation, https://doc.sagemath.org
11
+ Project-URL: documentation, https://passagemath.org/docs/latest
12
12
  Project-URL: homepage (upstream), https://www.sagemath.org
13
13
  Project-URL: discourse, https://passagemath.discourse.group
14
14
  Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
@@ -16,18 +16,18 @@ Project-URL: tracker, https://github.com/passagemath/passagemath/issues
16
16
  Classifier: Development Status :: 6 - Mature
17
17
  Classifier: Intended Audience :: Education
18
18
  Classifier: Intended Audience :: Science/Research
19
- Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
20
19
  Classifier: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
21
21
  Classifier: Operating System :: MacOS :: MacOS X
22
+ Classifier: Operating System :: Microsoft :: Windows
22
23
  Classifier: Programming Language :: Python :: 3 :: Only
23
- Classifier: Programming Language :: Python :: 3.9
24
24
  Classifier: Programming Language :: Python :: 3.10
25
25
  Classifier: Programming Language :: Python :: 3.11
26
26
  Classifier: Programming Language :: Python :: 3.12
27
27
  Classifier: Programming Language :: Python :: 3.13
28
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
29
29
  Classifier: Topic :: Scientific/Engineering :: Mathematics
30
- Requires-Python: <3.14,>=3.9
30
+ Requires-Python: <3.15,>=3.10
31
31
  Description-Content-Type: text/x-rst
32
32
  Requires-Dist: passagemath-graphs
33
33
  Provides-Extra: test
@@ -45,38 +45,41 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
45
45
  developed 2005-2025 under the motto “Creating a Viable Open Source
46
46
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
47
47
 
48
- The passagemath fork was created in October 2024 with the following
49
- goals:
48
+ The passagemath fork uses the motto "Creating a Free Passage Between the
49
+ Scientific Python Ecosystem and Mathematical Software Communities."
50
+ It was created in October 2024 with the following goals:
50
51
 
51
- - providing modularized installation with pip, thus completing a `major
52
- project started in 2020 in the Sage
53
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
52
+ - providing modularized installation with pip,
54
53
  - establishing first-class membership in the scientific Python
55
54
  ecosystem,
56
55
  - giving `clear attribution of upstream
57
56
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
58
57
  - providing independently usable Python interfaces to upstream
59
58
  libraries,
60
- - providing `platform portability and integration testing
59
+ - offering `platform portability and integration testing
61
60
  services <https://github.com/passagemath/passagemath/issues/704>`__
62
61
  to upstream projects,
63
62
  - inviting collaborations with upstream projects,
64
63
  - `building a professional, respectful, inclusive
65
64
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
65
+ - `empowering Sage users to participate in the scientific Python ecosystem
66
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
66
67
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
67
68
  serverless deployment with Javascript,
68
69
  - developing a native Windows port.
69
70
 
70
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
71
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
71
72
  available online.
72
73
 
73
- passagemath attempts to support all major Linux distributions and recent versions of
74
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
75
- virtualization.
74
+ passagemath attempts to support and provides binary wheels suitable for
75
+ all major Linux distributions and recent versions of macOS.
76
76
 
77
- Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
78
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
79
- so compilation from source is triggered for those.
77
+ Binary wheels for native Windows (x86_64) are are available for a subset of
78
+ the passagemath distributions. Use of the full functionality of passagemath
79
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
80
+ or virtualization.
81
+
82
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
80
83
 
81
84
 
82
85
  About this pip-installable distribution package
@@ -93,7 +96,7 @@ by John Boyer.
93
96
  What is included
94
97
  ----------------
95
98
 
96
- - `Cython interface to Boyer's planarity algorithm <https://doc.sagemath.org/html/en/reference/graphs/sage/graphs/planarity.html>`_
99
+ - `Cython interface to Boyer's planarity algorithm <https://passagemath.org/docs/latest/html/en/reference/graphs/sage/graphs/planarity.html>`_
97
100
 
98
101
 
99
102
  Examples
@@ -103,7 +106,7 @@ Examples
103
106
 
104
107
  $ pipx run --pip-args="--prefer-binary" --spec "passagemath-planarity[test]" ipython
105
108
 
106
- In [1]: from sage.all__sagemath_planarity import *
109
+ In [1]: from passagemath_planarity import *
107
110
 
108
111
  In [2]: g = graphs.PetersenGraph()
109
112
 
@@ -0,0 +1,10 @@
1
+ passagemath_planarity-10.6.38.dist-info/RECORD,,
2
+ passagemath_planarity-10.6.38.dist-info/WHEEL,sha256=wlOID7aumVp4ANpc7b_jjphnWw6TfTPEII6z8zgq67I,154
3
+ passagemath_planarity-10.6.38.dist-info/top_level.txt,sha256=3hlvD84OACDgl2cRvSDRxjGVpKRYmBvksz4-Bo5tM5c,28
4
+ passagemath_planarity-10.6.38.dist-info/METADATA,sha256=1VxnQIw9wRgoTg5UAttIhpGx5MQO6zAw_GzAdMxaExw,4852
5
+ passagemath_planarity/__init__.py,sha256=LfRGKlFg1VdJAq-0ZQWm_fWqDTdEh_e7V2AIVDIoe9I,92
6
+ passagemath_planarity/.dylibs/libplanarity.2.dylib,sha256=QXo0NSEmsuqUXC-S8ahSWsJ_fBVMaEbNtPQelGSV9kM,177008
7
+ sage/all__sagemath_planarity.py,sha256=dECwfNACjxwWI9PD5V5iC7MyTSIFTCHmJxryPSf2Cqw,109
8
+ sage/graphs/planarity.pyx,sha256=2OQXReYJKYQ6MjVMO0uAj3I-z_X7fN4nau1aCfe_EUU,7093
9
+ sage/graphs/all__sagemath_planarity.py,sha256=CYZamBzI163p8V2TX9c1rV2S9cGAOxEOhc82QQkpTvQ,48
10
+ sage/graphs/planarity.cpython-311-darwin.so,sha256=cDSEOCwl9x20nuW5PqsbVDD59m5jJrRDb8LiZk4GNuU,62840
@@ -1,6 +1,6 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.7.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-macosx_13_0_x86_64
5
- Generator: delocate 0.13.0
5
+ Generator: delocate 0.13.1.dev42+ga0af70b54
6
6
 
@@ -0,0 +1,3 @@
1
+
2
+ passagemath_planarity
3
+ sage
@@ -1,3 +1,4 @@
1
1
  # sage_setup: distribution = sagemath-planarity
2
+ # delvewheel: patch
2
3
 
3
4
  from sage.all__sagemath_graphs import *
Binary file
@@ -1,9 +0,0 @@
1
- passagemath_planarity-10.5.34.dist-info/RECORD,,
2
- passagemath_planarity-10.5.34.dist-info/WHEEL,sha256=khlkd9VjMFz4ommePx3HQXxJr7MT4W1g3Lzi9UFrGTg,137
3
- passagemath_planarity-10.5.34.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
4
- passagemath_planarity-10.5.34.dist-info/METADATA,sha256=SLdAX358E0NSt-ibNi1r8qAYahPAmhgh1-LPqrY6XUI,4672
5
- passagemath_planarity.dylibs/libplanarity.0.dylib,sha256=TrwzXS0tEBWjBsvkZlVOqdHjFvRfOwdSUukJ1GSlwmY,226160
6
- sage/all__sagemath_planarity.py,sha256=xifehXHxRokbMUSYHhrZrJTnE_F7bT9fBJYp-TWBO8o,89
7
- sage/graphs/planarity.pyx,sha256=2OQXReYJKYQ6MjVMO0uAj3I-z_X7fN4nau1aCfe_EUU,7093
8
- sage/graphs/all__sagemath_planarity.py,sha256=CYZamBzI163p8V2TX9c1rV2S9cGAOxEOhc82QQkpTvQ,48
9
- sage/graphs/planarity.cpython-311-darwin.so,sha256=wdvYMUB9r52JKtEpwR2gilxbzFvm8VVcYNTcwBlX8MY,118208
@@ -1,2 +0,0 @@
1
-
2
- sage