236 Commits (22758b2bd1f603d93e15ff17a64da4e41d5ee708)

Author SHA1 Message Date
Thomas Kluyver 5a8d9182c4 Fix glob pattern for nbconvert template files
12 years ago
Thomas Kluyver 22f7bd4597 Walk nbconvert templates directory for package data files
12 years ago
Min RK a80e387b0a Merge pull request #4700 from minrk/ifmain
12 years ago
Min RK 12acd244ca Merge pull request #4692 from takluyver/setup-symlink-improvements
12 years ago
Thomas Kluyver 74cb75e0c9 Add 'unsymlink command to remove the symlink
12 years ago
MinRK efe3e67e39 move import into ifmain block
12 years ago
Thomas Kluyver 37edc78d76 If symlink already exists, clobber it with current one
12 years ago
Thomas Kluyver 24b7085554 Also check that existing symlink has desired target before allowing it.
12 years ago
MinRK c491cfaab2 remove irunner and iplogger from installed scripts
12 years ago
MinRK f42fc663d2 use if main block in entry points
12 years ago
Thomas Kluyver c479ba9d18 Only ignore existing target for symlink if it is already a symlink
12 years ago
Thomas Kluyver a391a1f755 Don't build Python modules unnecessarily before symlinking to site-packages
12 years ago
Thomas Kluyver 431e078992 Add sample wav file to package_data
12 years ago
MinRK 71d6a80629 add `setup.py jsversion`
12 years ago
Thomas Kluyver 655e870d02 Add comment to automatically generated scripts.
12 years ago
Thomas Kluyver 883c46b5b5 Rework setup to allow installing on Python 2 and 3.
12 years ago
Thomas Kluyver e8d357707a Fix renaming scripts
12 years ago
Thomas Kluyver 432377439b Fix renaming scripts with 3 suffix on Python 3
12 years ago
Min RK d1de1d26f4 Merge pull request #4198 from jdfreder/versionconversion_nbconvert
12 years ago
Paul Ivanov d46a7d6b75 include js tests in package_data
12 years ago
Thomas Kluyver 0cd7d8a5de Remove pycolor script
13 years ago
Jonathan Frederic 171dd43def Added test nbs to setup and removed todo
13 years ago
Brian E. Granger c3510eb75f Merge pull request #4207 from minrk/setup-css
13 years ago
Thomas Kluyver 04b5a4b0ac Fix iptest setuptools entry point
13 years ago
MinRK 74795c2c56 add `setup.py css` command
13 years ago
Paul Ivanov b435738592 added check_for_tornado, closes #3916
13 years ago
damianavila 309649e469 Fixed path in setupbase, again...
13 years ago
damianavila 839cd00e50 Fixed typo in reveal/*.tpl path in setupbase.
13 years ago
damianavila 61cc245423 Add reveal/*.tpl path to setupbase.
13 years ago
Jonathan Frederic 211eb6fb4e Try including everything
13 years ago
Jonathan Frederic 2cf4fffb3b Copy ipynb example files need for nbconvert tests
13 years ago
Paul Ivanov 1f997d3892 check for markdown no longer needed, closes #3610
13 years ago
Matthias Bussonnier 9b08a557e5 Merge pull request #3538 from minrk/launch_ip
13 years ago
MinRK f4d4090fe3 use start_ipython in entry points
13 years ago
MinRK 00cf5001c5 fix tplx extension in nbconvert latex templates
13 years ago
MinRK af65f1177d include nbconvert templates in installation
13 years ago
Brian E. Granger 1c478745fa Fixing imports in setupbase.py.
13 years ago
Brian E. Granger 072a94370d Fixing install logic for nbconvert.
13 years ago
Paul Ivanov 0c11e07148 Merge pull request #3381 from minrk/retina
13 years ago
MinRK a3653e34b1 update references for IPython.html
13 years ago
MinRK 7f255c9d26 remove a few dangling frontends from setupbase
13 years ago
MinRK 38b58e784c make sure test files are installed
13 years ago
Takafumi Arakaki 4aa2bca46c Fix: "python ABS/PATH/TO/ipython.py" fails
13 years ago
MinRK cba52f17e5 use utils/submodule in setup.py
13 years ago
Thomas Kluyver 405e434d45 Fix for checking submodules location
13 years ago
MinRK 6e32ee5546 ensure submodules exist prior to doing anything
13 years ago
Thomas Robitaille a3500c3b15 Fix a bug that caused man pages to not be installed in Python 3 when running from the source tree.
14 years ago
MinRK e972672ddd remove spurious print statement from setupbase.py
14 years ago
MinRK d2940640f5 record sysinfo in sdist
14 years ago
MinRK abab58c0eb add missing plugin .txt to package_data
14 years ago
MinRK 06188412b3 remove `ipython-qtconsole` gui-script
14 years ago
Thomas Kluyver 2c693fc89b Exclude IPython.quarantine from installation.
14 years ago
Thomas Kluyver 2711bdf8dd Fix writing git commit ID to a file on build with Python 3.
14 years ago
Fernando Perez ffe488ee0b Emergency fix for py3 breakage introduced in 576f6f (merge of #1538)
14 years ago
Fernando Perez 4b73021647 Merge pull request #1445 from minrk/nosphinx
14 years ago
MinRK cc4f0f3619 use writelines when writing _sysinfo.py
14 years ago
MinRK 0495291a83 store git commit hash in utils._sysinfo instead of hidden git_commit_info.ini data file.
14 years ago
MinRK 212ec345e6 fix system->os.system typo
14 years ago
Thomas Kluyver 914d61f1bd Make single setup script work on Python 2 and Python 3.
14 years ago
MinRK 5ffe131458 exclude mathjax from notebook package_data
14 years ago
MinRK 03cae6504e add README to startup dir
15 years ago
MinRK ba96d936ca protect record_commit_info from configparser error
15 years ago
Fernando Perez c27de98c35 Add SVG qt console icon to package data.
15 years ago
Thomas Kluyver ce1973748f Fix IPython.utils.sysinfo for Python 3.
15 years ago
Bernardo B. Marques 8e32204222 remove all trailling spaces
15 years ago
Thomas Kluyver dba0917e83 Add Trove classifiers for PyPI.
15 years ago
Thomas Kluyver 4bf2e41967 Allow 'python setup.py install' to work correctly for either Python 2 or 3.
15 years ago
Thomas Kluyver 56a2b006e0 Make installation with Python 3 possible.
15 years ago
Brian E. Granger ad791ad465 Finish removing ipython-notebook.
15 years ago
Brian E. Granger c238febce1 Merge branch 'master' into htmlnotebook
15 years ago
MinRK 90b3e22759 Generate package list automatically in find_packages
15 years ago
Brian E. Granger 4973135bf1 Fixing setupbase.py for nbformat package.
15 years ago
Fernando Perez d4123881c6 Disable PDF manual building for distribution and installation.
15 years ago
Fernando Perez 7f4092a012 Fix installation of manpages.
15 years ago
Brian E. Granger 59a9cd1777 Updates to basic notebook format.
15 years ago
Brian E. Granger 1140eeb679 Initial reorg of files complete.
15 years ago
MinRK f7a3abb023 include html frontend in packages/package_data
15 years ago
Brian Granger 6e36522cdf Initial latex printing for sympy and fixes to autogrow.
15 years ago
MinRK b26c59e66f don't install deathrow
15 years ago
Thomas Kluyver 821c9609c0 Remove unused configobj and validate libraries from externals.
15 years ago
Thomas Kluyver 8a91843dd3 Don't try to install IPython.config.default (no longer there).
15 years ago
MinRK 713a71343e rename ipythonqt to qtconsoleapp
15 years ago
MinRK 77cc373d3d reorganize default config files to match profiles as directories
15 years ago
epatters 8bd4f9272c Clean up entry point definition is setup.py.
15 years ago
Evan Patterson 3ba4061e0e Make ipython-qtconsole a GUI script in setuptools.
15 years ago
Jens Hedegaard Nielsen c316414295 install zmq.qui fixes problems with using ipython --pylab gtk
15 years ago
MinRK 131086119a make readline a dependency on OSX and pyreadline on Windows
15 years ago
MinRK e4a5c1815e prevent duplicate script installs in setuptools
15 years ago
MinRK b84c3f0cd6 organize IPython.parallel into subpackages
15 years ago
MinRK 587b10631a rebase IPython.parallel after removal of IPython.kernel
15 years ago
MinRK 8c38900f2b add missing external.ssh to setupbase.py
15 years ago
MinRK 2b4ab756ab move IPython.zmq.parallel to IPython.parallel
15 years ago
MinRK 6082ce8aaf add scripts for non-setuptools install of zmq.parallel
15 years ago
MinRK 6331f97b9e added zmq.parallel to setupbase
15 years ago
MinRK 6ea1a28d55 remove IPython.kernel scripts and put migration notice in docs.
15 years ago
MinRK 1277658644 Merge branch 'removetwisted' of https://github.com/ellisonbg/ipython into remove_twisted
15 years ago
Brian Granger 527aa15f84 Removed Twisted related things from setup scripts and testing.
15 years ago
Nick Tarleton 097fddbadd Add missing external.pexpect to packages
15 years ago
Thomas Spura 0cc0201b33 Move pretty into lib, because it's heavily changed now.
15 years ago
Thomas Spura 3ea19b0740 Unbundle of all external modules.
15 years ago
Brian Granger 3ced248d86 Lots of work on the display system, focused on pylab stuff.
15 years ago
Darren Dale 8e91a9d0d9 fix windows post-installation routines with setuptools installed
16 years ago
Fernando Perez 992e40df2e Fix bug in our specification of data_files.
16 years ago
Fernando Perez 89a6713551 Add utility to record commit information in archives/tarballs.
16 years ago
Fernando Perez f609fd80a3 Rename entry point for Qt console to ipython-qtconsole.
16 years ago
Fernando Perez 56ede30647 Add ipythonqt script to main list of user-installed scripts.
16 years ago
epatters a631f0fc1e Updated setupbase.py to include zmq.pylab package.
16 years ago
Brian Granger 30627d74a5 Moving and renaming in preparation of subclassing InteractiveShell.
16 years ago
epatters 567d5b5952 Merge branch 'master' of git://github.com/ipython/ipython into qtfrontend and fix conflicts in setupbase.py.
16 years ago
Fernando Perez 2e8acf77e2 Finish cleanup of setup.py and tests after dead code removal.
16 years ago
epatters 557abf30aa Updated setupbase.py to reflect new 'frontend.qt' and 'zmq' packages.
16 years ago
bgranger 18fab0d4a1 Fixing a few small things on Windows.
17 years ago
Brian Granger 81e0e8805d Removed ipapi compatability layer and updated top-level functions.
17 years ago
Brian Granger cf5972e4aa Fixed small bug in setup.py.
17 years ago
Brian Granger 61cc720e11 Merging -r 1192 from lp:ipython.
17 years ago
Brian Granger 6b0c7134ef Merging -r 1180 from lp:ipthon
17 years ago
Fernando Perez b7d773553d Update setup and support tools to include new man pages.
17 years ago
Brian Granger 6221939722 Renaming Extensions=>extensions in code and imports.
17 years ago
Brian Granger f50040feec Fixing a few bugs to get the win32 installer working again.
17 years ago
Brian Granger 7b495ced75 Fixing installation related issues.
17 years ago
Gael Varoquaux 97d2d0f72e Take in account remarks by Fernando on code review
17 years ago
Brian Granger 93179e9fbe Added tests for the new get_ipython_dir and get_security_dir
18 years ago
Fernando Perez 055209bad7 More updates for release of 0.9.rc1.
18 years ago
Fernando Perez 0567523270 Include testing plugin for installation.
18 years ago
Fernando Perez 044c2de074 Checkpoint before merging with upstream
18 years ago
Fernando Perez 162df0fc47 Fixes to build/setup machinery.
18 years ago
Fernando Perez 5020bb4d11 Fixes to build system.
18 years ago
gvaroquaux b327410785 Add ipythonx to scripts.
18 years ago
gvaroquaux 89b977c2f7 Add the subpackage to the setupbase.py
18 years ago
Brian E Granger 0e08b770a0 package_data was missing the .txt files in the testing directories. This was causing
18 years ago
Brian E Granger b31c7b2ebf Temporary fix to get setup.py to not crash. Full fix on the way.
18 years ago
Brian E Granger 196e82d78d Fixed setupbase.py and MANIFEST.in to reflect all the changes to docs. Currently,
18 years ago
Brian E Granger cc85cf9653 Fixing a few small bugs in the setup.py scripts. In setupbase.py, in find_scripts, ipython
18 years ago
Brian E Granger d816e04b5f More work fixing some small bugs in the setup.py infrastructure. It is almost working!
18 years ago
Brian E Granger 2593302b59 Adding documentation to setup* files.
18 years ago
Brian E Granger f27ad5248e Initial work towards refactoring the setup.py scripts to accept the new ipython1 packages
18 years ago