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

Antonio Rojas arojas at gemini.archlinux.org
Wed May 4 08:18:57 UTC 2022


    Date: Wednesday, May 4, 2022 @ 08:18:57
  Author: arojas
Revision: 1192654

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 08:18:47 UTC (rev 1192653)
+++ PKGBUILD	2022-05-04 08:18:57 UTC (rev 1192654)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=jupyter-retrolab
-_pipname=retrolab
-pkgver=0.3.20
-pkgrel=1
-pkgdesc='JupyterLab Distribution with a retro look and feel'
-arch=(any)
-url='https://github.com/jupyterlab/retrolab'
-license=(BSD)
-makedepends=(python-build python-installer)
-depends=(jupyterlab)
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('9fad30fbcc9fb8384a5a239317362ad98df1eb9316dbbea83ba47d4038e58a06')
-
-build() {
-  cd $_pipname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd $_pipname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  mv "$pkgdir"/{usr/,}etc
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: jupyter-retrolab/repos/community-any/PKGBUILD (from rev 1192653, jupyter-retrolab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 08:18:57 UTC (rev 1192654)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=jupyter-retrolab
+_pipname=retrolab
+pkgver=0.3.21
+pkgrel=1
+pkgdesc='JupyterLab Distribution with a retro look and feel'
+arch=(any)
+url='https://github.com/jupyterlab/retrolab'
+license=(BSD)
+makedepends=(python-build python-installer)
+depends=(jupyterlab)
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('06df283b25ba52678d679b2a64d925ece3e14e38dff1094d973fae2af15ca0a6')
+
+build() {
+  cd $_pipname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  mv "$pkgdir"/{usr/,}etc
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list