mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-26 13:45:17 +02:00
18 lines
652 B
Bash
18 lines
652 B
Bash
# 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
|
|
}
|