Date: Thursday, August 4, 2016 @ 20:35:04 Author: arojas Revision: 185108
New sagemath dependency Added: sage-notebook-exporter/ sage-notebook-exporter/trunk/ sage-notebook-exporter/trunk/PKGBUILD ----------+ PKGBUILD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) Added: sage-notebook-exporter/trunk/PKGBUILD =================================================================== --- sage-notebook-exporter/trunk/PKGBUILD (rev 0) +++ sage-notebook-exporter/trunk/PKGBUILD 2016-08-04 20:35:04 UTC (rev 185108) @@ -0,0 +1,20 @@ +# $Id: PKGBUILD 182622 2016-07-10 18:58:46Z arojas $ +# Maintainer: Antonio Rojas <[email protected]> + +pkgname=sage-notebook-exporter +pkgver=2.0 +pkgrel=1 +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 +}
