passagemath-palp 10.5.46__tar.gz → 10.6.41__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.

Potentially problematic release.


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

@@ -1,9 +1,10 @@
1
+ graft passagemath_palp
2
+
1
3
  prune sage
2
4
 
3
5
  include VERSION.txt
4
6
 
5
7
  include sage/libs/palp.p*
6
- include sage/rings/polynomial/palp.p*
7
8
 
8
9
  global-exclude *.c
9
10
  global-exclude *.cpp
@@ -11,6 +12,8 @@ global-exclude *.cpp
11
12
  global-exclude all__sagemath_*.py
12
13
  global-include all__sagemath_palp.py
13
14
 
15
+ include repair_wheel.py
16
+
14
17
  global-exclude __pycache__
15
18
  global-exclude *.py[co]
16
19
  global-exclude *.bak
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-palp
3
- Version: 10.5.46
3
+ Version: 10.6.41
4
4
  Summary: passagemath: Lattice polytopes and applications to toric geometry with PALP
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,18 +17,20 @@ 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
- Requires-Dist: passagemath-environment~=10.5.46.0
32
+ Requires-Dist: passagemath-environment~=10.6.41.0
33
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
32
34
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
33
35
  Provides-Extra: test
34
36
  Requires-Dist: passagemath-polyhedra; extra == "test"
@@ -48,45 +50,48 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
48
50
  developed 2005-2025 under the motto “Creating a Viable Open Source
49
51
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
50
52
 
51
- The passagemath fork was created in October 2024 with the following
52
- goals:
53
+ The passagemath fork uses the motto "Creating a Free Passage Between the
54
+ Scientific Python Ecosystem and Mathematical Software Communities."
55
+ It was created in October 2024 with the following goals:
53
56
 
54
- - providing modularized installation with pip, thus completing a `major
55
- project started in 2020 in the Sage
56
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
57
+ - providing modularized installation with pip,
57
58
  - establishing first-class membership in the scientific Python
58
59
  ecosystem,
59
60
  - giving `clear attribution of upstream
60
61
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
61
62
  - providing independently usable Python interfaces to upstream
62
63
  libraries,
63
- - providing `platform portability and integration testing
64
+ - offering `platform portability and integration testing
64
65
  services <https://github.com/passagemath/passagemath/issues/704>`__
65
66
  to upstream projects,
66
67
  - inviting collaborations with upstream projects,
67
68
  - `building a professional, respectful, inclusive
68
69
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
70
+ - `empowering Sage users to participate in the scientific Python ecosystem
71
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
69
72
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
70
73
  serverless deployment with Javascript,
71
74
  - developing a native Windows port.
72
75
 
73
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
76
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
74
77
  available online.
75
78
 
76
- passagemath attempts to support all major Linux distributions and recent versions of
77
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
78
- virtualization.
79
+ passagemath attempts to support and provides binary wheels suitable for
80
+ all major Linux distributions and recent versions of macOS.
79
81
 
80
- Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
81
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
82
- so compilation from source is triggered for those.
82
+ Binary wheels for native Windows (x86_64) are are available for a subset of
83
+ the passagemath distributions. Use of the full functionality of passagemath
84
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
85
+ or virtualization.
86
+
87
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
83
88
 
84
89
 
85
90
  About this pip-installable distribution package
86
91
  -----------------------------------------------
87
92
 
88
93
  This pip-installable source distribution ``passagemath-palp`` provides
89
- an interface to the `Package for Analyzing Lattice Polytopes <http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html>` (PALP)
94
+ an interface to the `Package for Analyzing Lattice Polytopes <http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html>`__ (PALP)
90
95
  by M. Kreuzer and H. Skarke, a set of C programs for calculations
91
96
  with lattice polytopes and applications to toric geometry.
92
97
 
@@ -120,7 +125,7 @@ Use with sage.geometry::
120
125
 
121
126
  $ pipx run --pip-args="--prefer-binary" --spec "passagemath-palp[test]" ipython
122
127
 
123
- In [1]: from sage.all__sagemath_polyhedra import *
128
+ In [1]: from passagemath_polyhedra import *
124
129
 
125
130
  In [2]: square = lattice_polytope.cross_polytope(2).polar()
126
131
 
@@ -10,45 +10,48 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
10
10
  developed 2005-2025 under the motto “Creating a Viable Open Source
11
11
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
12
12
 
