pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Mar 12 15:04:50 UTC 2025

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-ipython-pygments-lexers: DESCR Makefile PLIST distinfo

Log Message:
py-ipython-pygments-lexers: added version 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.


To generate a diff of this commit:
cvs rdiff -u -r1.4453 -r1.4454 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-ipython-pygments-lexers/DESCR \
    pkgsrc/devel/py-ipython-pygments-lexers/Makefile \
    pkgsrc/devel/py-ipython-pygments-lexers/PLIST \
    pkgsrc/devel/py-ipython-pygments-lexers/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4453 pkgsrc/devel/Makefile:1.4454
--- pkgsrc/devel/Makefile:1.4453        Tue Mar 11 07:58:33 2025
+++ pkgsrc/devel/Makefile       Wed Mar 12 15:04:50 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4453 2025/03/11 07:58:33 wiz Exp $
+# $NetBSD: Makefile,v 1.4454 2025/03/12 15:04:50 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2724,6 +2724,7 @@ SUBDIR+=  py-iowait
 SUBDIR+=       py-ipaddr
 SUBDIR+=       py-ipykernel
 SUBDIR+=       py-ipython
+SUBDIR+=       py-ipython-pygments-lexers
 SUBDIR+=       py-ipython_genutils
 SUBDIR+=       py-iso-639
 SUBDIR+=       py-iso3166

Added files:

Index: pkgsrc/devel/py-ipython-pygments-lexers/DESCR
diff -u /dev/null pkgsrc/devel/py-ipython-pygments-lexers/DESCR:1.1
--- /dev/null   Wed Mar 12 15:04:50 2025
+++ pkgsrc/devel/py-ipython-pygments-lexers/DESCR       Wed Mar 12 15:04:50 2025
@@ -0,0 +1,13 @@
+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.
Index: pkgsrc/devel/py-ipython-pygments-lexers/Makefile
diff -u /dev/null pkgsrc/devel/py-ipython-pygments-lexers/Makefile:1.1
--- /dev/null   Wed Mar 12 15:04:50 2025
+++ pkgsrc/devel/py-ipython-pygments-lexers/Makefile    Wed Mar 12 15:04:50 2025
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2025/03/12 15:04:50 adam Exp $
+
+DISTNAME=      ipython_pygments_lexers-1.1.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython-pygments-lexers/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ipython/ipython-pygments-lexers
+COMMENT=       Variety of Pygments lexers for highlighting IPython code
+LICENSE=       modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
+DEPENDS+=      ${PYPKGPREFIX}-pygments>0:../../textproc/py-pygments
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-ipython-pygments-lexers/PLIST
diff -u /dev/null pkgsrc/devel/py-ipython-pygments-lexers/PLIST:1.1
--- /dev/null   Wed Mar 12 15:04:50 2025
+++ pkgsrc/devel/py-ipython-pygments-lexers/PLIST       Wed Mar 12 15:04:50 2025
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2025/03/12 15:04:50 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/ipython_pygments_lexers.py
+${PYSITELIB}/ipython_pygments_lexers.pyc
+${PYSITELIB}/ipython_pygments_lexers.pyo
Index: pkgsrc/devel/py-ipython-pygments-lexers/distinfo
diff -u /dev/null pkgsrc/devel/py-ipython-pygments-lexers/distinfo:1.1
--- /dev/null   Wed Mar 12 15:04:50 2025
+++ pkgsrc/devel/py-ipython-pygments-lexers/distinfo    Wed Mar 12 15:04:50 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/03/12 15:04:50 adam Exp $
+
+BLAKE2s (ipython_pygments_lexers-1.1.1.tar.gz) = d3c379b34db6a7e01379bff77171e87bf5d2fec3c7dc040c0580b5e15b9d9097
+SHA512 (ipython_pygments_lexers-1.1.1.tar.gz) = 603e3d9d3d22895415d2db7824648f289cea4d87692a5df2264fbbfcce2b50bf8e39a2915d5e11b37077f890d2983d125c5e4a3c97b92f9be9e5945b6a940f73
+Size (ipython_pygments_lexers-1.1.1.tar.gz) = 8393 bytes



Home | Main Index | Thread Index | Old Index