Ticket #8316: 4.5.rc1-deps.diff
File 4.5.rc1-deps.diff, 1.5 KB (added by , 12 years ago) |
---|
-
(a) deps-4.5.rc1 vs. (b) deps
a b 51 51 $(INST)/$(ICONV) \ 52 52 $(INST)/$(IML) \ 53 53 $(INST)/$(IPYTHON) \ 54 $(INST)/$(JINJA) \55 54 $(INST)/$(JINJA2) \ 56 55 $(INST)/$(LAPACK) \ 57 56 $(INST)/$(LCALC) \ … … 388 387 $(INST)/$(SPHINX): $(BASE) $(INST)/$(JINJA2) 389 388 $(INSTALL) "$(SAGE_SPKG) $(SPHINX) 2>&1" "tee -a $(SAGE_LOGS)/$(SPHINX).log" 390 389 391 $(INST)/$(JINJA2): $(BASE) $(INST)/$( JINJA)390 $(INST)/$(JINJA2): $(BASE) $(INST)/$(PYGMENTS) 392 391 $(INSTALL) "$(SAGE_SPKG) $(JINJA2) 2>&1" "tee -a $(SAGE_LOGS)/$(JINJA2).log" 393 392 394 $(INST)/$(JINJA): $(BASE) $(INST)/$(PYGMENTS)395 $(INSTALL) "$(SAGE_SPKG) $(JINJA) 2>&1" "tee -a $(SAGE_LOGS)/$(JINJA).log"396 397 393 $(INST)/$(PYGMENTS): $(BASE) $(INST)/$(ZODB) 398 394 $(INSTALL) "$(SAGE_SPKG) $(PYGMENTS) 2>&1" "tee -a $(SAGE_LOGS)/$(PYGMENTS).log" 399 395 … … 406 402 $(INSTALL) "$(SAGE_SPKG) $(TWISTED) 2>&1" "tee -a $(SAGE_LOGS)/$(TWISTED).log" 407 403 408 404 # For reference and for when the setuptools problem is solved, here 409 # are the actual dependencies , as of 4.3.3:405 # are the actual dependencies: 410 406 # 411 # sagenb: python pexpect twisted jinja jinja2 sphinx docutils setuptools407 # sagenb: python pexpect twisted jinja2 sphinx docutils setuptools 412 408 # sqlalchemy: python setuptools 413 409 # sphinx: docutils jinja2 pygments 414 410 # jinja2: python docutils setuptools 415 # jinja: python docutils setuptools416 411 # pygments: python setuptools 417 412 # twisted: python python_gnutls setuptools 418 413 # zodb: python setuptools