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

Antonio Rojas arojas at archlinux.org
Fri Feb 24 15:28:54 UTC 2017


    Date: Friday, February 24, 2017 @ 15:28:53
  Author: arojas
Revision: 213733

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-24 15:28:30 UTC (rev 213732)
+++ PKGBUILD	2017-02-24 15:28:53 UTC (rev 213733)
@@ -1,20 +0,0 @@
-# $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
-}

Copied: sage-notebook-exporter/repos/community-any/PKGBUILD (from rev 213732, sage-notebook-exporter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-02-24 15:28:53 UTC (rev 213733)
@@ -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=3.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=('17bf96c792a5e865e618745bbcb70975')
+
+package() {
+  cd ExportSageNB-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list