passagemath-rubiks 10.6.1rc4__cp311-cp311-macosx_13_0_x86_64.whl → 10.6.31rc3__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-rubiks might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-rubiks
3
- Version: 10.6.1rc4
3
+ Version: 10.6.31rc3
4
4
  Summary: passagemath: Algorithms for Rubik's cube
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,15 +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
23
  Classifier: Programming Language :: Python :: 3.10
23
24
  Classifier: Programming Language :: Python :: 3.11
24
25
  Classifier: Programming Language :: Python :: 3.12
25
26
  Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: 3.14
26
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
27
29
  Classifier: Topic :: Scientific/Engineering :: Mathematics
28
- Requires-Python: <3.14,>=3.10
30
+ Requires-Python: <3.15,>=3.10
29
31
  Description-Content-Type: text/x-rst
30
32
  Provides-Extra: test
31
33
  Requires-Dist: passagemath-groups; extra == "test"
@@ -43,38 +45,41 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
43
45
  developed 2005-2025 under the motto “Creating a Viable Open Source
44
46
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
45
47
 
46
- The passagemath fork was created in October 2024 with the following
47
- 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:
48
51
 
49
- - providing modularized installation with pip, thus completing a `major
50
- project started in 2020 in the Sage
51
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
52
+ - providing modularized installation with pip,
52
53
  - establishing first-class membership in the scientific Python
53
54
  ecosystem,
54
55
  - giving `clear attribution of upstream
55
56
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
56
57
  - providing independently usable Python interfaces to upstream
57
58
  libraries,
58
- - providing `platform portability and integration testing
59
+ - offering `platform portability and integration testing
59
60
  services <https://github.com/passagemath/passagemath/issues/704>`__
60
61
  to upstream projects,
61
62
  - inviting collaborations with upstream projects,
62
63
  - `building a professional, respectful, inclusive
63
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,
64
67
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
65
68
  serverless deployment with Javascript,
66
69
  - developing a native Windows port.
67
70
 
68
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
71
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
69
72
  available online.
70
73
 
71
- passagemath attempts to support all major Linux distributions and recent versions of
72
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
73
- virtualization.
74
+ passagemath attempts to support and provides binary wheels suitable for
75
+ all major Linux distributions and recent versions of macOS.
74
76
 
75
- Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
76
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
77
- 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.
78
83
 
79
84
 
80
85
  About this pip-installable distribution package
@@ -104,9 +109,9 @@ Eric Dietz (GPL) https://web.archive.org/web/20121212175710/http://www.wrongway.
104
109
  What is included
105
110
  ----------------
106
111
 
107
- * `Interface <https://doc.sagemath.org/html/en/reference/interfaces/sage/interfaces/rubik.html#module-sage.interfaces.rubik>`_
112
+ * `Interface <https://passagemath.org/docs/latest/html/en/reference/interfaces/sage/interfaces/rubik.html#module-sage.interfaces.rubik>`_
108
113
 
109
- * `Features <https://doc.sagemath.org/html/en/reference/spkg/sage/features/rubiks.html#module-sage.features.rubiks>`_ (via passagemath-environment)
114
+ * `Features <https://passagemath.org/docs/latest/html/en/reference/spkg/sage/features/rubiks.html#module-sage.features.rubiks>`_ (via passagemath-environment)
110
115
 
111
116
  * Binary wheels on PyPI contain prebuilt copies of rubiks executables.
112
117
 
