Date: Friday, April 14, 2023 @ 17:29:25
Author: arojas
Revision: 1446057
archrelease: copy trunk to community-any
Added:
python-jupyter-ydoc/repos/community-any/PKGBUILD
(from rev 1446056, python-jupyter-ydoc/trunk/PKGBUILD)
Deleted:
python-jupyter-ydoc/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-14 17:29:14 UTC (rev 1446056)
+++ PKGBUILD 2023-04-14 17:29:25 UTC (rev 1446057)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-_pyname=jupyter_ydoc
-pkgname=python-${_pyname//_/-}
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Document structures for collaborative editing using Ypy'
-arch=(any)
-url='https://jupyter.org/'
-license=(MIT)
-depends=(python-ypy-websocket)
-makedepends=(python-build python-installer python-hatchling
python-hatch-nodejs-version)
-checkdepends=(python-pytest-asyncio python-websockets)
-source=(https://pypi.python.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('322f7e8c2943d3926fd1add3b923547e31bb33acc87cee0c5ce752b6a1eeae1b')
-
-build() {
- cd $_pyname-$pkgver
- python -m build --wheel --no-isolation
-}
-
-#check() {
-# cd $_pyname-$pkgver
-# python -m venv --system-site-packages test-env
-# test-env/bin/python -m installer dist/*.whl
-# test-env/bin/python -m pytest -v
-#}
-
-package() {
- cd $_pyname-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: python-jupyter-ydoc/repos/community-any/PKGBUILD (from rev 1446056,
python-jupyter-ydoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-14 17:29:25 UTC (rev 1446057)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+_pyname=jupyter_ydoc
+pkgname=python-${_pyname//_/-}
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Document structures for collaborative editing using Ypy'
+arch=(any)
+url='https://jupyter.org/'
+license=(MIT)
+depends=(python-ypy-websocket)
+makedepends=(python-build python-installer python-hatchling
python-hatch-nodejs-version)
+checkdepends=(python-pytest-asyncio python-websockets)
+source=(https://pypi.python.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
+sha256sums=('0f95bede3f1e081e07d5c57c03c658e3a5247e0ef18889074fbefa20dd3eca53')
+
+build() {
+ cd $_pyname-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+#check() {
+# cd $_pyname-$pkgver
+# python -m venv --system-site-packages test-env
+# test-env/bin/python -m installer dist/*.whl
+# test-env/bin/python -m pytest -v
+#}
+
+package() {
+ cd $_pyname-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}