Date: Monday, January 30, 2023 @ 21:17:30
  Author: arojas
Revision: 1391314

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-30 21:17:21 UTC (rev 1391313)
+++ PKGBUILD    2023-01-30 21:17:30 UTC (rev 1391314)
@@ -1,32 +0,0 @@
-# Maintainer: Kyle Keen <[email protected]>
-
-pkgname=python-ipykernel
-pkgver=6.20.2
-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')
-makedepends=('python-build' 'python-installer' 'python-hatchling')
-checkdepends=('python-pytest-timeout' 'python-pytest-asyncio' 'python-flaky' 
'python-ipyparallel' 'python-matplotlib')
-source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/v$pkgver.tar.gz";)
-sha256sums=('e00c4d9cafb5e74788276a274ba0adb381f942612798d01aaef68b28b9192c2a')
-
-# 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 1391313, 
python-ipykernel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-30 21:17:30 UTC (rev 1391314)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Kyle Keen <[email protected]>
+
+_pyname=ipykernel
+pkgname=python-$_pyname
+pkgver=6.21.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)
+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=('06a8b05e23232d80e9d59c9a879732c27ac36dff089153ac2554b9ae174e1a36')
+
+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 COPYING.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to