Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
#21309 : thebejs -> thebe ; use hash in pkg name ; link to trac URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Monteil committed Sep 4, 2016
1 parent 28346f6 commit 520cdd0
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 12 deletions.
13 changes: 7 additions & 6 deletions build/pkgs/thebejs/SPKG.txt → build/pkgs/thebe/SPKG.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
= thebejs =
= thebe =

== Description ==

Jupyter javascript plugin for static sites. Thebe takes the Jupyter front end,
and make it work outside of the notebook context.

This is used by Sage's Sphinx-based documentation build system to
produce html documentation that can be turned live (see #20690).
This is used by Sage's Sphinx-based documentation build system to produce html
documentation that can be turned live (see
https://trac.sagemath.org/ticket/20690).

== License ==

Expand All @@ -23,7 +24,7 @@ None.

== Special Update/Build Instructions ==

There are no release numbers, hence pick
https://github.com/oreillymedia/thebe/archive/master.zip and rename it
thebejs-$(date '+%Y%m%d').zip
There are no release numbers, hence find the latest commit, download
https://github.com/oreillymedia/thebe/archive/${COMMIT}.zip and rename it
thebe-${COMMIT:0:8}.zip

4 changes: 4 additions & 0 deletions build/pkgs/thebe/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tarball=thebe-VERSION.zip
sha1=1f6b95bdd240336377b33911ffdffed751134d21
md5=7152aabea45b7499add5e575401638e9
cksum=4245018544
File renamed without changes.
1 change: 1 addition & 0 deletions build/pkgs/thebe/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9624e0a0
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ -z "$SAGE_SHARE" ]; then
exit 1
fi

TARGET="${SAGE_SHARE}/thebejs"
TARGET="${SAGE_SHARE}/thebe"
if [ ! -d "${TARGET}" ]; then
mkdir "${TARGET}"
fi
Expand Down
File renamed without changes.
4 changes: 0 additions & 4 deletions build/pkgs/thebejs/checksums.ini

This file was deleted.

1 change: 0 additions & 1 deletion build/pkgs/thebejs/package-version.txt

This file was deleted.

0 comments on commit 520cdd0

Please sign in to comment.