Date: Wednesday, February 22, 2023 @ 09:08:27
Author: arojas
Revision: 1403484
archrelease: copy trunk to community-any
Added:
jupyter-console/repos/community-any/PKGBUILD
(from rev 1403483, 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-22 09:08:17 UTC (rev 1403483)
+++ PKGBUILD 2023-02-22 09:08:27 UTC (rev 1403484)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Kyle Keen <[email protected]>
-
-_pyname=jupyter_console
-pkgname=${_pyname/_/-}
-pkgver=6.6.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-hatchling)
-checkdepends=(python-pytest python-flaky)
-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=('0ce8b5596df6b2453d56d1127aaa3e7b0e3c8fb73d48dcc77162753019b78215')
-
-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 1403483,
jupyter-console/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-22 09:08:27 UTC (rev 1403484)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Kyle Keen <[email protected]>
+
+_pyname=jupyter_console
+pkgname=${_pyname/_/-}
+pkgver=6.6.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-hatchling)
+checkdepends=(python-pytest python-flaky)
+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=('5931212d5cbc1f956f6fd615755b5e15f389a8eaa697288dbbe4377017615ecc')
+
+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
+}