mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-jupyter_events-0.7.0
This commit is contained in:
parent
9edb7f2fc5
commit
9edeeadddb
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-jupyter_events/template
Normal file
20
srcpkgs/python3-jupyter_events/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-jupyter_events'
|
||||||
|
pkgname=python3-jupyter_events
|
||||||
|
version=0.7.0
|
||||||
|
revision=1
|
||||||
|
build_style=python3-pep517
|
||||||
|
hostmakedepends="hatchling"
|
||||||
|
depends="python3-jsonschema python3-json-logger python3-yaml python3-traitlets
|
||||||
|
python3-click python3-rich python3-rfc3339-validator python3-rfc3986-validator"
|
||||||
|
checkdepends="$depends python3-pytest-asyncio python3-pytest-console-scripts"
|
||||||
|
short_desc="Configurable event system for Jupyter applications and extensions"
|
||||||
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/jupyter/jupyter_events"
|
||||||
|
changelog="https://raw.githubusercontent.com/jupyter/jupyter_events/main/CHANGELOG.md"
|
||||||
|
distfiles="${PYPI_SITE}/j/jupyter_events/jupyter_events-${version}.tar.gz"
|
||||||
|
checksum=7be27f54b8388c03eefea123a4f79247c5b9381c49fb1cd48615ee191eb12615
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue