mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-jupyterlab_pygments: update to 0.2.2.
This commit is contained in:
parent
2ae0095b59
commit
e0db6e8e6d
1 changed files with 11 additions and 7 deletions
|
@ -1,18 +1,22 @@
|
||||||
# Template file for 'python3-jupyterlab_pygments'
|
# Template file for 'python3-jupyterlab_pygments'
|
||||||
pkgname=python3-jupyterlab_pygments
|
pkgname=python3-jupyterlab_pygments
|
||||||
version=0.1.2
|
version=0.2.2
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-jupyter_packaging"
|
||||||
depends="python3-Pygments"
|
depends="python3-Pygments"
|
||||||
short_desc="Pygments theme making use of JupyterLab CSS variables"
|
short_desc="Pygments theme making use of JupyterLab CSS variables"
|
||||||
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/jupyterlab/jupyterlab_pygments"
|
homepage="https://github.com/jupyterlab/jupyterlab_pygments"
|
||||||
distfiles="${PYPI_SITE}/j/jupyterlab_pygments/jupyterlab_pygments-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jupyterlab_pygments/jupyterlab_pygments-${version}.tar.gz"
|
||||||
checksum=cfcda0873626150932f438eccf0f8bf22bfa92345b814890ab360d666b254146
|
checksum=7405d7fde60819d905a9fa8ce89e4cd830e318cdad22a0030f7a901da705585d
|
||||||
# Upstream defines no tests
|
make_check=no # Upstream defines no tests
|
||||||
make_check=no
|
|
||||||
|
post_patch() {
|
||||||
|
# jupyterlab not really needed for building
|
||||||
|
vsed -i -e 's|, "jupyterlab~=3.1"||' pyproject.toml
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue