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

Evangelos Foutras foutrelis at archlinux.org
Tue Dec 27 13:29:28 UTC 2016


    Date: Tuesday, December 27, 2016 @ 13:29:28
  Author: foutrelis
Revision: 203072

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

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

Copied: sage-notebook-exporter/repos/community-staging-any/PKGBUILD (from rev 203071, sage-notebook-exporter/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-27 13:29:28 UTC (rev 203072)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 182622 2016-07-10 18:58:46Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sage-notebook-exporter
+pkgver=2.0
+pkgrel=2
+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")
+md5sums=('e657f30d2d6cf8d23626c75411f6818c')
+
+package() {
+  cd ExportSageNB-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list