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

Commit e96dc7a

Browse files
author
Matthias Koeppe
committed
src/requirements.txt, src/MANIFEST.in: Move here from build/pkgs/sagelib/src, leave symlinks behind
1 parent 948fb49 commit e96dc7a

File tree

6 files changed

+31
-28
lines changed

6 files changed

+31
-28
lines changed

build/pkgs/sagelib/src/MANIFEST.in

-8
This file was deleted.

build/pkgs/sagelib/src/MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../src/MANIFEST.in

build/pkgs/sagelib/src/requirements.txt

-19
This file was deleted.
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../src/requirements.txt

build/pkgs/sagelib/src/setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../src/setup.cfg

build/pkgs/sagelib/src/tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ commands =
3232
# FIXME: The following loads sage-env, which loads the wrong Python.
3333
sage -c 'import sys; print("sys.path =", sys.path); import sage.all; print(sage.all.__file__)'
3434

35-
#sage -t --all
35+
sage -t --all

src/MANIFEST.in

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
global-include *.c *.cc *.cpp *.h *.hh *.hpp *.inc *.py *.pyx *.pxd *.pxi *.rst *.txt *.tex
2+
3+
include MANIFEST.in
4+
5+
prune .tox
6+
7+
graft sage/libs/gap/test
8+
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

src/requirements.txt

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#sage_conf
2+
#sage_setup
3+
six # use of six should be removed from sage_setup
4+
Cython==0.29.17
5+
pkgconfig
6+
cysignals
7+
gmpy2==2.1.0b5
8+
9+
numpy # already needed by sage.env
10+
jinja2 # sage_setup.autogen.interpreters
11+
12+
cypari2 # but building bdist_wheel of cypari2 fails with recent pip... https://github.com/sagemath/cypari2/issues/93
13+
14+
########## Runtime
15+
16+
psutil
17+
pexpect
18+
pplpy
19+
ipython<=5.8

0 commit comments

Comments
 (0)