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

Kyle Keen kkeen at archlinux.org
Fri Feb 10 01:34:59 UTC 2017


    Date: Friday, February 10, 2017 @ 01:34:58
  Author: kkeen
Revision: 211674

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-10 01:34:42 UTC (rev 211673)
+++ PKGBUILD	2017-02-10 01:34:58 UTC (rev 211674)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=jupyter_console
-pkgver=5.0.0
-pkgrel=2
-pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any language."
-arch=('any')
-url="https://pypi.python.org/pypi/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")
-md5sums=('08a9fde32a45c9e2e0b4cec6eca249c2')
-
-build() {
-  cd "$srcdir"
-}
-
-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 211673, jupyter_console/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-02-10 01:34:58 UTC (rev 211674)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=jupyter_console
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any language."
+arch=('any')
+url="https://pypi.python.org/pypi/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")
+md5sums=('80f2f57fad0c59dfc6ef5d581c1c8d74')
+
+build() {
+  cd "$srcdir"
+}
+
+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