[arch-commits] Commit in jupyter-nbformat/repos/community-any (PKGBUILD PKGBUILD)

Kyle Keen kkeen at archlinux.org
Thu Apr 29 08:50:33 UTC 2021


    Date: Thursday, April 29, 2021 @ 08:50:32
  Author: kkeen
Revision: 925160

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-29 08:50:12 UTC (rev 925159)
+++ PKGBUILD	2021-04-29 08:50:32 UTC (rev 925160)
@@ -1,31 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=jupyter-nbformat
-pkgver=5.1.2
-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.tgz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz"
-         nbformat-install-data.patch::"https://github.com/jupyter/nbformat/commit/657a7ab5.patch")
-md5sums=('53e2e458ef25569eaf68f4fc73796567'
-         'f21e8726512cee276a50b91e3f0f2885')
-
-prepare() {
-  cd nbformat-$pkgver
-  patch -p1 -i ../nbformat-install-data.patch # Fix data install
-}
-
-build() {
-  cd nbformat-$pkgver
-  python setup.py build
-}
-
-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 925159, jupyter-nbformat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-29 08:50:32 UTC (rev 925160)
@@ -0,0 +1,31 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbformat
+pkgver=5.1.3
+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"
+         nbformat-install-data.patch::"https://github.com/jupyter/nbformat/commit/657a7ab5.patch")
+md5sums=('dd2a7d13ef6c6661bdc5b94db3255d0a'
+         'f21e8726512cee276a50b91e3f0f2885')
+
+prepare() {
+  cd nbformat-$pkgver
+  #patch -p1 -i ../nbformat-install-data.patch # Fix data install
+}
+
+build() {
+  cd nbformat-$pkgver
+  python setup.py build
+}
+
+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"
+}



More information about the arch-commits mailing list