passagemath-setup 10.4.17__py3-none-any.whl → 10.4.19__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.4.17
3
+ Version: 10.4.19
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
@@ -10,7 +10,7 @@ sage_setup/util.py,sha256=Cf6mCt3BrcQ7A45W4XAUdsLbnFN5S4dM9OguWphcF6c,1716
10
10
  sage_setup/autogen/__init__.py,sha256=fknuef0yLX_0S-5iElV_M8rdYfArZK5-Lbhwg0AVpK8,413
11
11
  sage_setup/autogen/__main__.py,sha256=XF8mvERZVwBGq77B0msBBmowXocRPXO42WxU4TP9Zag,42
12
12
  sage_setup/autogen/flint_autogen.py,sha256=Lhz-VEkcoCixviFOZc_ibf-YBPfJihiE3EJ9qfYYA0w,832
13
- sage_setup/autogen/giacpy-mkkeywords.py,sha256=7RwGgx3EUxWLDKFCPoKHoPZI4j8z79bSNn5jY4JllrY,28829
13
+ sage_setup/autogen/giacpy-mkkeywords.py,sha256=VnMmjuOYdNRlIxVGN835DN5irMNFi3rGLUSAbr6BffU,28947
14
14
  sage_setup/autogen/interpreters/__init__.py,sha256=OKKzin4tfEXbYyZxmYzpUU6DpRAppz60NWoQR6nbIxE,10497
15
15
  sage_setup/autogen/interpreters/__main__.py,sha256=DTVAC9MARDD-LppbknLlmCIo9UYfNx-ZCnivQF7n4y4,252
16
16
  sage_setup/autogen/interpreters/generator.py,sha256=q9xW0mYF0XdKDF1woiTuE1EqN28N4ZqawahvqEW69ps,40496
@@ -32,7 +32,7 @@ sage_setup/command/sage_build_ext.py,sha256=gND-AnQhP7c_AIvMIJPS1ZRBBeSZyGuDOzoK
32
32
  sage_setup/command/sage_build_ext_minimal.py,sha256=ihOR25hbJ6xtxDjv5FqwZhl2-Eq--P9Qy2V-zCgftp8,1328
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.4.17.dist-info/METADATA,sha256=jdqA4AJtoSHEP-3DLjDRBINlmDonD4mPxwd3pW3bPME,1288
36
- passagemath_setup-10.4.17.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
37
- passagemath_setup-10.4.17.dist-info/top_level.txt,sha256=CNueJfE_I7DXDeFCPmCEMgfqRRZuufTzxVW0sPkbamc,11
38
- passagemath_setup-10.4.17.dist-info/RECORD,,
35
+ passagemath_setup-10.4.19.dist-info/METADATA,sha256=iyZhLn14wYgykbw-hPmZ_LC0xbrPJDLIFBW-KGOUER8,1288
36
+ passagemath_setup-10.4.19.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
37
+ passagemath_setup-10.4.19.dist-info/top_level.txt,sha256=CNueJfE_I7DXDeFCPmCEMgfqRRZuufTzxVW0sPkbamc,11
38
+ passagemath_setup-10.4.19.dist-info/RECORD,,
@@ -67,6 +67,7 @@ mostkeywords.sort()
67
67
 
68
68
  # building auto-methods.pxi
69
69
  Mi = open("auto-methods.pxi","w")
70
+ Mi.write("# sage_setup: distribution = sagemath-giac\n")
70
71
  Mi.write("# file auto generated by mkkeywords.py\n")
71
72
  s = 'cdef class GiacMethods_base:\n """\n Wrapper for a giac ``gen`` containing auto-generated methods.\n'
72
73
  s += '\n This class does not manage the ``gen`` inside in any way. It is just\n a dumb wrapper.'
@@ -87,6 +88,7 @@ Mi.close()
87
88
 
88
89
  # building keywords.pxi
89
90
  with open("keywords.pxi", "w") as Fi:
91
+ Fi.write("# sage_setup: distribution = sagemath-giac\n")
90
92
  Fi.write("# file auto generated by mkkeywords.py\n")
91
93
  Fi.write("blacklist = " + str(blacklist) + "\n\n")
92
94
  Fi.write("toremove = " + str(toremove) + "\n\n")