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

Kyle Keen kkeen at archlinux.org
Thu Apr 29 22:11:31 UTC 2021


    Date: Thursday, April 29, 2021 @ 22:11:31
  Author: kkeen
Revision: 925291

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-29 22:11:21 UTC (rev 925290)
+++ PKGBUILD	2021-04-29 22:11:31 UTC (rev 925291)
@@ -1,26 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=jupyter_console
-pkgver=6.2.0
-pkgrel=3
-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=('24600923a41fc33bf8b5db699dca3c69')
-
-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"
-}

Copied: jupyter_console/repos/community-any/PKGBUILD (from rev 925290, jupyter_console/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-29 22:11:31 UTC (rev 925291)
@@ -0,0 +1,26 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter_console
+pkgver=6.4.0
+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-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