Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pypa/build instead of pip wheel #35618

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions build/pkgs/editables/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=editables-VERSION.tar.gz
sha1=90efed858e78bf6276d1a5959ec6692e11a6bce9
md5=520de8c3a9dc5dfb2b365d104541c9de
cksum=3074203672
upstream_url=https://pypi.io/packages/source/e/editables/editables-VERSION.tar.gz
tarball=editables-VERSION-py3-none-any.whl
sha1=7aa90de86b05d6dc1a04c219b01ca7eab09de113
md5=5de129d3a039b26b7f6798a4002acdf6
cksum=24000838
upstream_url=https://pypi.io/packages/py3/e/editables/editables-VERSION-py3-none-any.whl
2 changes: 1 addition & 1 deletion build/pkgs/editables/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
| flit_core $(PYTHON)
| pip $(PYTHON)

----------
All lines of this file are ignored except the first.
2 changes: 0 additions & 2 deletions build/pkgs/editables/spkg-install.in

This file was deleted.


Unchanged files with check annotations Beta

sage: pi_def = gp(pi); pi_def
3.141592653589793238462643383 # 32-bit
3.1415926535897932384626433832795028842 # 64-bit
sage: pi_def.precision()

Check warning on line 799 in src/sage/interfaces/gp.py

GitHub Actions / build

Warning: Variable 'pi_def' referenced here was set only in doctest marked '# needs sage.libs.pari sage.symbolic'

Variable 'pi_def' referenced here was set only in doctest marked '# needs sage.libs.pari sage.symbolic'
28 # 32-bit
38 # 64-bit
sage: pi_150 = gp.new_with_bits_prec(pi, 150)
sage: b.dtype
dtype('int32') # 32-bit
dtype('int64') # 64-bit
sage: b.shape

Check warning on line 729 in src/sage/matrix/matrix1.pyx

GitHub Actions / build

Warning: Variable 'b' referenced here was set only in doctest marked '# needs numpy'

Variable 'b' referenced here was set only in doctest marked '# needs numpy'
(3, 4)
"""
import numpy