13
- The passagemath fork was created in October 2024 with the following
14
- goals:
13
+ The passagemath fork uses the motto "Creating a Free Passage Between the
14
+ Scientific Python Ecosystem and Mathematical Software Communities."
15
+ It was created in October 2024 with the following goals:
15
16
 
16
- - providing modularized installation with pip, thus completing a `major
17
- project started in 2020 in the Sage
18
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
17
+ - providing modularized installation with pip,
19
18
  - establishing first-class membership in the scientific Python
20
19
  ecosystem,
21
20
  - giving `clear attribution of upstream
22
21
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
23
22
  - providing independently usable Python interfaces to upstream
24
23
  libraries,
25
- - providing `platform portability and integration testing
24
+ - offering `platform portability and integration testing
26
25
  services <https://github.com/passagemath/passagemath/issues/704>`__
27
26
  to upstream projects,
28
27
  - inviting collaborations with upstream projects,
29
28
  - `building a professional, respectful, inclusive
30
29
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
30
+ - `empowering Sage users to participate in the scientific Python ecosystem
31
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
31
32
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
32
33
  serverless deployment with Javascript,
33
34
  - developing a native Windows port.
34
35
 
35
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
36
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
36
37
  available online.
37
38
 
38
- passagemath attempts to support all major Linux distributions and recent versions of
39
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
40
- virtualization.
39
+ passagemath attempts to support and provides binary wheels suitable for
40
+ all major Linux distributions and recent versions of macOS.
41
41
 
42
- Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
43
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
44
- so compilation from source is triggered for those.
42
+ Binary wheels for native Windows (x86_64) are are available for a subset of
43
+ the passagemath distributions. Use of the full functionality of passagemath
44
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
45
+ or virtualization.
46
+
47
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
45
48
 
46
49
 
47
50
  About this pip-installable distribution package
48
51
  -----------------------------------------------
49
52
 
50
53
  This pip-installable source distribution ``passagemath-palp`` provides
51
- an interface to the `Package for Analyzing Lattice Polytopes <http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html>` (PALP)
54
+ an interface to the `Package for Analyzing Lattice Polytopes <http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html>`__ (PALP)
52
55
  by M. Kreuzer and H. Skarke, a set of C programs for calculations
53
56
  with lattice polytopes and applications to toric geometry.
54
57
 
@@ -82,7 +85,7 @@ Use with sage.geometry::
82
85
 
83
86
  $ pipx run --pip-args="--prefer-binary" --spec "passagemath-palp[test]" ipython
84
87
 
85
- In [1]: from sage.all__sagemath_polyhedra import *
88
+ In [1]: from passagemath_polyhedra import *
86
89
 
87
90
  In [2]: square = lattice_polytope.cross_polytope(2).polar()
88
91
 
@@ -0,0 +1 @@
1
+ 10.6.41
@@ -0,0 +1,3 @@
1
+ # sage_setup: distribution = sagemath-palp
2
+
3
+ from sage.all__sagemath_palp import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-palp
3
- Version: 10.5.46
3
+ Version: 10.6.41
4
4
  Summary: passagemath: Lattice polytopes and applications to toric geometry with PALP
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,18 +17,20 @@ 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
- Requires-Dist: passagemath-environment~=10.5.46.0
32
+ Requires-Dist: passagemath-environment~=10.6.41.0
33
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
32
34
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
33
35
  Provides-Extra: test
34
36
  Requires-Dist: passagemath-polyhedra; extra == "test"
@@ -48,45 +50,48 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
48
50
  developed 2005-2025 under the motto “Creating a Viable Open Source
49
51
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
50
52
 
51
- The passagemath fork was created in October 2024 with the following
52
- goals:
53
+ The passagemath fork uses the motto "Creating a Free Passage Between the
54
+ Scientific Python Ecosystem and Mathematical Software Communities."
55
+ It was created in October 2024 with the following goals:
53
56
 
54
- - providing modularized installation with pip, thus completing a `major
55
- project started in 2020 in the Sage
56
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
57
+ - providing modularized installation with pip,
57
58
  - establishing first-class membership in the scientific Python
58
59
  ecosystem,
59
60
  - giving `clear attribution of upstream
60
61
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
61
62
  - providing independently usable Python interfaces to upstream
62
63
  libraries,
63
- - providing `platform portability and integration testing
64
+ - offering `platform portability and integration testing
64
65
  services <https://github.com/passagemath/passagemath/issues/704>`__
65
66
  to upstream projects,
66
67
  - inviting collaborations with upstream projects,
