[arch-commits] Commit in jupyter-nbformat/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 21:47:53 UTC 2021
Date: Thursday, December 2, 2021 @ 21:47:52
Author: felixonmars
Revision: 1062679
archrelease: copy trunk to community-staging-any
Added:
jupyter-nbformat/repos/community-staging-any/PKGBUILD
(from rev 1062677, jupyter-nbformat/trunk/PKGBUILD)
Deleted:
jupyter-nbformat/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 21:47:51 UTC (rev 1062678)
+++ PKGBUILD 2021-12-02 21:47:52 UTC (rev 1062679)
@@ -1,31 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=jupyter-nbformat
-pkgver=5.1.3
-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=('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"
-}
Copied: jupyter-nbformat/repos/community-staging-any/PKGBUILD (from rev 1062677, jupyter-nbformat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 21:47:52 UTC (rev 1062679)
@@ -0,0 +1,31 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter-nbformat
+pkgver=5.1.3
+pkgrel=3
+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