passagemath-setup 10.5.2__py3-none-any.whl → 10.5.5__py3-none-any.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: passagemath-setup
3
- Version: 10.5.2
3
+ Version: 10.5.5
4
4
  Summary: passagemath: Build system of the Sage library
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  License: GNU General Public License (GPL) v2 or later
@@ -29,10 +29,10 @@ sage_setup/autogen/interpreters/internal/specs/rr.py,sha256=X8e-HzCRnj5W4e4Gzib3
29
29
  sage_setup/command/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
30
  sage_setup/command/sage_build_cython.py,sha256=jzts8hgku4Q9Vza_kbmyle55vXyNmciLUkS9M4wGxW0,11907
31
31
  sage_setup/command/sage_build_ext.py,sha256=gND-AnQhP7c_AIvMIJPS1ZRBBeSZyGuDOzoKY-6HC1Q,8590
32
- sage_setup/command/sage_build_ext_minimal.py,sha256=ihOR25hbJ6xtxDjv5FqwZhl2-Eq--P9Qy2V-zCgftp8,1328
32
+ sage_setup/command/sage_build_ext_minimal.py,sha256=dA5MXCTCohHXu6mBCDf_i_0L_YcgG5ApoX7FDCpn_84,1330
33
33
  sage_setup/command/sage_build_py.py,sha256=bzuRHXKnhItGMkjYxZ276jHz030B85lq45Bp6shI9Nw,311
34
34
  sage_setup/command/sage_install.py,sha256=MRArCc0exyqJpVpILvgnM-FNZQ1XJzk-AXIvw5Qxp6U,1340
35
- passagemath_setup-10.5.2.dist-info/METADATA,sha256=5Han46E_I9V821bFjlFQ_L3S_lZcCouTe7a87WWpUPg,1287
36
- passagemath_setup-10.5.2.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
37
- passagemath_setup-10.5.2.dist-info/top_level.txt,sha256=CNueJfE_I7DXDeFCPmCEMgfqRRZuufTzxVW0sPkbamc,11
38
- passagemath_setup-10.5.2.dist-info/RECORD,,
35
+ passagemath_setup-10.5.5.dist-info/METADATA,sha256=30T_I0I-Y7yDZIt46ozQ4cyF5MaciUUVbPDPrT7_y0M,1287
36
+ passagemath_setup-10.5.5.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
37
+ passagemath_setup-10.5.5.dist-info/top_level.txt,sha256=CNueJfE_I7DXDeFCPmCEMgfqRRZuufTzxVW0sPkbamc,11
38
+ passagemath_setup-10.5.5.dist-info/RECORD,,
@@ -20,7 +20,7 @@ class sage_build_ext_minimal(build_ext):
20
20
  Get number of parallel build jobs used by default, i.e. unless explicitly
21
21
  set by the --parallel command line argument of setup.py.
22
22
 
23
- First, the environment variable `SAGE_NUM_THREADS` is checked.
23
+ First, the environment variable ``SAGE_NUM_THREADS`` is checked.
24
24
  If that is unset, return the number of processors on the system,
25
25
  with a maximum of 10 (to prevent overloading the system if there a lot of CPUs).
26
26