Date: Monday, April 17, 2023 @ 19:04:17
  Author: arojas
Revision: 1447052

archrelease: copy trunk to community-staging-any

Added:
  python-hatch-jupyter-builder/repos/community-staging-any/PKGBUILD
    (from rev 1447051, python-hatch-jupyter-builder/trunk/PKGBUILD)
Deleted:
  python-hatch-jupyter-builder/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-17 19:04:07 UTC (rev 1447051)
+++ PKGBUILD    2023-04-17 19:04:17 UTC (rev 1447052)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-_pipname=hatch_jupyter_builder
-pkgname=python-hatch-jupyter-builder
-pkgver=0.8.2
-pkgrel=3
-pkgdesc='A hatch plugin to help build Jupyter packages'
-arch=(any)
-url='https://jupyter.org/'
-license=(custom)
-depends=(python-hatchling)
-makedepends=(python-build python-installer)
-checkdepends=(python-pytest python-pytest-mock)
-source=(https://github.com/jupyterlab/hatch-jupyter-builder/releases/download/v$pkgver/${_pipname//-/_}-$pkgver.tar.gz)
-sha256sums=('6436daace48622cefc8585c5d2988a1046c074b65ab5715de04666535a5edff7')
-
-build() {
-  cd $_pipname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $_pipname-$pkgver
-  pytest -v
-}
-
-package() {
-  cd $_pipname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-hatch-jupyter-builder/repos/community-staging-any/PKGBUILD (from 
rev 1447051, python-hatch-jupyter-builder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-17 19:04:17 UTC (rev 1447052)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+_pipname=hatch_jupyter_builder
+pkgname=python-hatch-jupyter-builder
+pkgver=0.8.3
+pkgrel=2
+pkgdesc='A hatch plugin to help build Jupyter packages'
+arch=(any)
+url='https://jupyter.org/'
+license=(custom)
+depends=(python-hatchling)
+makedepends=(python-build python-installer)
+checkdepends=(python-pytest python-pytest-mock)
+source=(https://github.com/jupyterlab/hatch-jupyter-builder/releases/download/v$pkgver/${_pipname//-/_}-$pkgver.tar.gz)
+sha256sums=('0dbd14a8aef6636764f88a8fd1fcc9a91921e5c50356e6aab251782f264ae960')
+
+build() {
+  cd $_pipname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $_pipname-$pkgver
+  pytest -v
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Reply via email to