[arch-commits] Commit in sage-notebook-exporter/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 17:34:22 UTC 2020


    Date: Thursday, November 12, 2020 @ 17:34:22
  Author: foutrelis
Revision: 752671

archrelease: copy trunk to community-staging-any

Added:
  sage-notebook-exporter/repos/community-staging-any/
  sage-notebook-exporter/repos/community-staging-any/PKGBUILD
    (from rev 752670, sage-notebook-exporter/trunk/PKGBUILD)

----------+
 PKGBUILD |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

Copied: sage-notebook-exporter/repos/community-staging-any/PKGBUILD (from rev 752670, sage-notebook-exporter/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-12 17:34:22 UTC (rev 752671)
@@ -0,0 +1,19 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sage-notebook-exporter
+pkgver=3.3
+pkgrel=3
+pkgdesc="Jupyter extension to export notebooks from SageNB"
+arch=(any)
+url="https://github.com/vbraun/ExportSageNB"
+license=(GPL3)
+depends=(jupyter-nbconvert ipython python-six)
+makedepends=(python-setuptools)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/sagenb_export/sagenb_export-$pkgver.tar.gz")
+sha256sums=('b642321ccd94da4d04afa12f33b6cea7c8db289f3283c6e39b3a50131780bb5a')
+
+package() {
+  cd sagenb_export-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list