Browse Source
development/jupyter_events: Updated for version 0.6.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/191/head
Isaac Yu
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
6 deletions
-
development/jupyter_events/jupyter_events.SlackBuild
-
development/jupyter_events/jupyter_events.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for jupyter_events |
|
|
|
|
|
|
|
# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> |
|
|
|
# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=jupyter_events |
|
|
|
VERSION=${VERSION:-0.5.0} |
|
|
|
VERSION=${VERSION:-0.6.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="jupyter_events" |
|
|
|
VERSION="0.5.0" |
|
|
|
VERSION="0.6.2" |
|
|
|
HOMEPAGE="https://jupyter.org" |
|
|
|
DOWNLOAD="https://github.com/jupyter/jupyter_events/releases/download/v0.5.0/jupyter_events-0.5.0.tar.gz" |
|
|
|
MD5SUM="bcbda358be761ede04209c0b112523e2" |
|
|
|
DOWNLOAD="https://github.com/jupyter/jupyter_events/releases/download/v0.6.2/jupyter_events-0.6.2.tar.gz" |
|
|
|
MD5SUM="c0ee00fe6cdd85b2f66729f278faefc4" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-json-logger python3-jsonschema traitlets python3-hatchling" |
|
|
|
REQUIRES="python3-json-logger python3-jsonschema traitlets python3-hatchling python3-rfc3339_validator python3-rfc3986_validator" |
|
|
|
MAINTAINER="Isaac Yu" |
|
|
|
EMAIL="isaacyu1@isaacyu1.com" |