From e881abca1f2e7b806608b6b6f2bbffec5f338b55 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Fri, 18 Mar 2022 18:07:42 -0700 Subject: [PATCH 1/2] build/pkgs/thebe: Remove --- build/pkgs/thebe/SPKG.rst | 37 --------------------------- build/pkgs/thebe/checksums.ini | 4 --- build/pkgs/thebe/dependencies | 5 ---- build/pkgs/thebe/distros/repology.txt | 1 - build/pkgs/thebe/package-version.txt | 1 - build/pkgs/thebe/spkg-install.in | 1 - build/pkgs/thebe/type | 1 - 7 files changed, 50 deletions(-) delete mode 100644 build/pkgs/thebe/SPKG.rst delete mode 100644 build/pkgs/thebe/checksums.ini delete mode 100644 build/pkgs/thebe/dependencies delete mode 100644 build/pkgs/thebe/distros/repology.txt delete mode 100644 build/pkgs/thebe/package-version.txt delete mode 100644 build/pkgs/thebe/spkg-install.in delete mode 100644 build/pkgs/thebe/type diff --git a/build/pkgs/thebe/SPKG.rst b/build/pkgs/thebe/SPKG.rst deleted file mode 100644 index 088e4af612b..00000000000 --- a/build/pkgs/thebe/SPKG.rst +++ /dev/null @@ -1,37 +0,0 @@ -thebe: Add live Jupyter interaction to static websites -====================================================== - -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 -https://trac.sagemath.org/ticket/20690). - -License -------- - -MIT - - -Upstream Contact ----------------- - -- Home page: https://oreillymedia.github.io/thebe/ -- Source: https://github.com/oreillymedia/thebe/ - -Dependencies ------------- - -None. - - -Special Update/Build Instructions ---------------------------------- - -There are no release numbers, hence find the latest commit, download -https://github.com/oreillymedia/thebe/archive/$%7BCOMMIT%7D.zip and -rename it thebe-${COMMIT:0:8}.zip diff --git a/build/pkgs/thebe/checksums.ini b/build/pkgs/thebe/checksums.ini deleted file mode 100644 index 3a76ade4005..00000000000 --- a/build/pkgs/thebe/checksums.ini +++ /dev/null @@ -1,4 +0,0 @@ -tarball=thebe-VERSION.zip -sha1=1f6b95bdd240336377b33911ffdffed751134d21 -md5=7152aabea45b7499add5e575401638e9 -cksum=4245018544 diff --git a/build/pkgs/thebe/dependencies b/build/pkgs/thebe/dependencies deleted file mode 100644 index 3546cda4614..00000000000 --- a/build/pkgs/thebe/dependencies +++ /dev/null @@ -1,5 +0,0 @@ -# no dependencies - ----------- -All lines of this file are ignored except the first. -It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile. diff --git a/build/pkgs/thebe/distros/repology.txt b/build/pkgs/thebe/distros/repology.txt deleted file mode 100644 index f9b2071164c..00000000000 --- a/build/pkgs/thebe/distros/repology.txt +++ /dev/null @@ -1 +0,0 @@ -thebe diff --git a/build/pkgs/thebe/package-version.txt b/build/pkgs/thebe/package-version.txt deleted file mode 100644 index 5d1584f689c..00000000000 --- a/build/pkgs/thebe/package-version.txt +++ /dev/null @@ -1 +0,0 @@ -9624e0a0.p0 diff --git a/build/pkgs/thebe/spkg-install.in b/build/pkgs/thebe/spkg-install.in deleted file mode 100644 index 0c34951cd87..00000000000 --- a/build/pkgs/thebe/spkg-install.in +++ /dev/null @@ -1 +0,0 @@ -sdh_install -T src/static/main-built.js "$SAGE_SHARE/thebe/thebe.js" diff --git a/build/pkgs/thebe/type b/build/pkgs/thebe/type deleted file mode 100644 index a6a7b9cd726..00000000000 --- a/build/pkgs/thebe/type +++ /dev/null @@ -1 +0,0 @@ -standard From 9621c97820a393c0835c9fadcfbc4f2f60fc17f7 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Fri, 18 Mar 2022 18:08:42 -0700 Subject: [PATCH 2/2] build/pkgs/sagemath_doc_html/dependencies: Remove thebe --- build/pkgs/sagemath_doc_html/dependencies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pkgs/sagemath_doc_html/dependencies b/build/pkgs/sagemath_doc_html/dependencies index 368a1b8dae6..11e82969753 100644 --- a/build/pkgs/sagemath_doc_html/dependencies +++ b/build/pkgs/sagemath_doc_html/dependencies @@ -1,4 +1,4 @@ -sagelib sphinx pplpy_doc | $(SAGERUNTIME) maxima networkx scipy sympy matplotlib pillow mathjax mpmath ipykernel jupyter_client conway_polynomials tachyon jmol thebe ipywidgets sage_docbuild elliptic_curves +sagelib sphinx pplpy_doc | $(SAGERUNTIME) maxima networkx scipy sympy matplotlib pillow mathjax mpmath ipykernel jupyter_client conway_polynomials tachyon jmol ipywidgets sage_docbuild elliptic_curves # Building the documentation has many dependencies, because all # documented modules are imported and because we use matplotlib to