[arch-commits] Commit in jupyterlab_pygments/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sun Nov 22 19:28:20 UTC 2020


    Date: Sunday, November 22, 2020 @ 19:28:19
  Author: felixonmars
Revision: 759461

archrelease: copy trunk to community-staging-any

Added:
  jupyterlab_pygments/repos/community-staging-any/
  jupyterlab_pygments/repos/community-staging-any/PKGBUILD
    (from rev 759460, jupyterlab_pygments/trunk/PKGBUILD)

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Copied: jupyterlab_pygments/repos/community-staging-any/PKGBUILD (from rev 759460, jupyterlab_pygments/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-22 19:28:19 UTC (rev 759461)
@@ -0,0 +1,23 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyterlab_pygments
+pkgver=0.1.2
+pkgrel=2
+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')
+# NPM package @jupyterlab/codemirror ?
+makedepends=('python-setuptools')
+optdepends=()
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyterlab/$pkgname/archive/$pkgver.tar.gz")
+md5sums=('1217dad77f63b45ae99bc9cd1d02f29d')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list