Port details |
- ipython Enhanced Interactive Python shell
- 8.18.1_1 devel =7 8.18.1_1Version of this port present on the latest quarterly branch.
- Maintainer: python@FreeBSD.org
- Port Added: 2003-12-06 18:16:22
- Last Update: 2024-04-08 12:37:28
- Commit Hash: 0a4260b
- People watching this port, also watch:: screen, sudo, postfix, delegate, pfqueue
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://ipython.org/
- https://ipython.readthedocs.io/en/stable/
- https://github.com/ipython/ipython
- Description:
- IPython is a free software project which tries to:
1. Provide an interactive shell superior to Python's
default. IPython has many features for object introspection,
system shell access, and its own special command system for
adding functionality when working interactively. It tries to be
a very efficient environment both for Python code development
and for exploration of problems using Python objects (in
situations like data analysis).
2. Serve as an embeddable, ready to use interpreter for your own
programs. IPython can be started with a single call from inside
another program, providing access to the current namespace. This
can be very useful both for debugging purposes and for
situations where a blend of batch-processing and interactive
exploration are needed.
3. Offer a flexible framework which can be used as the base
environment for other systems with Python as the underlying
language. Specifically scientific environments like Mathematica,
IDL and Mathcad inspired its design, but similar ideas can be
useful in many fields.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/ipython/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ipython
- pkg install py39-ipython
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-ipython listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-ipython
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1701364506
SHA256 (ipython-8.18.1.tar.gz) = ca6f079bb33457c66e233e4580ebfc4128855b4cf6370dddd73842a9563e8a27
SIZE (ipython-8.18.1.tar.gz) = 5486330
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=51.0.0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-decorator>=0 : devel/py-decorator@py39
- py39-exceptiongroup>=1.1.1 : devel/py-exceptiongroup@py39
- py39-jedi>=0.16 : devel/py-jedi@py39
- py39-pexpect>=4.3 : misc/py-pexpect@py39
- py39-prompt-toolkit>=3.0.41<3.1.0 : devel/py-prompt-toolkit@py39
- py39-pygments>=2.4.0 : textproc/py-pygments@py39
- py39-sqlite3>=2 : databases/py-sqlite3@py39
- py39-stack-data>0 : devel/py-stack-data@py39
- py39-traitlets>=5 : devel/py-traitlets@py39
- py39-matplotlib-inline>0 : math/py-matplotlib-inline@py39
- python3.9 : lang/python39
- py39-typing-extensions>=0 : devel/py-typing-extensions@py39
- This port is required by:
- for Build
-
- math/sage
- science/py-OpenMC
- science/py-py3Dmol
-
Deleted ports which required this port:
- for Run
-
- biology/py-scikit-bio
- devel/py-ipdb
- devel/py-ipykernel
- devel/py-ipympl
- devel/py-ipyparallel
- devel/py-ipywidgets
- devel/py-jira
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py39-ipython-8.18.1_1:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_ipython
- USES:
- cpe python:3.9+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.1_1 22 Mar 2014 07:35:36 |
koobs |
Chase py-pyzmq category move for py-salt, ipython and py-kombu
Update py-pyzmq dependency entries for:
- sysutils/py-salt
- devel/ipython
- net/py-kombu |
1.2.1 25 Feb 2014 11:33:47 |
olgeni |
Upgrade to version 1.2.1. |
1.2.0 12 Feb 2014 12:35:34 |
olgeni |
Upgrade to version 1.2.0. |
1.1.0 06 Jan 2014 13:30:01 |
olgeni |
Add staging support and fix BUILD_DEPENDS format. |
1.1.0 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
1.1.0 10 Sep 2013 10:52:18 |
olgeni |
Upgrade to version 1.1.0. |
1.0.0 25 Aug 2013 16:13:07 |
olgeni |
- Upgrade to version 1.0.0.
- Replace PKGNAMESUFFIX with PKGNAMEPREFIX. |
0.13.2 25 Apr 2013 15:02:28 |
olgeni |
Upgrade to version 0.13.2. |
0.13.1_2 22 Mar 2013 10:02:18 |
olgeni |
Add ZMQ option.
ZMQ support is only required by qtconsole, notebook and parallel
computing.
PR: ports/177210
Submitted by: William Grzybowski <william88@gmail.com> |
0.13.1_2 02 Mar 2013 22:24:45 |
olgeni |
- Avoid using PYTHON_SITELIBDIR
- Sync BUILD_DEPENDS and RUN_DEPENDS requirements with setup.py
- Remove empty doc dirs (fix install/deinstall with package)
- Use PORT_OPTIONS with EXAMPLES |
0.13.1_1 18 Feb 2013 12:34:39 |
olgeni |
Convert Makefile headers to the new format. |
0.13.1_1 03 Feb 2013 18:16:55 |
makc |
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip |
0.13.1 23 Oct 2012 16:55:39 |
olgeni |
Upgrade to version 0.13.1.
Also, do not attempt to remove PYTHON_SITELIBDIR.
Feature safe: yes |
0.13 20 Oct 2012 15:34:06 |
olgeni |
Upgrade to version 0.13.
Feature safe: yes |
0.12.1 27 Jun 2012 14:07:04 |
olgeni |
Convert to OptionsNG. |
0.12.1 27 Jun 2012 13:45:31 |
olgeni |
Upgrade to version 0.12.1. |
0.12_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.12_1 25 May 2012 01:50:36 |
makc |
Chase PyQT update |
0.12 24 Dec 2011 21:34:10 |
olgeni |
- Upgrade to version 0.12
- Add OPTIONS support with optional X11 and HTML notebook support
(only RUN_DEPENDS is affected) |
0.11 10 Nov 2011 22:17:26 |
olgeni |
Upgrade to version 0.11 (with qtconsole support) and take over
maintainership.
PR: ports/162234 (second patch)
Submitted by: olgeni
Approved by: wen (by email)
Feature safe: yes |
0.10.2 13 Apr 2011 09:14:28 |
wen |
- Update to 0.10.2 |
0.10.1 25 Feb 2011 08:46:07 |
miwi |
- Get rid (RUN|BUILD) PYCTYPES since py25 is default in python |
0.10.1 12 Oct 2010 11:30:14 |
wen |
- Update to 0.10.1
- Update my email to FreeBSD |
0.10 08 Aug 2009 06:09:52 |
miwi |
- Update to 0.10
- Pass maintainership to submitter
PR: 137501
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
0.9.1 18 Dec 2008 02:24:04 |
linimon |
Reassign ports maintained by dryice@ for now due to other commitments.
Hat: portmgr |
0.9.1 17 Dec 2008 15:21:13 |
pav |
- Update to 0.9.1
PR: ports/127808
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by: maintainer timeout (dryice; 2 months) |
0.8.4 05 Jun 2008 12:21:14 |
dryice |
- update to 0.8.4
- fix plist with NOPORTDOCS set, thanks itetcu@ for pointing out |
0.8.2 25 Dec 2007 09:24:50 |
dryice |
update to 0.8.2 |
0.8.1 16 Jun 2007 01:55:15 |
dryice |
update to 0.8.1 |
0.8.0 12 Apr 2007 05:17:06 |
dryice |
- update to 0.8.0
- remove 4.x stuff
- depends on ctypes if not Python2.5
- add MIRROR
- update my mail address
PR: 111468
Submitted by: Li-Wen Hsu <lwhsu@freebsd.org>
Approved by: itetcu (mentor, implicit) |
0.7.3 20 Dec 2006 23:02:55 |
clsung |
- Update to 0.7.3
PR: ports/106976
Submitted by: maintainer (Dryice Liu) |
0.7.2_1 09 Jun 2006 02:20:07 |
clsung |
- fix plist
- run depends on misc/py-pexpect
- bump PORTREVISION for the run_depends
PR: ports/98733
Submitted by: maintainer (Dryice Liu) |
0.7.2 08 Jun 2006 06:56:42 |
clsung |
- update to 0.7.2
PR: 98691
Submitted by: maintainer (Dryice Liu) |
0.7.1.1 15 Mar 2006 18:21:26 |
garga |
- Fix MASTER_SITES
bsdchat.com is no longer available. Thanks for all their support!
PR: ports/94459
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer) |
0.7.1.1 08 Feb 2006 18:50:46 |
mnag |
- Update to 0.7.1.fix1
PR: 93025
Submitted by: maintainer |
0.7.1 26 Jan 2006 09:02:45 |
garga |
- Update to 0.7.1
- Use PORTDOCS
PR: ports/92290
Submitted by: maintainer |
0.7.0 18 Jan 2006 22:09:06 |
pav |
- Update to 0.7.0
PR: ports/91702
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer) |
0.6.15 11 Jan 2006 04:01:51 |
edwin |
[maintainer] change maintainer mail address
I'm the maintainer(dryice@liu.com.cn) of the following
ports. Please help to change the maintainer mail address to
dryice@dryice.name. This new mail address has a RDNS record
and will make the life easier. Thanks!
PR: ports/91624
Submitted by: Dryice Dong Liu <dryice@dryice.name> |
0.6.15 03 Jun 2005 05:21:05 |
novel |
Update to 0.6.15.
PR: 81819
Submitted by: Dryice Liu (maintainer) |
0.6.14 01 Jun 2005 06:00:38 |
barner |
- Update to 0.6.14
Submitted by: Dryice Liu <dryice@hotpop.com> (maintainer)
PR: ports/81745 |
0.6.13 20 Apr 2005 14:27:23 |
pav |
- Update to 0.6.13
PR: ports/80148
Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer) |
0.6.12 13 Apr 2005 08:50:04 |
pav |
- Require python 2.2+
PR: ports/79852
Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer) |
0.6.12 05 Mar 2005 03:26:18 |
perky |
Update to 0.6.12
PR: 78411
Submitted by: Dryice Liu <dryice@liu.com.cn> |
0.6.11 02 Mar 2005 09:15:56 |
ahze |
- Update to 0.6.11
PR: ports/77950
Submitted by: maintainer |
0.6.10 29 Jan 2005 13:29:30 |
pav |
- Distfile was repackaged, no content changes
PR: ports/76803
Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer) |
0.6.10 28 Jan 2005 22:26:50 |
pav |
- Update to 0.6.10
PR: ports/76782
Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer) |
0.6.8 26 Jan 2005 13:38:39 |
arved |
Update to 0.6.8.
PR: 76703
Submitted by: Dryice Liu <dryice@liu.com.cn> |
0.6.6 13 Jan 2005 00:20:28 |
edwin |
[maintainer update] 16 ports: add mirror MASTER_SITES
Please add http://bsdchat.com/dist/dryice/ to the MASTER_SITES
of the following ports. Thanks Clive Lin and bsdchat.com for
the mirror space!
chinese/xpdf
deskutils/etask
devel/cedet
devel/ecb
devel/eieio
devel/ipython
devel/kodos
devel/semantic
devel/xtla
editors/speedbar
editors/tree-widget
games/emacs-chess
net/tcping
www/mod_scgi
www/py-scgi
www/quixote
PR: ports/75743
Submitted by: Dryice Liu <dryice@liu.com.cn> |
0.6.6 15 Dec 2004 08:59:08 |
sem |
- Update to 0.6.6
PR: ports/75087
Submitted by: maintainer |
0.6.5 07 Dec 2004 11:52:52 |
vs |
Update to 0.6.5
PR: ports/74575
Submitted by: maintainer |
0.6.4 11 Nov 2004 13:07:56 |
pav |
- Update to 0.6.4
PR: ports/73800
Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer) |
0.6.3 02 Sep 2004 11:37:30 |
arved |
Update to 0.6.3
PR: 71222
Submitted by: Dryice Liu <dryice@liu.com.cn> |
0.6.2 29 Jul 2004 18:20:54 |
pav |
- Update to 0.6.2
PR: ports/69735
Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer) |
0.6.0 25 May 2004 00:11:44 |
pav |
- Update to 0.6.0
PR: ports/67148
Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer) |
0.5.0 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.5.0 19 Mar 2004 22:51:07 |
kris |
BROKEN on alpha 4.x: Coredump during build |
0.5.0 06 Dec 2003 18:15:29 |
perky |
Add port for ipython 0.50,
An enhanced Interactive Python shell.
PR: 59981
Submitted by: Dryice Liu <dryice@hotpop.com> |