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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 08:52:17 UTC 2019


    Date: Monday, November 4, 2019 @ 08:52:17
  Author: felixonmars
Revision: 523807

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 523806, sage-notebook-exporter/trunk/PKGBUILD)

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

Copied: sage-notebook-exporter/repos/community-staging-any/PKGBUILD (from rev 523806, sage-notebook-exporter/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 08:52:17 UTC (rev 523807)
@@ -0,0 +1,19 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sage-notebook-exporter
+pkgver=3.2
+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=("https://github.com/vbraun/ExportSageNB/archive/v$pkgver.tar.gz")
+sha256sums=('a99ba8a0806f1f36bda7239aee7f9ddb7d2ca792e7d36eec03ae559d7bd8f492')
+
+package() {
+  cd ExportSageNB-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list