New package: python3-ipython-pygments-lexers-1.1.1

This commit is contained in:
Gonzalo Tornaría 2025-02-28 15:04:01 -03:00 committed by Andrew J. Hesford
parent fcc6d4c20a
commit 2b1ca33937

View file

@ -0,0 +1,18 @@
# Template file for 'python3-ipython-pygments-lexers'
pkgname=python3-ipython-pygments-lexers
version=1.1.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3-Pygments"
checkdepends="$depends python3-pytest"
short_desc="Pygments lexers for highlighting IPython code"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://github.com/ipython/ipython-pygments-lexers/"
distfiles="${PYPI_SITE}/i/ipython-pygments-lexers/ipython_pygments_lexers-${version}.tar.gz"
checksum=09c0138009e56b6854f9535736f4171d855c8c08a563a0dcd8022f78355c7e81
post_install() {
vlicense LICENSE
}