mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-notebook_shim: update to 0.2.3.
This commit is contained in:
parent
69814948f1
commit
191bdb72c2
1 changed files with 6 additions and 5 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'python3-notebook_shim'
|
# Template file for 'python3-notebook_shim'
|
||||||
pkgname=python3-notebook_shim
|
pkgname=python3-notebook_shim
|
||||||
version=0.2.2
|
version=0.2.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling"
|
hostmakedepends="hatchling"
|
||||||
depends="python3-jupyter_server"
|
depends="python3-jupyter_server"
|
||||||
|
checkdepends="$depends python3-pytest-jupyter"
|
||||||
short_desc="Shim layer for notebook traits and config"
|
short_desc="Shim layer for notebook traits and config"
|
||||||
maintainer="dkwo <npiazza@disroot.org>"
|
maintainer="dkwo <npiazza@disroot.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/jupyter/notebook_shim"
|
homepage="https://github.com/jupyter/notebook_shim"
|
||||||
|
changelog="https://raw.githubusercontent.com/jupyter/notebook_shim/main/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/n/notebook_shim/notebook_shim-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/notebook_shim/notebook_shim-${version}.tar.gz"
|
||||||
checksum=090e0baf9a5582ff59b607af523ca2db68ff216da0c69956b62cab2ef4fc9c3f
|
checksum=f69388ac283ae008cd506dda10d0288b09a017d822d5e8c7129a152cbd3ce7e9
|
||||||
make_check=no # missing pytest_tornasync
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
mv ${DESTDIR}/usr/etc ${DESTDIR}
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
mv "${PKGDESTDIR}/usr/etc" ${PKGDESTDIR}/etc/
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue