Date: Monday, March 6, 2023 @ 21:07:56
Author: arojas
Revision: 1416250
archrelease: copy trunk to community-any
Added:
jupyter-console/repos/community-any/PKGBUILD
(from rev 1416249, jupyter-console/trunk/PKGBUILD)
Deleted:
jupyter-console/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-06 21:07:07 UTC (rev 1416249)
+++ PKGBUILD 2023-03-06 21:07:56 UTC (rev 1416250)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Kyle Keen <[email protected]>
-
-_pyname=jupyter_console
-pkgname=${_pyname/_/-}
-pkgver=6.6.2
-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=('7385dfed8a01fd51e3c98449dae24f38c1ba015d2073835e785671653a0967fc')
-
-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 1416249,
jupyter-console/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-06 21:07:56 UTC (rev 1416250)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Kyle Keen <[email protected]>
+
+_pyname=jupyter_console
+pkgname=${_pyname/_/-}
+pkgver=6.6.3
+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=('566a4bf31c87adbfadf22cdf846e3069b59a71ed5da71d6ba4d8aaad14a53539')
+
+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
+}