notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-ipython-pygments-lexers Define a variety of Pygments lexers for highlighting IPython code
1.1.1 develnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-01-15 12:00:52
Last Update: 2026-01-15 11:53:03
Commit Hash: 321eef1
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/ipython/ipython-pygments-lexers
Description:
A Pygments plugin for IPython code & console sessions IPython is an interactive Python shell. Among other features, it adds some special convenience syntax, including %magics, !shell commands and help?. This package contains lexers for these, to use with the Pygments syntax highlighting package. - The ipython lexer should be used where only input code is highlighted - The ipythonconsole lexer works for an IPython session, including code, prompts, output and tracebacks. These lexers were previously part of IPython itself (in IPython.lib.lexers), but have now been moved to a separate package.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}ipython-pygments-lexers>0:devel/py-ipython-pygments-lexers@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-ipython-pygments-lexers/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-ipython-pygments-lexers
  • pkg install py311-ipython-pygments-lexers
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 py311-ipython-pygments-lexers listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-ipython-pygments-lexers
Package flavors (<flavor>: <package>)
  • py311: py311-ipython-pygments-lexers
distinfo:
TIMESTAMP = 1767157561 SHA256 (ipython_pygments_lexers-1.1.1.tar.gz) = 09c0138009e56b6854f9535736f4171d855c8c08a563a0dcd8022f78355c7e81 SIZE (ipython_pygments_lexers-1.1.1.tar.gz) = 8393

Packages (timestamps in pop-ups are UTC):
py311-ipython-pygments-lexers
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.1.11.1.1--1.1.1n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest1.1.11.1.1--1.1.1---
FreeBSD:14:quarterly--------
FreeBSD:15:latest1.1.11.1.1n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest1.1.11.1.1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-flit-core>=3.2<4 : devel/py-flit-core@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-pygments>=0 : textproc/py-pygments@py311
  2. python3.11 : lang/python311
This port is required by:
for Run
  1. devel/ipython

Configuration Options:
No options to configure
Options name:
devel_py-ipython-pygments-lexers
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/i/ipython_pygments_lexers/
  2. https://pypi.org/packages/source/i/ipython_pygments_lexers/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.1
15 Jan 2026 11:53:03
commit hash: 321eef1f6bb48d7ad134cbfea99b47d46365c72ccommit hash: 321eef1f6bb48d7ad134cbfea99b47d46365c72ccommit hash: 321eef1f6bb48d7ad134cbfea99b47d46365c72ccommit hash: 321eef1f6bb48d7ad134cbfea99b47d46365c72c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-ipython-pygments-lexers: Add py-ipython-pygments-lexers 1.1.1

A Pygments plugin for IPython code & console sessions

IPython is an interactive Python shell. Among other features, it adds some
special convenience syntax, including %magics, !shell commands and help?. This
package contains lexers for these, to use with the Pygments syntax highlighting
package.
- The ipython lexer should be used where only input code is highlighted
- The ipythonconsole lexer works for an IPython session, including code,
  prompts, output and tracebacks.

These lexers were previously part of IPython itself (in IPython.lib.lexers), but
have now been moved to a separate package.

Number of commits found: 1