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

Antonio Rojas arojas at gemini.archlinux.org
Wed May 4 09:32:57 UTC 2022


    Date: Wednesday, May 4, 2022 @ 09:32:56
  Author: arojas
Revision: 1192892

archrelease: copy trunk to community-any

Added:
  jupyterlab_pygments/repos/community-any/PKGBUILD
    (from rev 1192891, jupyterlab_pygments/trunk/PKGBUILD)
Deleted:
  jupyterlab_pygments/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 09:32:47 UTC (rev 1192891)
+++ PKGBUILD	2022-05-04 09:32:56 UTC (rev 1192892)
@@ -1,27 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=jupyterlab_pygments
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="Pygments theme using JupyterLab CSS variables"
-arch=('any')
-#url="https://pypi.org/project/jupyterlab-pygments/"
-url="https://github.com/jupyterlab/jupyterlab_pygments"
-license=('BSD')
-depends=('python-pygments' 'jupyterlab')
-# NPM package @jupyterlab/codemirror ?
-makedepends=('python-build' 'python-installer')
-source=(https://pypi.io/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('2d48bcdd666043afc086af56adaf6bb79bbeffb1d73ed00ec4a2113f6cc22581')
-
-build() {
-  cd $pkgname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyterlab_pygments/repos/community-any/PKGBUILD (from rev 1192891, jupyterlab_pygments/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 09:32:56 UTC (rev 1192892)
@@ -0,0 +1,26 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyterlab_pygments
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Pygments theme using JupyterLab CSS variables"
+arch=('any')
+#url="https://pypi.org/project/jupyterlab-pygments/"
+url="https://github.com/jupyterlab/jupyterlab_pygments"
+license=('BSD')
+depends=('python-pygments' 'jupyterlab')
+makedepends=('python-build' 'python-installer')
+source=(https://pypi.io/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('7405d7fde60819d905a9fa8ce89e4cd830e318cdad22a0030f7a901da705585d')
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list