[arch-commits] Commit in python-ipycanvas/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Aug 29 13:23:25 UTC 2022
Date: Monday, August 29, 2022 @ 13:23:25
Author: arojas
Revision: 1285185
archrelease: copy trunk to community-any
Added:
python-ipycanvas/repos/community-any/PKGBUILD
(from rev 1285184, python-ipycanvas/trunk/PKGBUILD)
Deleted:
python-ipycanvas/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-29 13:23:16 UTC (rev 1285184)
+++ PKGBUILD 2022-08-29 13:23:25 UTC (rev 1285185)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=python-ipycanvas
-_pyname=${pkgname#python-}
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="Interactive widgets library exposing the browser's Canvas API"
-url='https://github.com/martinRenou/ipycanvas'
-arch=(any)
-license=(BSD)
-source=(https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz)
-depends=(python-ipywidgets python-pillow python-numpy python-setuptools)
-makedepends=(python-build python-installer python-jupyter_packaging jupyterlab)
-sha256sums=('7e66bd2e4be956ea1ffedde3f56c8557d60583165493ae511a1dc86f496d7354')
-
-build() {
- cd $_pyname-$pkgver
- python -m build --wheel --no-isolation --skip-dependency-check
-}
-
-package() {
- cd $_pyname-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
- mv "$pkgdir"/{usr/,}etc
-}
Copied: python-ipycanvas/repos/community-any/PKGBUILD (from rev 1285184, python-ipycanvas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-29 13:23:25 UTC (rev 1285185)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=python-ipycanvas
+_pyname=${pkgname#python-}
+pkgver=0.13.1
+pkgrel=1
+pkgdesc="Interactive widgets library exposing the browser's Canvas API"
+url='https://github.com/martinRenou/ipycanvas'
+arch=(any)
+license=(BSD)
+source=(https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz)
+depends=(python-ipywidgets python-pillow python-numpy python-setuptools)
+makedepends=(python-build python-installer python-jupyter_packaging jupyterlab)
+sha256sums=('f9c3940681bc38383390f8c46ea5d8445d6e11c6da6484c37d89df5ae1dac131')
+
+build() {
+ cd $_pyname-$pkgver
+ python -m build --wheel --no-isolation --skip-dependency-check
+}
+
+package() {
+ cd $_pyname-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ mv "$pkgdir"/{usr/,}etc
+}
More information about the arch-commits
mailing list