aboutsummaryrefslogtreecommitdiff
path: root/devel/ipython
Commit message (Collapse)AuthorAgeFilesLines
* devel/ipython: Update to 7.28.0Po-Chuan Hsieh2021-09-272-4/+4
| | | | | Changes: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
* devel/ipython: Update to 7.27.0Po-Chuan Hsieh2021-09-212-4/+4
| | | | | Changes: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
* devel/ipython: Update to 7.26.0Po-Chuan Hsieh2021-09-192-4/+4
| | | | | Changes: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
* devel/ipython: Add CPE informationBernhard Froehlich2021-08-311-1/+1
| | | | Approved by: portmgr (blanket)
* devel/ipython: Update to 7.25.0Po-Chuan Hsieh2021-07-182-4/+4
| | | | | Changes: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
* devel/ipython: Update to 7.24.1Po-Chuan Hsieh2021-06-302-5/+4
| | | | | Changes: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
* devel/ipython: correct dependency versionRuslan Makhmatkhanov2021-05-121-1/+1
|
* devel/ipython: add missing runtime dependencyRuslan Makhmatkhanov2021-05-121-1/+3
| | | | | | | | | | | Add missing dependency upon matplotlib-inline, that was introduced in IPython 7.23 [1], but was overlooked in recent port update. [1] https://ipython.readthedocs.io/en/latest/whatsnew/version7.html?ipython-7-23#ipython-7-23 PR: 255743 Reported by: p5B2E9A8F@t-online.de With hat: python
* devel/ipython: update to 7.23.1Kirill Ponomarev2021-05-062-4/+4
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* devel/ipython: Update to 7.22.0Danilo G. Baio2021-03-282-4/+4
| | | | | | | | | Changelog: https://ipython.readthedocs.io/en/latest/whatsnew/version7.html?highlight=7.22#ipython-7-22 Approved by: python (with hat) Notes: svn path=/head/; revision=569386
* devel/ipython: update to 7.20.0Ruslan Makhmatkhanov2021-02-114-58/+5
| | | | | | | | | | | | | | | Changelog: - Support for PyQt5 >= 5.11 - ``%reset`` remove imports more agressively - fix the ``%conda`` magic - compatibility with Jedi 0.18, and bump minimum Jedi version Remove local patches - they are already included in this version. Approved by: python (with hat) Notes: svn path=/head/; revision=564942
* devel/ipython: actually unbreak autocompletionRuslan Makhmatkhanov2021-01-264-75/+53
| | | | | | | | | | | | | | | Remove broader patch added earlier - it still doesn't completely solve the problem. Instead add tiny patch to fix runtime with jedi 0.18 and add missing imports with second patch. Works just well with my tests. Both patches should be removed after next ipython release. PR: 252875 Reported by: rsmith@xs4all.nl Approved by: python (with hat) Notes: svn path=/head/; revision=562650
* devel/ipython: add upstream fixRuslan Makhmatkhanov2021-01-192-1/+75
| | | | | | | | | | | | | Autocompletion is broken in ipython, that is currently in ports. Add adopted upstream commit to resolve the issue. Reference: https://github.com/ipython/ipython/issues/12740 With hat: python Notes: svn path=/head/; revision=562034
* Move devel/py-prompt_toolkit to devel/py-prompt-toolkitSunpoet Po-Chuan Hsieh2020-12-111-1/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=557718
* devel/ipython: Update to 7.19.0Danilo G. Baio2020-10-312-4/+4
| | | | | | | | | Changelog: https://ipython.readthedocs.io/en/latest/whatsnew/version7.html?highlight=7.19#ipython-7-19 Approved by: python (with hat) Notes: svn path=/head/; revision=553813
* Update to 7.18.1Sunpoet Po-Chuan Hsieh2020-08-302-5/+5
| | | | | | | | Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst Notes: svn path=/head/; revision=547120
* devel/ipython: Update to 7.17.0Danilo G. Baio2020-08-152-5/+5
| | | | | | | | | | | | IPython 7.17+ supports Python 3.7 and above, following NEP 29. Update consumers to use Python >= 3.7 (avoid break bulk -a). Changelog: https://ipython.readthedocs.io/en/latest/whatsnew/version7.html?highlight=7.17#ipython-7-17 Approved by: dbaio (python, maintainer) Notes: svn path=/head/; revision=544938
* devel/ipython: Update to 7.16.1Danilo G. Baio2020-06-282-4/+4
| | | | | | | Approved by: python (with hat) Notes: svn path=/head/; revision=540708
* devel/ipython: Update to 7.16.0Danilo G. Baio2020-06-272-4/+4
| | | | | | | | | Changelog: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-16 Approved by: python (with hat) Notes: svn path=/head/; revision=540654
* devel/ipython: Update to 7.15.0Danilo G. Baio2020-06-062-4/+4
| | | | | | | Changelog: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-15 Notes: svn path=/head/; revision=538115
* devel/ipython: Update to 7.14.0Danilo G. Baio2020-05-032-5/+5
| | | | | | | | | | IPython 7.10+ supports Python 3.6 and above, following NEP 29. Update consumers to use Python >= 3.6 (avoid break bulk -a). Changelog: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-14 Notes: svn path=/head/; revision=533795
* Update to 7.13.0Sunpoet Po-Chuan Hsieh2020-03-012-4/+4
| | | | | | | | Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst Notes: svn path=/head/; revision=527598
* Update to 7.12.0Sunpoet Po-Chuan Hsieh2020-02-222-5/+4
| | | | | | | | Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst Notes: svn path=/head/; revision=526830
* Fix RUN_DEPENDS: remove unneeded py-simplegenericSunpoet Po-Chuan Hsieh2020-02-111-8/+9
| | | | | | | | | - Update version requirement of RUN_DEPENDS - Sort RUN_DEPENDS - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=525874
* - Update to 7.11.1Li-Wen Hsu2020-01-302-4/+4
| | | | Notes: svn path=/head/; revision=524636
* - Update to 7.10.1Li-Wen Hsu2019-12-062-4/+4
| | | | Notes: svn path=/head/; revision=519116
* Update to 7.9.0Sunpoet Po-Chuan Hsieh2019-10-312-4/+4
| | | | | | | | Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst Notes: svn path=/head/; revision=516166
* Update to 7.8.0Sunpoet Po-Chuan Hsieh2019-09-072-4/+4
| | | | | | | | Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst Notes: svn path=/head/; revision=511480
* Update to 7.7.0Sunpoet Po-Chuan Hsieh2019-08-013-15/+4
| | | | | | | | Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst Notes: svn path=/head/; revision=507811
* Update to 7.6.1Sunpoet Po-Chuan Hsieh2019-07-042-4/+4
| | | | | | | | Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst Notes: svn path=/head/; revision=505859
* Update to 7.6.0Sunpoet Po-Chuan Hsieh2019-06-292-4/+4
| | | | | | | | Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst Notes: svn path=/head/; revision=505378
* Update to 7.5.0Sunpoet Po-Chuan Hsieh2019-06-062-6/+5
| | | | | | | | Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst Notes: svn path=/head/; revision=503597
* devel/ipython: Use the other prompt_toolkitSteve Wills2019-04-241-1/+2
| | | | Notes: svn path=/head/; revision=499872
* devel/ipython: update to 7.2.0Steve Wills2018-12-072-7/+7
| | | | Notes: svn path=/head/; revision=486877
* Clean up MakefileSunpoet Po-Chuan Hsieh2018-08-111-7/+1
| | | | | | | The conditional dependency (devel/py-pathlib2) will never be used as python33 has been removed from ports tree. Notes: svn path=/head/; revision=476894
* Update WWWSunpoet Po-Chuan Hsieh2018-08-091-1/+1
| | | | Notes: svn path=/head/; revision=476733
* devel/ipython: Remove leftover artifact after removing GCC dependencyBabak Farrokhi2018-08-081-11/+1
| | | | | | | | | | | | | | The ex script was supposed to add two lines in all scripts to set LD_LIBRARY_PATH and since we don't need to set that anymore (see removed GCC dependency in ports r476502), the whole script is now irrelevant. Reported by: antoine Reviewed by: koobs Approved by: koobs (python) Differential Revision: https://reviews.freebsd.org/D16605 Notes: svn path=/head/; revision=476628
* devel/ipython: Update to 6.5.0Babak Farrokhi2018-08-062-10/+8
| | | | | | | | | | | | | | | | | | | - devel/ipython is now tracking 6.x mainline - Previous version of ipython (5.x series) moved to devel/ipython5 - It is based on pure Python 3.3+ codebase - Supports latest Python 3.7 - Remove GCC dependency since it now builds with CLANG More information about new features as well as backward incompatible changes [1] [1] https://ipython.readthedocs.io/en/stable/whatsnew/version6.html Reviewed by: koobs, mat Approved by: koobs (python) Differential Revision: https://reviews.freebsd.org/D16508 Notes: svn path=/head/; revision=476502
* devel/ipython: update to 5.8.0Ruslan Makhmatkhanov2018-07-312-5/+4
| | | | | | | | | | Changelog: http://ipython.readthedocs.io/en/stable/whatsnew/version5.html#ipython-5-8-0 With hat: python Notes: svn path=/head/; revision=476010
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-10/+10
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* devel/ipython: Enable concurrent installationKubilay Kocak2018-02-201-1/+2
| | | | | | | | | PR: 225493 Submitted by: John W. O'Brien <john saltant com> Approved by: python (koobs, maintainer) Notes: svn path=/head/; revision=462384
* Update to 5.5.0Sunpoet Po-Chuan Hsieh2018-02-042-5/+4
| | | | | | | | Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version5.html https://github.com/ipython/ipython/blob/5.x/docs/source/whatsnew/version5.rst Notes: svn path=/head/; revision=460899
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Update to 5.3.0Sunpoet Po-Chuan Hsieh2017-02-262-4/+4
| | | | | | | | Changes: http://ipython.readthedocs.io/en/stable/whatsnew/version5.html https://github.com/ipython/ipython/blob/5.x/docs/source/whatsnew/version5.rst Notes: svn path=/head/; revision=434876
* Update to 5.2.2Sunpoet Po-Chuan Hsieh2017-02-072-4/+4
| | | | | | | | Changes: http://ipython.readthedocs.io/en/stable/whatsnew/version5.html https://github.com/ipython/ipython/blob/5.x/docs/source/whatsnew/version5.rst Notes: svn path=/head/; revision=433590