Date: Monday, February 13, 2023 @ 21:07:12
  Author: arojas
Revision: 1400396

archrelease: copy trunk to community-any

Added:
  jupyter-console/repos/community-any/PKGBUILD
    (from rev 1400395, jupyter-console/trunk/PKGBUILD)
Deleted:
  jupyter-console/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-13 21:07:02 UTC (rev 1400395)
+++ PKGBUILD    2023-02-13 21:07:12 UTC (rev 1400396)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Kyle Keen <[email protected]>
-
-_pyname=jupyter_console
-pkgname=${_pyname/_/-}
-pkgver=6.5.0
-pkgrel=1
-pkgdesc='An IPython-like terminal frontend for Jupyter kernels in any language'
-arch=(any)
-url='https://pypi.org/project/jupyter_console/'
-license=(BSD)
-depends=(python-jupyter-client)
-makedepends=(python-build python-installer python-wheel python-setuptools)
-checkdepends=(python-pytest)
-conflicts=(jupyter_console)
-provides=(jupyter_console)
-replaces=(jupyter_console)
-source=(https://pypi.python.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('67e68f1da16bc3f6f78ed846dd5543ec0679369f8504734f10bfd206faae39ea')
-
-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
-  rm -r "$pkgdir"/usr/lib/python*/site-packages/$_pyname/tests
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: jupyter-console/repos/community-any/PKGBUILD (from rev 1400395, 
jupyter-console/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-13 21:07:12 UTC (rev 1400396)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Kyle Keen <[email protected]>
+
+_pyname=jupyter_console
+pkgname=${_pyname/_/-}
+pkgver=6.5.1
+pkgrel=1
+pkgdesc='An IPython-like terminal frontend for Jupyter kernels in any language'
+arch=(any)
+url='https://pypi.org/project/jupyter_console/'
+license=(BSD)
+depends=(python-jupyter-client)
+makedepends=(python-build python-installer python-wheel python-setuptools)
+checkdepends=(python-pytest)
+conflicts=(jupyter_console)
+provides=(jupyter_console)
+replaces=(jupyter_console)
+source=(https://pypi.python.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
+sha256sums=('6b91b7b6e8a715053b536db209a2f4b02429d7b28db27373a56a26b0bebd620b')
+
+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
+  rm -r "$pkgdir"/usr/lib/python*/site-packages/$_pyname/tests
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Reply via email to