Date: Monday, May 15, 2023 @ 20:20:23
  Author: arojas
Revision: 1461869

archrelease: copy trunk to community-any

Added:
  python-ipykernel/repos/community-any/PKGBUILD
    (from rev 1461868, python-ipykernel/trunk/PKGBUILD)
Deleted:
  python-ipykernel/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-15 20:20:15 UTC (rev 1461868)
+++ PKGBUILD    2023-05-15 20:20:23 UTC (rev 1461869)
@@ -1,33 +0,0 @@
-# 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
-}

Copied: python-ipykernel/repos/community-any/PKGBUILD (from rev 1461868, 
python-ipykernel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-15 20:20:23 UTC (rev 1461869)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Kyle Keen <[email protected]>
+
+_pyname=ipykernel
+pkgname=python-$_pyname
+pkgver=6.23.1
+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-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=('f40f5c371c5e1a555ba407714cb266ec54909eab40f9fe66148b7f0774677df4')
+
+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
+}

Reply via email to