[arch-commits] Commit in sage-notebook-exporter/repos/community-any (2 files)
Antonio Rojas
arojas at archlinux.org
Thu Apr 20 06:35:38 UTC 2017
Date: Thursday, April 20, 2017 @ 06:35:37
Author: arojas
Revision: 223889
archrelease: copy trunk to community-any
Added:
sage-notebook-exporter/repos/community-any/PKGBUILD
(from rev 223888, 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-04-20 06:32:59 UTC (rev 223888)
+++ PKGBUILD 2017-04-20 06:35:37 UTC (rev 223889)
@@ -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=3.1
-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=('576acf6fe20bb754795ea4230dda435d')
-
-package() {
- cd ExportSageNB-$pkgver
-
- python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
Copied: sage-notebook-exporter/repos/community-any/PKGBUILD (from rev 223888, sage-notebook-exporter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-04-20 06:35:37 UTC (rev 223889)
@@ -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.2
+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")
+sha256sums=('a99ba8a0806f1f36bda7239aee7f9ddb7d2ca792e7d36eec03ae559d7bd8f492')
+
+package() {
+ cd ExportSageNB-$pkgver
+
+ python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list