Date: Thursday, March 9, 2017 @ 13:42:27
  Author: kkeen
Revision: 215402

archrelease: copy trunk to community-any

Added:
  jupyter-nbformat/repos/community-any/PKGBUILD
    (from rev 215401, jupyter-nbformat/trunk/PKGBUILD)
Deleted:
  jupyter-nbformat/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2017-03-09 13:42:11 UTC (rev 215401)
+++ PKGBUILD    2017-03-09 13:42:27 UTC (rev 215402)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <[email protected]>
-
-pkgname=jupyter-nbformat
-pkgver=4.2.0
-pkgrel=2
-pkgdesc="The base implementation of the Jupyter Notebook format and Python 
APIs for working with notebooks"
-arch=('any')
-url="https://pypi.python.org/pypi/nbformat";
-license=('BSD')
-depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz";)
-md5sums=('60a1e83350f76e5eeb6fc65f173bde75')
-
-build() {
-  cd "$srcdir"
-}
-
-package() {
-  cd "$srcdir/nbformat-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: jupyter-nbformat/repos/community-any/PKGBUILD (from rev 215401, 
jupyter-nbformat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2017-03-09 13:42:27 UTC (rev 215402)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Kyle Keen <[email protected]>
+
+pkgname=jupyter-nbformat
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="The base implementation of the Jupyter Notebook format and Python 
APIs for working with notebooks"
+arch=('any')
+url="https://pypi.python.org/pypi/nbformat";
+license=('BSD')
+depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz";)
+md5sums=('d54c51d8d375bc74219e17fe8dfdf3b4')
+
+build() {
+  cd "$srcdir"
+}
+
+package() {
+  cd "$srcdir/nbformat-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+

Reply via email to