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

Commit

Permalink
correct version in setup.py, and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Nov 17, 2021
1 parent 9e26d0a commit 180f8a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/sagetex/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=sagetex-VERSION.tar.gz
sha1=01b829991631679dfd176068d2d235d70b737d40
md5=2195f448817093648a9d7ad86890088b
cksum=3871373557
sha1=693b0e0624c468717484758f9e42d0c6fd4d1a56
md5=3af3a403fc01021176044ee838775502
cksum=2482351308
upstream_url=https://github.com/sagemath/sagetex/releases/download/vVERSION/sagetex-VERSION.tar.gz
4 changes: 2 additions & 2 deletions build/pkgs/sagetex/dependencies
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$(PYTHON) maxima scipy matplotlib pillow tachyon | $(and $(filter-out no,$(SAGE_CHECK_sagetex)), $(SAGERUNTIME) sympy elliptic_curves jmol)
$(PYTHON) maxima scipy matplotlib pillow tachyon pyparsing | $(and $(filter-out no,$(SAGE_CHECK_sagetex)), $(SAGERUNTIME) sympy elliptic_curves jmol)

To build SageTeX, you just need Python, but to test (SAGE_CHECK=yes)
To build SageTeX, you just need Python and pyparsing, but to test (SAGE_CHECK=yes)
SageTeX, you actually need to run Sage, produce plots,...

----------
Expand Down

0 comments on commit 180f8a1

Please sign in to comment.