mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: python3-ipython-pygments-lexers-1.1.1
This commit is contained in:
parent
fcc6d4c20a
commit
2b1ca33937
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-ipython-pygments-lexers/template
Normal file
18
srcpkgs/python3-ipython-pygments-lexers/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue