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

Antonio Rojas arojas at archlinux.org
Tue Nov 5 21:36:53 UTC 2019


    Date: Tuesday, November 5, 2019 @ 21:36:53
  Author: arojas
Revision: 524241

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-05 21:36:35 UTC (rev 524240)
+++ PKGBUILD	2019-11-05 21:36:53 UTC (rev 524241)
@@ -1,19 +0,0 @@
-# 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
-}

Copied: sage-notebook-exporter/repos/community-staging-any/PKGBUILD (from rev 524240, sage-notebook-exporter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-05 21:36:53 UTC (rev 524241)
@@ -0,0 +1,19 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sage-notebook-exporter
+pkgver=3.3
+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=("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