[arch-commits] Commit in python-ipykernel/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Jun 15 17:15:27 UTC 2022
Date: Wednesday, June 15, 2022 @ 17:15:27
Author: arojas
Revision: 1238041
archrelease: copy trunk to community-any
Added:
python-ipykernel/repos/community-any/PKGBUILD
(from rev 1238040, python-ipykernel/trunk/PKGBUILD)
Deleted:
python-ipykernel/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-15 17:15:16 UTC (rev 1238040)
+++ PKGBUILD 2022-06-15 17:15:27 UTC (rev 1238041)
@@ -1,32 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-ipykernel
-pkgver=6.14.0
-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' 'python-psutil')
-makedepends=('python-build' 'python-installer' 'python-hatchling')
-checkdepends=('python-pytest-timeout' 'python-mock' 'python-flaky' 'python-ipyparallel')
-source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/v$pkgver.tar.gz")
-sha256sums=('fc8c9126a6875c5323696fa9def0b8b86e1cc1994d4cc30e0d7cf470d48106ae')
-
-# dep cycle with python-jupyter_client
-
-build() {
- cd ipykernel-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd ipykernel-$pkgver
- pytest -v
-}
-
-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 1238040, python-ipykernel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-15 17:15:27 UTC (rev 1238041)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-ipykernel
+pkgver=6.15.0
+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' 'python-psutil')
+makedepends=('python-build' 'python-installer' 'python-hatchling')
+checkdepends=('python-pytest-timeout' 'python-mock' 'python-flaky' 'python-ipyparallel' 'python-matplotlib')
+source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/v$pkgver.tar.gz")
+sha256sums=('713ad20e7ac26563430670236a1b11ee6b23b83cb398d32d57858443497ffdff')
+
+# dep cycle with python-jupyter_client
+
+build() {
+ cd ipykernel-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd ipykernel-$pkgver
+ pytest -v
+}
+
+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