Date: Monday, May 8, 2023 @ 19:01:44
Author: arojas
Revision: 1459514
archrelease: copy trunk to community-any
Added:
python-ipykernel/repos/community-any/PKGBUILD
(from rev 1459513, python-ipykernel/trunk/PKGBUILD)
Deleted:
python-ipykernel/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-08 19:01:28 UTC (rev 1459513)
+++ PKGBUILD 2023-05-08 19:01:44 UTC (rev 1459514)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Kyle Keen <[email protected]>
-
-_pyname=ipykernel
-pkgname=python-$_pyname
-pkgver=6.22.0
-pkgrel=3
-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=('0dd26e55f9a975e58049e1f4f2ea4306a98deb748cb4d25cac774597aa3a1546')
-
-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 1459513,
python-ipykernel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-08 19:01:44 UTC (rev 1459514)
@@ -0,0 +1,32 @@
+# 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
+}