Commit Graph

8 Commits

Author SHA1 Message Date
Alexey Pavlov
b3112b5870 Format fixes 2018-11-21 08:26:29 +03:00
J. Peter Mugaas
e58c37d354 ikernel update and ipython updates. Note that these packages go toge… (#4677)
* ikernel update and ipython updates.  Note that these packages go together so they in one PR request.
Note that python-prompt-toolkit has to be split into 2 packages because ipython 7.1.1 for python3 now requires to prompt_toolkit > 2.0 which is only available for python3.  The old version of prompt_toolkit for python2 is now separate so that th eolder version can be provided for ipython 5.x for python2.

* Fixes suggested by Alex puck and a few things I found
1) Delete python-ipykernel and make a separate python2-ipykernel package that only installs for Python2.
2) In python3-ipykernel - add license file and fixup dependencies for Python3 only package.  Remove unused stuff.
3) python3-ipytho - add an optional dependency on python3-ipython-ipyparallel.  That is something I'm working on now which was suggested by setup.py file in this package.

* various fixes to packages
python2-ipython - make it conform to standard pattern
python2-prompt_toolkit - add --skip-build, it's built separate
python3-ipykernel - formatting
python3-ipython - clarified dependencies and add tests
python3-prompt_toolkit - add mingw-w64 to description
python-python-simplegeneric - make comply to standard pattern
2018-11-21 07:46:30 +03:00
J. Peter Mugaas
f50892c3fd mingw-w64-ipython updates and dependencies (#4353)
ipython2-python - 5.3.0 - run ipython with winpty in python-script, ix shebang in pythong so it's tied to user's setup, add jedi and pexpect as dependency
python3-ipython - 6.5.0 - tun ipython with winpty in python-script, fix shebang in pythong so it's tied to user's setup, add jedi and pexpect as dependency
python-pexpect - 4.6.0 - new package required for ipython and probably other stuff
python-jedi - 0.12.1 - new package - required for ipython\
python-paros - 0.3.1 - new package - equired for jedi
2018-09-03 07:22:13 +03:00
Alexey Pavlov
dabcc8eb24 Rebuild packages for Python 3.7 2018-07-09 10:48:04 +03:00
matoro
ef41fd29c9 python3-ipython: add missing deps (#3910)
ipython attempts imports of the following missing runtime deps:
python3-backcall
python3-colorama
2018-06-08 08:08:31 +03:00
Peter Budai
983ead79fd python3-ipython: Update to 6.4.0 (#3747) 2018-05-17 08:20:57 +03:00
Viktor Szakats
7f6257d62d switch to HTTPS where available (#2904)
* switch to HTTPS where available

* use canonical readthedocs URLs
2017-09-16 09:12:45 +03:00
Alexey Pavlov
ce53ec5849 python-ipython: Build different versions for python 2 and 3 2017-06-17 10:36:56 +03:00