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

Christian Hesse eworm at gemini.archlinux.org
Mon Jul 11 11:05:07 UTC 2022


    Date: Monday, July 11, 2022 @ 11:05:07
  Author: eworm
Revision: 1249543

archrelease: copy trunk to community-any

Added:
  jupyter_console/repos/community-any/PKGBUILD
    (from rev 1249542, jupyter_console/trunk/PKGBUILD)
Deleted:
  jupyter_console/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 11:05:05 UTC (rev 1249542)
+++ PKGBUILD	2022-07-11 11:05:07 UTC (rev 1249543)
@@ -1,26 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=jupyter_console
-pkgver=6.4.4
-pkgrel=1
-pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any language."
-arch=('any')
-url="https://pypi.org/project/jupyter_console/"
-license=('BSD')
-depends=('ipython' 'python-jupyter_client' 'python-ipykernel'
-         'python-pygments' 'python-prompt_toolkit')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz")
-source=("https://files.pythonhosted.org/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('a5e0426e44738c96c0a63663cdc0cfb1')
-
-build() {
-  cd "$srcdir/jupyter_console-$pkgver"
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd "$srcdir/jupyter_console-$pkgver"
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: jupyter_console/repos/community-any/PKGBUILD (from rev 1249542, jupyter_console/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 11:05:07 UTC (rev 1249543)
@@ -0,0 +1,26 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter_console
+pkgver=6.4.4
+pkgrel=2
+pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any language."
+arch=('any')
+url="https://pypi.org/project/jupyter_console/"
+license=('BSD')
+depends=('ipython' 'python-jupyter_client' 'python-ipykernel'
+         'python-pygments' 'python-prompt_toolkit')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+#source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('a5e0426e44738c96c0a63663cdc0cfb1')
+
+build() {
+  cd "$srcdir/jupyter_console-$pkgver"
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd "$srcdir/jupyter_console-$pkgver"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



More information about the arch-commits mailing list