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

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 11:26:16 UTC 2021


    Date: Wednesday, December 1, 2021 @ 11:26:16
  Author: foutrelis
Revision: 1059194

archrelease: copy trunk to community-staging-any

Added:
  jupyter_console/repos/community-staging-any/
  jupyter_console/repos/community-staging-any/PKGBUILD
    (from rev 1059193, jupyter_console/trunk/PKGBUILD)

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

Copied: jupyter_console/repos/community-staging-any/PKGBUILD (from rev 1059193, jupyter_console/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-01 11:26:16 UTC (rev 1059194)
@@ -0,0 +1,26 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter_console
+pkgver=6.4.0
+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-setuptools')
+#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=('400cdf73675aff2456172cb9d424d10d')
+
+build() {
+  cd "$srcdir/jupyter_console-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/jupyter_console-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list