Date: Wednesday, April 26, 2023 @ 18:24:52
  Author: arojas
Revision: 1448829

archrelease: copy trunk to community-staging-any

Added:
  jupyter-nbclient/repos/community-staging-any/PKGBUILD
    (from rev 1448828, jupyter-nbclient/trunk/PKGBUILD)
Deleted:
  jupyter-nbclient/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-26 18:24:42 UTC (rev 1448828)
+++ PKGBUILD    2023-04-26 18:24:52 UTC (rev 1448829)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Kyle Keen <[email protected]>
-
-pkgname=jupyter-nbclient
-pkgver=0.7.3
-pkgrel=3
-pkgdesc='A tool for running Jupyter Notebooks in different execution contexts'
-arch=(any)
-url='https://github.com/jupyter/nbclient'
-license=(BSD)
-depends=(python-nest-asyncio python-traitlets python-async_generator 
python-jupyter-client jupyter-nbformat python-testpath)
-makedepends=(python-build python-installer python-hatchling)
-checkdepends=(python-pytest-asyncio python-xmltodict jupyter-nbconvert 
python-ipywidgets python-flaky)
-source=(https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('a8db99eb1ae5b1925039d8e91c77ea7410d6ce6c071eb075c4509d166d0be3b6')
-
-build() {
-  cd nbclient-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd nbclient-$pkgver
-  pytest -v
-}
-
-package() {
-  cd nbclient-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: jupyter-nbclient/repos/community-staging-any/PKGBUILD (from rev 
1448828, jupyter-nbclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-26 18:24:52 UTC (rev 1448829)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Kyle Keen <[email protected]>
+
+pkgname=jupyter-nbclient
+pkgver=0.7.4
+pkgrel=2
+pkgdesc='A tool for running Jupyter Notebooks in different execution contexts'
+arch=(any)
+url='https://github.com/jupyter/nbclient'
+license=(BSD)
+depends=(python-traitlets python-jupyter-client jupyter-nbformat 
python-testpath)
+makedepends=(python-build python-installer python-hatchling)
+checkdepends=(python-pytest-asyncio python-xmltodict jupyter-nbconvert 
python-ipywidgets python-flaky)
+source=(https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('faa17a5253d6e8ec0db50a0dbe520899cb6840b3908112cba9462cc9b0cc21e2')
+
+build() {
+  cd nbclient-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd nbclient-$pkgver
+  pytest -v
+}
+
+package() {
+  cd nbclient-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}

Reply via email to