Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/requirements.txt, src/MANIFEST.in: Move here from build/pkgs/sage…
Browse files Browse the repository at this point in the history
…lib/src, leave symlinks behind
  • Loading branch information
Matthias Koeppe committed Nov 14, 2020
1 parent 948fb49 commit e96dc7a
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 28 deletions.
8 changes: 0 additions & 8 deletions build/pkgs/sagelib/src/MANIFEST.in

This file was deleted.

1 change: 1 addition & 0 deletions build/pkgs/sagelib/src/MANIFEST.in
19 changes: 0 additions & 19 deletions build/pkgs/sagelib/src/requirements.txt

This file was deleted.

1 change: 1 addition & 0 deletions build/pkgs/sagelib/src/requirements.txt
1 change: 1 addition & 0 deletions build/pkgs/sagelib/src/setup.cfg
2 changes: 1 addition & 1 deletion build/pkgs/sagelib/src/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ commands =
# FIXME: The following loads sage-env, which loads the wrong Python.
sage -c 'import sys; print("sys.path =", sys.path); import sage.all; print(sage.all.__file__)'

#sage -t --all
sage -t --all
8 changes: 8 additions & 0 deletions src/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
global-include *.c *.cc *.cpp *.h *.hh *.hpp *.inc *.py *.pyx *.pxd *.pxi *.rst *.txt *.tex

include MANIFEST.in

prune .tox

graft sage/libs/gap/test
prune sage/ext/interpreters # In particular, __init__.py must not be present in the distribution; or sage_setup.autogen.interpreters.rebuild will not generate the code
19 changes: 19 additions & 0 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#sage_conf
#sage_setup
six # use of six should be removed from sage_setup
Cython==0.29.17
pkgconfig
cysignals
gmpy2==2.1.0b5

numpy # already needed by sage.env
jinja2 # sage_setup.autogen.interpreters

cypari2 # but building bdist_wheel of cypari2 fails with recent pip... https://github.com/sagemath/cypari2/issues/93

########## Runtime

psutil
pexpect
pplpy
ipython<=5.8

0 comments on commit e96dc7a

Please sign in to comment.