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

Kyle Keen kkeen at archlinux.org
Tue Sep 4 11:28:48 UTC 2018


    Date: Tuesday, September 4, 2018 @ 11:28:48
  Author: kkeen
Revision: 376614

archrelease: copy trunk to community-any

Added:
  python-qtconsole/repos/community-any/PKGBUILD
    (from rev 376613, python-qtconsole/trunk/PKGBUILD)
Deleted:
  python-qtconsole/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  142 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-04 11:28:19 UTC (rev 376613)
+++ PKGBUILD	2018-09-04 11:28:48 UTC (rev 376614)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgbase=python-qtconsole
-pkgname=(python-qtconsole python2-qtconsole)
-pkgver=4.3.1
-pkgrel=3
-pkgdesc="Qt-based console for Jupyter with support for rich media output"
-arch=('any')
-url="https://pypi.org/project/qtconsole/"
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-ipykernel' 'python2-ipykernel'
-             'python-jupyter_core' 'python2-jupyter_core' 'python-jupyter_client'
-             'python2-jupyter_client' 'python-traitlets' 'python2-traitlets'
-             'python-pygments' 'python2-pygments' 'python-pyzmq' 'python2-pyzmq'
-             'python-pyqt5' 'python2-pyqt5' 'python-sip' 'python2-sip' 'qt5-svg')
-checkdepends=('python-nose' 'python2-nose')
-source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz")
-md5sums=('45f15be486ea24522ac97f39a0cbcedc')
-
-prepare() {
-  cd "$srcdir"
-  cp -r qtconsole-$pkgver python2-qtconsole-$pkgver
-}
-
-build() {
-  cd "$srcdir/qtconsole-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/python2-qtconsole-$pkgver"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/qtconsole-$pkgver"
-  nosetests qtconsole
-
-  cd "$srcdir/python2-qtconsole-$pkgver"
-  nosetests2 qtconsole
-}
-
-package_python-qtconsole() {
-depends=('python-ipykernel' 'python-jupyter_core' 'python-jupyter_client'
-         'python-traitlets' 'python-pygments' 'python-pyzmq'
-         'qt5-svg' 'python-pyqt5' 'python-sip')
-  cd "$srcdir/qtconsole-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd examples
-  # FS#47046 fix .desktop icon
-  # FS#57556 fix .desktop icon again
-  sed -i 's|^Icon=.*$|Icon=/usr/lib/python3.7/site-packages/qtconsole/resources/icon/JupyterConsole|' \
-    jupyter-qtconsole.desktop
-  install -Dm644 jupyter-qtconsole.desktop \
-    "$pkgdir/usr/share/applications/jupyter-qtconsole.desktop"
-
-}
-
-package_python2-qtconsole() {
-  depends=('python2-ipykernel' 'python2-jupyter_core' 'python2-jupyter_client'
-           'python2-traitlets' 'python2-pygments' 'python2-pyzmq'
-           'qt5-svg' 'python2-pyqt5' 'python2-sip')
-
-  cd "$srcdir/python2-qtconsole-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd "$pkgdir/usr/bin"
-  mv jupyter-qtconsole jupyter-qtconsole-py2
-}

Copied: python-qtconsole/repos/community-any/PKGBUILD (from rev 376613, python-qtconsole/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-04 11:28:48 UTC (rev 376614)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgbase=python-qtconsole
+pkgname=(python-qtconsole python2-qtconsole)
+pkgver=4.4.1
+pkgrel=1
+pkgdesc="Qt-based console for Jupyter with support for rich media output"
+arch=('any')
+url="https://pypi.org/project/qtconsole/"
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-ipykernel' 'python2-ipykernel'
+             'python-jupyter_core' 'python2-jupyter_core' 'python-jupyter_client'
+             'python2-jupyter_client' 'python-traitlets' 'python2-traitlets'
+             'python-pygments' 'python2-pygments' 'python-pyzmq' 'python2-pyzmq'
+             'python-pyqt5' 'python2-pyqt5' 'python-sip' 'python2-sip' 'qt5-svg')
+checkdepends=('python-nose' 'python2-nose')
+source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz")
+md5sums=('5044c3bcb626a7a35f47ac96654f2ad0')
+
+prepare() {
+  cd "$srcdir"
+  cp -r qtconsole-$pkgver python2-qtconsole-$pkgver
+}
+
+build() {
+  cd "$srcdir/qtconsole-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python2-qtconsole-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/qtconsole-$pkgver"
+  nosetests qtconsole
+
+  cd "$srcdir/python2-qtconsole-$pkgver"
+  nosetests2 qtconsole
+}
+
+package_python-qtconsole() {
+depends=('python-ipykernel' 'python-jupyter_core' 'python-jupyter_client'
+         'python-traitlets' 'python-pygments' 'python-pyzmq'
+         'qt5-svg' 'python-pyqt5' 'python-sip')
+  cd "$srcdir/qtconsole-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  cd examples
+  # FS#47046 fix .desktop icon
+  # FS#57556 fix .desktop icon again
+  sed -i 's|^Icon=.*$|Icon=/usr/lib/python3.7/site-packages/qtconsole/resources/icon/JupyterConsole|' \
+    jupyter-qtconsole.desktop
+  install -Dm644 jupyter-qtconsole.desktop \
+    "$pkgdir/usr/share/applications/jupyter-qtconsole.desktop"
+
+}
+
+package_python2-qtconsole() {
+  depends=('python2-ipykernel' 'python2-jupyter_core' 'python2-jupyter_client'
+           'python2-traitlets' 'python2-pygments' 'python2-pyzmq'
+           'qt5-svg' 'python2-pyqt5' 'python2-sip')
+
+  cd "$srcdir/python2-qtconsole-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  cd "$pkgdir/usr/bin"
+  mv jupyter-qtconsole jupyter-qtconsole-py2
+}



More information about the arch-commits mailing list