[arch-commits] Commit in jupyter-nbclassic/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri May 21 18:15:09 UTC 2021
Date: Friday, May 21, 2021 @ 18:15:09
Author: arojas
Revision: 940876
archrelease: copy trunk to community-any
Added:
jupyter-nbclassic/repos/community-any/PKGBUILD
(from rev 940874, jupyter-nbclassic/trunk/PKGBUILD)
Deleted:
jupyter-nbclassic/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-21 18:15:07 UTC (rev 940875)
+++ PKGBUILD 2021-05-21 18:15:09 UTC (rev 940876)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-_pipname=nbclassic
-pkgname=jupyter-$_pipname
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='Jupyter Notebook as a Jupyter Server Extension'
-arch=(any)
-url='https://jupyter.org/'
-license=(custom)
-depends=(jupyter-server jupyter-notebook)
-makedepends=(python-setuptools)
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('d8c1cb1f767ada80f02407f2607bbd21eb7bf44f4be125e8dd299facf58ce94d')
-
-build() {
- cd $_pipname-$pkgver
- python setup.py build
-}
-
-package() {
- cd $_pipname-$pkgver
- python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: jupyter-nbclassic/repos/community-any/PKGBUILD (from rev 940874, jupyter-nbclassic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-21 18:15:09 UTC (rev 940876)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_pipname=nbclassic
+pkgname=jupyter-$_pipname
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='Jupyter Notebook as a Jupyter Server Extension'
+arch=(any)
+url='https://jupyter.org/'
+license=(custom)
+depends=(jupyter-server jupyter-notebook)
+makedepends=(python-setuptools)
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('f920f8d09849bea7950e1017ff3bd101763a8d68f565a51ce053572e65aa7947')
+
+build() {
+ cd $_pipname-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd $_pipname-$pkgver
+ python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list