[arch-commits] Commit in python-qtconsole/repos/community-any (PKGBUILD PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Mon Oct 21 10:41:23 UTC 2019
Date: Monday, October 21, 2019 @ 10:41:23
Author: kkeen
Revision: 518065
archrelease: copy trunk to community-any
Added:
python-qtconsole/repos/community-any/PKGBUILD
(from rev 518064, python-qtconsole/trunk/PKGBUILD)
Deleted:
python-qtconsole/repos/community-any/PKGBUILD
----------+
PKGBUILD | 144 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 72 insertions(+), 72 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-21 10:40:52 UTC (rev 518064)
+++ PKGBUILD 2019-10-21 10:41:23 UTC (rev 518065)
@@ -1,72 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgbase=python-qtconsole
-pkgname=(python-qtconsole python2-qtconsole)
-pkgver=4.5.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' 'python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz")
-md5sums=('3c267f60d3e0299079ea225a2af2f338')
-
-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() {
- # tests require an active X session
- return
- 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
-}
Copied: python-qtconsole/repos/community-any/PKGBUILD (from rev 518064, python-qtconsole/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-21 10:41:23 UTC (rev 518065)
@@ -0,0 +1,72 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgbase=python-qtconsole
+pkgname=(python-qtconsole python2-qtconsole)
+pkgver=4.5.5
+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' 'python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz")
+md5sums=('b6e58c890712d9522f2bb2d28b5ace39')
+
+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() {
+ # tests require an active X session
+ return
+ 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