Date: Tuesday, May 9, 2023 @ 11:44:25
Author: arojas
Revision: 1459622
archrelease: copy trunk to community-any
Added:
python-ipykernel/repos/community-any/PKGBUILD
(from rev 1459621, python-ipykernel/trunk/PKGBUILD)
Deleted:
python-ipykernel/repos/community-any/PKGBUILD
----------+
PKGBUILD | 65 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-09 11:44:16 UTC (rev 1459621)
+++ PKGBUILD 2023-05-09 11:44:25 UTC (rev 1459622)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Kyle Keen <[email protected]>
-
-_pyname=ipykernel
-pkgname=python-$_pyname
-pkgver=6.23.0
-pkgrel=1
-pkgdesc='The ipython kernel for Jupyter'
-arch=(any)
-url='https://pypi.org/project/ipykernel/'
-license=(BSD)
-depends=(python-comm python-tornado ipython python-jupyter-client
python-debugpy python-psutil python-nest-asyncio)
-makedepends=(python-build python-installer python-hatchling)
-checkdepends=(python-pytest-timeout python-pytest-asyncio python-flaky
python-ipyparallel python-matplotlib)
-source=(https://github.com/ipython/ipykernel/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('72a4f1e1f3e49c95875fe11ef6ceb0bb695bfd6431c948b2a27ef114e546541d')
-
-build() {
- cd $_pyname-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd $_pyname-$pkgver
- pytest -v
-}
-
-package() {
- cd $_pyname-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: python-ipykernel/repos/community-any/PKGBUILD (from rev 1459621,
python-ipykernel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-09 11:44:25 UTC (rev 1459622)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Kyle Keen <[email protected]>
+
+_pyname=ipykernel
+pkgname=python-$_pyname
+pkgver=6.23.0
+pkgrel=2
+pkgdesc='The ipython kernel for Jupyter'
+arch=(any)
+url='https://pypi.org/project/ipykernel/'
+license=(BSD)
+depends=(python-comm python-tornado ipython python-jupyter-client
python-psutil python-nest-asyncio)
+makedepends=(python-build python-installer python-hatchling)
+checkdepends=(python-pytest-timeout python-pytest-asyncio python-flaky
python-ipyparallel python-matplotlib python-debugpy)
+optdepends=('python-debugpy: debugger support')
+source=(https://github.com/ipython/ipykernel/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('72a4f1e1f3e49c95875fe11ef6ceb0bb695bfd6431c948b2a27ef114e546541d')
+
+build() {
+ cd $_pyname-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd $_pyname-$pkgver
+ pytest -v
+}
+
+package() {
+ cd $_pyname-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}