[arch-commits] Commit in python-ipykernel/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Mar 16 08:11:43 UTC 2022
Date: Wednesday, March 16, 2022 @ 08:11:43
Author: arojas
Revision: 1155314
archrelease: copy trunk to community-any
Added:
python-ipykernel/repos/community-any/PKGBUILD
(from rev 1155313, python-ipykernel/trunk/PKGBUILD)
Deleted:
python-ipykernel/repos/community-any/PKGBUILD
----------+
PKGBUILD | 65 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-16 08:11:24 UTC (rev 1155313)
+++ PKGBUILD 2022-03-16 08:11:43 UTC (rev 1155314)
@@ -1,33 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-ipykernel
-pkgver=6.9.2
-pkgrel=1
-pkgdesc="The ipython kernel for Jupyter"
-arch=('any')
-url="https://pypi.org/project/ipykernel/"
-license=('BSD')
-depends=('python-traitlets' 'python-tornado' 'ipython' 'python-jupyter_client' 'python-debugpy')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-pytest' 'python-mock' 'python-flaky' 'python-ipyparallel')
-source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/v$pkgver.tar.gz")
-md5sums=('3eca3a689db1ee79c6252ac29cfb6352')
-
-# dep cycle with python-jupyter_client
-
-build() {
- cd ipykernel-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd ipykernel-$pkgver
- pytest
- # tests fail both locally and in a chroot, for different reasons
-}
-
-package() {
- cd ipykernel-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: python-ipykernel/repos/community-any/PKGBUILD (from rev 1155313, python-ipykernel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-03-16 08:11:43 UTC (rev 1155314)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-ipykernel
+pkgver=6.9.2
+pkgrel=2
+pkgdesc="The ipython kernel for Jupyter"
+arch=('any')
+url="https://pypi.org/project/ipykernel/"
+license=('BSD')
+depends=('python-traitlets' 'python-tornado' 'ipython' 'python-jupyter_client' 'python-debugpy' 'python-psutil')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+checkdepends=('python-pytest' 'python-mock' 'python-flaky' 'python-ipyparallel')
+source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/v$pkgver.tar.gz")
+md5sums=('3eca3a689db1ee79c6252ac29cfb6352')
+
+# dep cycle with python-jupyter_client
+
+build() {
+ cd ipykernel-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd ipykernel-$pkgver
+ pytest
+}
+
+package() {
+ cd ipykernel-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list