Date: Thursday, November 24, 2022 @ 16:34:27
Author: arojas
Revision: 1353519
archrelease: copy trunk to community-any
Added:
python-comm/repos/community-any/PKGBUILD
(from rev 1353518, python-comm/trunk/PKGBUILD)
Deleted:
python-comm/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-24 16:34:19 UTC (rev 1353518)
+++ PKGBUILD 2022-11-24 16:34:27 UTC (rev 1353519)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-_pyname=comm
-pkgname=python-$_pyname
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='Python Comm implementation for the Jupyter kernel protocol'
-arch=(any)
-url='https://pypi.org/project/comm/'
-license=(BSD)
-depends=(python-traitlets)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest)
-source=(https://github.com/ipython/$_pyname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('911f08417bc99b807c3caed5810e34d1ebf1a981c8d240cf59356452633d2c86')
-
-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
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: python-comm/repos/community-any/PKGBUILD (from rev 1353518,
python-comm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-24 16:34:27 UTC (rev 1353519)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+_pyname=comm
+pkgname=python-$_pyname
+pkgver=0.1.1
+pkgrel=1
+pkgdesc='Python Comm implementation for the Jupyter kernel protocol'
+arch=(any)
+url='https://pypi.org/project/comm/'
+license=(BSD)
+depends=(python-traitlets)
+makedepends=(python-build python-installer python-hatchling)
+checkdepends=(python-pytest)
+source=(https://github.com/ipython/$_pyname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('2868dfd1e482b821a929d662bf3d89adeb8a091239bf1497187797fe9e4c12fa')
+
+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
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}