[arch-commits] Commit in jupyterlab/repos/community-testing-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Nov 12 22:06:30 UTC 2019


    Date: Tuesday, November 12, 2019 @ 22:06:30
  Author: arojas
Revision: 527037

archrelease: copy trunk to community-testing-any

Added:
  jupyterlab/repos/community-testing-any/PKGBUILD
    (from rev 527036, jupyterlab/trunk/PKGBUILD)
Deleted:
  jupyterlab/repos/community-testing-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-12 22:06:15 UTC (rev 527036)
+++ PKGBUILD	2019-11-12 22:06:30 UTC (rev 527037)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=jupyterlab
-_pipname=jupyterlab
-pkgver=1.2.2
-pkgrel=2
-pkgdesc="JupyterLab computational environment"
-arch=(any)
-url="https://github.com/jupyterlab/jupyterlab"
-license=(custom)
-makedepends=(python-setuptools)
-depends=(jupyterlab_server nodejs)
-optdepends=('npm: to install extensions')
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('96d3146eb09ffa0a198f31b36706859dadd4a59ed184aa9329a9c12733e6af0b')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/etc "$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: jupyterlab/repos/community-testing-any/PKGBUILD (from rev 527036, jupyterlab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-12 22:06:30 UTC (rev 527037)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=jupyterlab
+_pipname=jupyterlab
+pkgver=1.2.3
+pkgrel=2
+pkgdesc="JupyterLab computational environment"
+arch=(any)
+url="https://github.com/jupyterlab/jupyterlab"
+license=(custom)
+makedepends=(python-setuptools)
+depends=(jupyterlab_server nodejs)
+optdepends=('npm: to install extensions')
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('2188a9bcaaf0b6a68ff9098a481f37ece8231634b862fd3c9adedc466aac79f2')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/etc "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list