Date: Monday, March 6, 2023 @ 21:32:12
  Author: arojas
Revision: 1416256

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-06 21:32:01 UTC (rev 1416255)
+++ PKGBUILD    2023-03-06 21:32:12 UTC (rev 1416256)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Kyle Keen <[email protected]>
-
-_pyname=ipykernel
-pkgname=python-$_pyname
-pkgver=6.21.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 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=('b078f93f8b9abf61deda232f5e16953c0d386af4b6b165d5c583167ac703f0f7')
-
-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
-}

Copied: python-ipykernel/repos/community-any/PKGBUILD (from rev 1416255, 
python-ipykernel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-06 21:32:12 UTC (rev 1416256)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Kyle Keen <[email protected]>
+
+_pyname=ipykernel
+pkgname=python-$_pyname
+pkgver=6.21.3
+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=('0cbc264db1836c233c25a041edba7399c686fddef4ce4a010efeed4fb8b9fe3d')
+
+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