passagemath-benzene 10.5.46__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.

Potentially problematic release.


This version of passagemath-benzene might be problematic. Click here for more details.

@@ -0,0 +1,3 @@
1
+ # sage_setup: distribution = sagemath-benzene
2
+
3
+ from sage.all__sagemath_benzene import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-benzene
3
- Version: 10.5.46
3
+ Version: 10.6.38
4
4
  Summary: passagemath: Generate fusene and benzenoid graphs with benzene
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -8,7 +8,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
@@ -17,16 +17,17 @@ Classifier: Development Status :: 6 - Mature
17
17
  Classifier: Intended Audience :: Education
18
18
  Classifier: Intended Audience :: Science/Research
19
19
  Classifier: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
20
21
  Classifier: Operating System :: MacOS :: MacOS X
21
22
  Classifier: Programming Language :: Python :: 3 :: Only
22
- Classifier: Programming Language :: Python :: 3.9
23
23
  Classifier: Programming Language :: Python :: 3.10
24
24
  Classifier: Programming Language :: Python :: 3.11
25
25
  Classifier: Programming Language :: Python :: 3.12
26
26
  Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: 3.14
27
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
29
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
- Requires-Python: <3.14,>=3.9
30
+ Requires-Python: <3.15,>=3.10
30
31
  Description-Content-Type: text/x-rst
31
32
  Provides-Extra: test
32
33
  Requires-Dist: passagemath-graphs; extra == "test"
@@ -44,38 +45,41 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
44
45
  developed 2005-2025 under the motto “Creating a Viable Open Source
45
46
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
46
47
 
47
- The passagemath fork was created in October 2024 with the following
48
- 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:
49
51
 
50
- - providing modularized installation with pip, thus completing a `major
51
- project started in 2020 in the Sage
52
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
52
+ - providing modularized installation with pip,
53
53
  - establishing first-class membership in the scientific Python
54
54
  ecosystem,
55
55
  - giving `clear attribution of upstream
56
56
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
57
57
  - providing independently usable Python interfaces to upstream
58
58
  libraries,
59
- - providing `platform portability and integration testing
59
+ - offering `platform portability and integration testing
60
60
  services <https://github.com/passagemath/passagemath/issues/704>`__
61
61
  to upstream projects,
62
62
  - inviting collaborations with upstream projects,
63
63
  - `building a professional, respectful, inclusive
64
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,
65
67
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
66
68
  serverless deployment with Javascript,
67
69
  - developing a native Windows port.
68
70
 
69
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
71
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
70
72
  available online.
71
73
 
72
- passagemath attempts to support all major Linux distributions and recent versions of
73
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
74
- virtualization.
74
+ passagemath attempts to support and provides binary wheels suitable for
75
+ all major Linux distributions and recent versions of macOS.
75
76
 
76
- Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
77
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
78
- 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.
79
83
 
80
84
 
81
85
  About this pip-installable distribution package
@@ -112,7 +116,7 @@ Using the Python interface::
112
116
 
113
117
  $ pipx run --pip-args="--prefer-binary" --spec "passagemath-benzene[test]" ipython
114
118
 
115
- In [1]: from sage.all__sagemath_benzene import *
119
+ In [1]: from passagemath_benzene import *
116
120
 
117
121
  In [2]: len(list(graphs.fusenes(9, benzenoids=True)))
118
122
  Out[2]: 6505
@@ -0,0 +1,10 @@
1
+ passagemath_benzene-10.6.38.dist-info/RECORD,,
2
+ passagemath_benzene-10.6.38.dist-info/WHEEL,sha256=wlOID7aumVp4ANpc7b_jjphnWw6TfTPEII6z8zgq67I,154
3
+ passagemath_benzene-10.6.38.dist-info/top_level.txt,sha256=vqyhn0ZtOwk8Uv23MelWgk6gUisowxeRyUrrCESpFI0,26
4
+ passagemath_benzene-10.6.38.dist-info/METADATA,sha256=fHOL79R1o9b2ac96pZgGI7ID25Wg35Sb7sibKnylg58,5166
5
+ passagemath_benzene/__init__.py,sha256=7XjjKD-eL8SKDLOOKV7u9PP_-HaWCDbNRy9A2u8VAsk,88
6
+ sage_wheels/bin/benzene,sha256=vj0UoDhiEfGWTE5bvlDZSnRS2R_LC_Y_ZiGX2WWqtzs,50688
7
+ sage/all__sagemath_benzene.py,sha256=HW-H1kCIsCGEs8jjzM0WE_LaHujkPalHCOI_WFgAQP4,107
8
+ sage/libs/benzene.pyx,sha256=RAX0m_5kvkhgHi6RQtsI-y4OnMLkimfl6pidgWCt080,46
9
+ sage/libs/benzene.cpython-311-darwin.so,sha256=p-EB8toxVlJzRC9Qx6DZn2GHUcwPKrZ20Z7_FWeHFPs,21016
10
+ sage/libs/all__sagemath_benzene.py,sha256=RAX0m_5kvkhgHi6RQtsI-y4OnMLkimfl6pidgWCt080,46
@@ -2,5 +2,5 @@ Wheel-Version: 1.0
2
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_benzene
3
+ sage
@@ -1,3 +1,4 @@
1
1
  # sage_setup: distribution = sagemath-benzene
2
+ # delvewheel: patch
2
3
 
3
4
  from sage.all__sagemath_graphs import *
Binary file
sage_wheels/bin/benzene CHANGED
Binary file
@@ -1,9 +0,0 @@
1
- passagemath_benzene-10.5.46.dist-info/RECORD,,
2
- passagemath_benzene-10.5.46.dist-info/WHEEL,sha256=RyxoEM-DdYra2rgZTpxdiJkmjbwgUQ_Obk5UCeDLiEQ,137
3
- passagemath_benzene-10.5.46.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
4
- passagemath_benzene-10.5.46.dist-info/METADATA,sha256=v1cnMdkf-B_6QJb8Qe5FqF2ydXvFEYUXvWCY36Z2JDo,4895
5
- sage_wheels/bin/benzene,sha256=UcWnRdqSkkXNg-2e1pDrjjdo0YIsh_KqR35hkPqbiaM,87568
6
- sage/all__sagemath_benzene.py,sha256=CQoS3S33YOlSv93-9HmxiKHRnsCQ1DPH61tCEBA9hpg,87
7
- sage/libs/benzene.pyx,sha256=RAX0m_5kvkhgHi6RQtsI-y4OnMLkimfl6pidgWCt080,46
8
- sage/libs/benzene.cpython-311-darwin.so,sha256=omORKrEZ8cxNXycayhRz-EVPefomUuQmsis5NWa3FGA,55376
9
- sage/libs/all__sagemath_benzene.py,sha256=RAX0m_5kvkhgHi6RQtsI-y4OnMLkimfl6pidgWCt080,46
@@ -1,2 +0,0 @@
1
-
2
- sage