@@ -0,0 +1,16 @@
1
+ sage_wheels/bin/cubex,sha256=ymI3lAf5gYzH8Nrr2TmuPiVqwHzNTSQImMEXQICx8Vs,223160
2
+ sage_wheels/bin/cu2,sha256=5YgXB_6NHzez8HSovM7OSUnhSYKuB7FUQkbYw_whxEA,146056
3
+ sage_wheels/bin/mcube,sha256=NTHhTFTYvwTuH2FkTbBtnPKtlR-iQfWnTdGDOaH-5Kw,283688
4
+ sage_wheels/bin/optimal,sha256=heX5FZ-0bBc5oJLXBZ41KW6C_J_QE8SHy7RNRVr9kn0,115664
5
+ sage_wheels/bin/dikcube,sha256=mtngtuF9TFiqlO2PirOZJWt51LdbZPTkMAc9u4gSklg,39864
6
+ sage_wheels/bin/size222,sha256=BzAQQP_ywlWfwmSEGRIjcX6JFmoPrtf9r4M3Dw33aa8,17552
7
+ sage/all__sagemath_rubiks.py,sha256=7mJ-YvWC9PY9BQD0fF_sUu1YDlEceafc2oHrl-uKLK0,106
8
+ sage/libs/all__sagemath_rubiks.py,sha256=NwzyxDmQ4ARkr80f2jCvoIx0PgxV4ST30myyuf6PIC8,45
9
+ sage/libs/rubik.pyx,sha256=NwzyxDmQ4ARkr80f2jCvoIx0PgxV4ST30myyuf6PIC8,45
10
+ sage/libs/rubik.cpython-311-darwin.so,sha256=on3w13S0hCPVR_Jc3GljM0jYpOC5-HTKAforMdcN_AE,20984
11
+ sage/interfaces/all__sagemath_rubiks.py,sha256=C8lJV2QqUEHE1a50uaQHU7lCVmgfCQ0Io4ZP9_S2J5o,169
12
+ sage/interfaces/rubik.py,sha256=V5T8iXOcrnYIhOCo_JPwmrF01IbpeipAoNWHcHHx6zQ,11794
13
+ passagemath_rubiks-10.6.31rc3.dist-info/RECORD,,
14
+ passagemath_rubiks-10.6.31rc3.dist-info/WHEEL,sha256=RyxoEM-DdYra2rgZTpxdiJkmjbwgUQ_Obk5UCeDLiEQ,137
15
+ passagemath_rubiks-10.6.31rc3.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
16
+ passagemath_rubiks-10.6.31rc3.dist-info/METADATA,sha256=WSyZ35dJpiCijdm3WYBaODlBqTQGq4HkE_Aq_sCROAg,6418
Binary file
sage/libs/rubik.pyx ADDED
@@ -0,0 +1 @@
1
+ # sage_setup: distribution = sagemath-rubiks
sage_wheels/bin/cu2 CHANGED
Binary file
sage_wheels/bin/cubex CHANGED
Binary file
sage_wheels/bin/dikcube CHANGED
Binary file
sage_wheels/bin/mcube CHANGED
Binary file
sage_wheels/bin/optimal CHANGED
Binary file
sage_wheels/bin/size222 CHANGED
Binary file
@@ -1,15 +0,0 @@
1
- passagemath_rubiks-10.6.1rc4.dist-info/RECORD,,
2
- passagemath_rubiks-10.6.1rc4.dist-info/WHEEL,sha256=RyxoEM-DdYra2rgZTpxdiJkmjbwgUQ_Obk5UCeDLiEQ,137
3
- passagemath_rubiks-10.6.1rc4.dist-info/top_level.txt,sha256=hibFyzQHiLOMK68qL1OWsNKaXOmSXqZjeLTBem6Yy7I,5
4
- passagemath_rubiks-10.6.1rc4.dist-info/METADATA,sha256=DEV7tnaHTCaJguOGmT5xGx-LTBpHhffghiRfB0itPTM,6069
5
- sage_wheels/bin/cubex,sha256=549el_e0ahjBg9njx49Mx08yLGKUhyvoTs7w3vVMElY,247544
6
- sage_wheels/bin/cu2,sha256=fhHPdJF2hdDSLoiiR3KUexf9xCrqEa8C5AnvinKOknw,166584
7
- sage_wheels/bin/mcube,sha256=grMebMRAAEL5RC-LSTH7y3dcjyve6y2Hu0SmkHCtrGU,320648
8
- sage_wheels/bin/optimal,sha256=8SaWutSrdsHEv0p6uS_JkjG0llNYLGJLvhemkAg5erI,136160
9
- sage_wheels/bin/dikcube,sha256=5OtOgC7T6-pXMkcbz_M9SlbBbHkhUZRg1p7w1oOpPf4,68536
10
- sage_wheels/bin/size222,sha256=iqnm3XzEHGpeYMbqa2rPRWUPZ-LyzAS85uf1g8GWjOM,50328
11
- sage/all__sagemath_rubiks.py,sha256=7mJ-YvWC9PY9BQD0fF_sUu1YDlEceafc2oHrl-uKLK0,106
12
- sage/libs/all__sagemath_rubiks.py,sha256=NwzyxDmQ4ARkr80f2jCvoIx0PgxV4ST30myyuf6PIC8,45
13
- sage/libs/rubik.cpython-311-darwin.so,sha256=FCTmOazWV-yBPtepTdFd9C7HutsA85KmGdS0OHrDGDk,55320
14
- sage/interfaces/all__sagemath_rubiks.py,sha256=C8lJV2QqUEHE1a50uaQHU7lCVmgfCQ0Io4ZP9_S2J5o,169
15
- sage/interfaces/rubik.py,sha256=V5T8iXOcrnYIhOCo_JPwmrF01IbpeipAoNWHcHHx6zQ,11794