67
68
  - `building a professional, respectful, inclusive
68
69
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
70
+ - `empowering Sage users to participate in the scientific Python ecosystem
71
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
69
72
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
70
73
  serverless deployment with Javascript,
71
74
  - developing a native Windows port.
72
75
 
73
- `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
76
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
74
77
  available online.
75
78
 
76
- passagemath attempts to support all major Linux distributions and recent versions of
77
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
78
- virtualization.
79
+ passagemath attempts to support and provides binary wheels suitable for
80
+ all major Linux distributions and recent versions of macOS.
79
81
 
80
- Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
81
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
82
- so compilation from source is triggered for those.
82
+ Binary wheels for native Windows (x86_64) are are available for a subset of
83
+ the passagemath distributions. Use of the full functionality of passagemath
84
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
85
+ or virtualization.
86
+
87
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
83
88
 
84
89
 
85
90
  About this pip-installable distribution package
86
91
  -----------------------------------------------
87
92
 
88
93
  This pip-installable source distribution ``passagemath-palp`` provides
89
- an interface to the `Package for Analyzing Lattice Polytopes <http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html>` (PALP)
94
+ an interface to the `Package for Analyzing Lattice Polytopes <http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html>`__ (PALP)
90
95
  by M. Kreuzer and H. Skarke, a set of C programs for calculations
91
96
  with lattice polytopes and applications to toric geometry.
92
97
 
@@ -120,7 +125,7 @@ Use with sage.geometry::
120
125
 
121
126
  $ pipx run --pip-args="--prefer-binary" --spec "passagemath-palp[test]" ipython
122
127
 
123
- In [1]: from sage.all__sagemath_polyhedra import *
128
+ In [1]: from passagemath_polyhedra import *
124
129
 
125
130
  In [2]: square = lattice_polytope.cross_polytope(2).polar()
126
131
 
@@ -2,7 +2,9 @@ MANIFEST.in
2
2
  README.rst
3
3
  VERSION.txt
4
4
  pyproject.toml
5
+ repair_wheel.py
5
6
  setup.py
7
+ passagemath_palp/__init__.py
6
8
  passagemath_palp.egg-info/PKG-INFO
7
9
  passagemath_palp.egg-info/SOURCES.txt
8
10
  passagemath_palp.egg-info/dependency_links.txt
@@ -1,6 +1,9 @@
1
- passagemath-environment~=10.5.46.0
1
+ passagemath-environment~=10.6.41.0
2
2
  cysignals!=1.12.0,>=1.11.2
3
3
 
4
+ [:sys_platform == "win32"]
5
+ cysignals!=1.12.4
6
+
4
7
  [test]
5
8
  passagemath-polyhedra
6
9
  passagemath-flint
@@ -1,13 +1,13 @@
1
- # Generated by SAGE_ROOT/bootstrap; do not edit
2
1
  [build-system]
3
2
  # Minimum requirements for the build system to execute.
4
3
  requires = [
5
4
  'setuptools >= 77.0.0',
6
5
  'pkgconfig',
7
- 'passagemath-setup ~= 10.5.46.0',
8
- 'passagemath-environment ~= 10.5.46.0',
9
- 'cython >=3.0, != 3.0.3, <4.0', 'cython >=3.0.8,<3.1.0',
10
- 'cysignals >=1.11.2, != 1.12.0',
6
+ 'passagemath-conf ~= 10.6.41.0 ; sys_platform != "win32"',
7
+ 'passagemath-setup ~= 10.6.41.0',
8
+ 'passagemath-environment ~= 10.6.41.0',
9
+ 'cython >=3.0.8, <3.3.0', 'cython >=3.0.8,<3.3.0',
10
+ 'cysignals !=1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
11
11
  ]
12
12
  build-backend = "setuptools.build_meta"
13
13
 
@@ -15,8 +15,8 @@ build-backend = "setuptools.build_meta"
15
15
  name = "passagemath-palp"
16
16
  description = "passagemath: Lattice polytopes and applications to toric geometry with PALP"
17
17
  dependencies = [
18
- 'passagemath-environment ~= 10.5.46.0',
19
- 'cysignals >=1.11.2, != 1.12.0',
18
+ 'passagemath-environment ~= 10.6.41.0',
19
+ 'cysignals !=1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
20
20
  ]
21
21
  dynamic = ["version"]
22
22
  license = "GPL-2.0-or-later"
@@ -30,23 +30,24 @@ classifiers = [
30
30
  "Intended Audience :: Education",
31
31
  "Intended Audience :: Science/Research",
32
32
  "Operating System :: POSIX",
33
+ "Operating System :: POSIX :: Linux",
33
34
  "Operating System :: MacOS :: MacOS X",
34
35
  "Programming Language :: Python :: 3 :: Only",
35
- "Programming Language :: Python :: 3.9",
36
36
  "Programming Language :: Python :: 3.10",
37
37
  "Programming Language :: Python :: 3.11",
38
38
  "Programming Language :: Python :: 3.12",
39
39
  "Programming Language :: Python :: 3.13",
40
+ "Programming Language :: Python :: 3.14",
40
41
  "Programming Language :: Python :: Implementation :: CPython",
41
42
  "Topic :: Scientific/Engineering :: Mathematics",
42
43
  ]
43
- requires-python = ">=3.9, <3.14"
44
+ requires-python = ">=3.10, <3.15"
44
45
 
45
46
  [project.urls]
46
47
  "release notes" = "https://github.com/passagemath/passagemath/releases"
47
48
  "repo (upstream)" = "https://github.com/sagemath/sage"
48
49
  "repo" = "https://github.com/passagemath/passagemath"
49
- documentation = "https://doc.sagemath.org"
50
+ documentation = "https://passagemath.org/docs/latest"
50
51
  "homepage (upstream)" = "https://www.sagemath.org"
51
52
  "discourse" = "https://passagemath.discourse.group"
52
53
  "tracker (upstream)" = "https://github.com/sagemath/sage/issues"
@@ -65,18 +66,15 @@ test = [
65
66
  ]
66
67
 
67
68
  [tool.cibuildwheel.linux]
68
- # Unfortunately CIBW_REPAIR_WHEEL_COMMAND does not expand {project} (and other placeholders),
69
- # so there is no clean way to refer to the repair_wheel.py script
70
- # https://github.com/pypa/cibuildwheel/issues/1931
71
69
  repair-wheel-command = [
72
70
  'python3 -m pip install passagemath-conf auditwheel',
73
- 'python3 pkgs/sagemath-palp/repair_wheel.py {wheel}',
71
+ 'python3 {package}/repair_wheel.py {wheel}',
74
72
  'auditwheel repair -w {dest_dir} {wheel}',
75
73
  ]
76
74
  [tool.cibuildwheel.macos]
77
75
  repair-wheel-command = [
78
76
  'python3 -m pip install passagemath-conf auditwheel',
79
- 'python3 pkgs/sagemath-palp/repair_wheel.py {wheel}',
77
+ 'python3 {package}/repair_wheel.py {wheel}',
80
78
  'delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}',
81
79
  ]
82
80
 
@@ -0,0 +1,24 @@
1
+ # Add data to the wheel
2
+
3
+ import os
4
+ import shlex
5
+ import sys
6
+
7
+ from pathlib import Path
8
+
9
+ from auditwheel.wheeltools import InWheel
10
+
11
+ from sage_conf import SAGE_LOCAL
12
+
13
+ if "TMPDIR" in os.environ:
14
+ os.environ["TMPDIR"] = str(Path(os.environ["TMPDIR"]).resolve())
15
+
16
+ wheel = Path(sys.argv[1])
17
+
18
+ # SAGE_LOCAL/bin/* --> sage_wheels/bin/*
19
+ with InWheel(wheel, wheel):
20
+ command = f'set -o pipefail; (cd {shlex.quote(SAGE_LOCAL)} && tar cf - --dereference bin/{{class,cws,mori,nef,poly}}*.x) | (mkdir -p sage_wheels && cd sage_wheels && tar xvf -)'
21
+ print(f'Running {command}')
22
+ sys.stdout.flush()
23
+ if os.system(f"bash -c {shlex.quote(command)}") != 0:
24
+ sys.exit(1)
@@ -1,3 +1,4 @@
1
1
  # sage_setup: distribution = sagemath-palp
2
+ # delvewheel: patch
2
3
 
3
4
  from sage.all__sagemath_polyhedra import *
@@ -8,5 +8,7 @@ sys.path.insert(0, os.path.dirname(__file__))
8
8
  from sage_setup import sage_setup
9
9
 
10
10
  sage_setup(['sagemath-palp'],
11
+ recurse_packages=('sage', 'passagemath_palp'),
11
12
  spkgs=['palp'],
12
- package_data={})
13
+ package_data={},
14
+ py_limited_api=True)
@@ -1 +0,0 @@
1
- 10.5.46