Port details |
- py-ipdb IPython-enabled pdb
- 0.13.13_1 devel
=2 0.13.13_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2013-11-10 14:02:55
- Last Update: 2023-07-31 16:40:01
- Commit Hash: 3962644
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/gotcha/ipdb
- Description:
- ipdb exports functions to access the IPython debugger, which features tab
completion, syntax highlighting, better tracebacks, better introspection with
the same interface as the pdb module.
¦ ¦ ¦ ¦ 
- 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}ipdb>0:devel/py-ipdb@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-ipdb/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-ipdb
- pkg install py39-ipdb
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-ipdb listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-ipdb
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1679498680
SHA256 (ipdb-0.13.13.tar.gz) = e3ac6018ef05126d442af680aad863006ec19d02290561ac88b8b1c0b0cfc726
SIZE (ipdb-0.13.13.tar.gz) = 17042
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>=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-ipython>=7.31.1 : devel/ipython@py39
- python3.9 : lang/python39
- py39-toml>=0 : textproc/py-toml@py39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-ipdb
- USES:
- python
- 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 |
0.13.13_1 31 Jul 2023 16:40:01
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-ipdb: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
0.13.13 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.13.13 05 Apr 2023 17:30:21
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-ipdb: Update to 0.13.13
Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt |
0.13.11 30 Jan 2023 12:59:48
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-ipdb: Update to 0.13.11
Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt |
0.13.9 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.13.9 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.13.9 14 Jun 2021 17:39:58
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-ipdb: Update to 0.13.9
Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt |
0.13.8 30 May 2021 19:52:25
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-ipdb: Update to 0.13.8
Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt |
0.13.7 18 Apr 2021 05:43:17
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-ipdb: Update to 0.13.7
Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt |
0.13.4_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.13.4_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.13.4_1 06 Feb 2021 20:45:26
  |
sunpoet  |
Change RUN_DEPENDS from ipython5 to ipython
- Bump PORTREVISION for dependency change |
0.13.4 02 Oct 2020 13:18:18
  |
sunpoet  |
Update to 0.13.4
Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt |
0.13.3 07 Sep 2020 17:13:10
  |
antoine  |
Fix bulk -a |
0.13.3 24 Jun 2020 17:38:07
  |
sunpoet  |
Update to 0.13.3
Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt |
0.13.2 04 Mar 2020 16:16:44
  |
sunpoet  |
Update to 0.13.2
Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt |
0.13.1 01 Mar 2020 18:18:39
  |
sunpoet  |
Update to 0.13.1
Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt |
0.13.0 01 Mar 2020 06:48:08
  |
sunpoet  |
Update to 0.13.0
Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt |
0.12.3 08 Feb 2020 19:02:33
  |
sunpoet  |
Convert REINPLACE_CMD to patch file |
0.12.3 08 Dec 2019 17:01:53
  |
sunpoet  |
Update to 0.12.3
Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt |
0.12.2 01 Aug 2019 16:16:41
  |
sunpoet  |
Update to 0.12.2
Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt |
0.12.1 29 Jul 2019 01:24:58
  |
sunpoet  |
Update to 0.12.1
Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt |
0.12_2 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.12_1 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
0.12 21 Mar 2019 19:40:32
  |
sunpoet  |
Update to 0.12
Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt |
0.11_3 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.11_2 06 Aug 2018 11:23:41
  |
antoine  |
Attempt to unbreak ports depending on ipython |
0.11_1 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.11_1 25 Apr 2018 16:42:38
  |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
0.11_1 10 Mar 2018 17:46:06
  |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
0.11 16 Feb 2018 15:42:02
  |
sunpoet  |
Update to 0.11
- Use REINPLACE_CMD instead of patch file
Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt |
0.10.3 09 Feb 2018 14:08:52
  |
sunpoet  |
Update to 0.10.3
- Update LICENSE
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add PyPI as primary WWW
- Take maintainership
Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt |
0.8.1_1 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
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 (Only the first 15 lines of the commit message are shown above ) |
0.8.1_1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.8.1_1 23 Mar 2016 09:20:35
  |
vsevolod  |
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports
PR: 206482
Submitted by: lev, w.schwarzenfeld@aon.at |
0.8.1 24 Jan 2016 15:31:19
  |
amdmi3  |
- Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Regenerate patches with `make makepatch` |
0.8.1 22 Jan 2016 05:40:39
  |
vanilla  |
Upgrade to 0.8.1. |
0.8_2 20 Jan 2016 15:33:27
  |
culot  |
- Reassign milki@'s ports after his commit bit was taken in for safekeeping |
0.8_2 20 Oct 2014 16:04:14
  |
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.8_2 10 Sep 2014 20:50:37
  |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.8_1 09 Jun 2014 08:08:20
  |
mva  |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
07 Mar 2014 16:49:10

|
bapt  |
Convert d* to USES=zip |
0.8 21 Jan 2014 05:12:41
  |
milki  |
Update maintainer email address
Approved by: swills (mentor) |
0.8 10 Nov 2013 14:02:44
  |
wg  |
devel/py-ipdb: IPython-enabled pdb
ipdb exports functions to access the IPython debugger, which features tab
completion, syntax highlighting, better tracebacks, better introspection with
the same interface as the pdb module.
WWW: https://github.com/gotcha/ipdb
PR: ports/179564
Submitted by: milki <milki rescomp.berkeley.edu> |