[arch-commits] Commit in python-ipykernel/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Aug 29 21:38:10 UTC 2022
Date: Monday, August 29, 2022 @ 21:38:10
Author: arojas
Revision: 1286279
archrelease: copy trunk to community-any
Added:
python-ipykernel/repos/community-any/PKGBUILD
(from rev 1286277, python-ipykernel/trunk/PKGBUILD)
Deleted:
python-ipykernel/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-29 21:38:09 UTC (rev 1286278)
+++ PKGBUILD 2022-08-29 21:38:10 UTC (rev 1286279)
@@ -1,32 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-ipykernel
-pkgver=6.15.1
-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=('99da6e9b03ea3aaa14fb655261a0eeeac364fa049969c2a8c3e327549ffedd35')
-
-# 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 1286277, python-ipykernel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-29 21:38:10 UTC (rev 1286279)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-ipykernel
+pkgver=6.15.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' '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=('5e795cad4f28c2c97f47f632b888eda72203b6b236d89bd423a9b5d1d7f84381')
+
+# 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