[arch-commits] Commit in python-ipycanvas/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 27 13:49:57 UTC 2022


    Date: Saturday, August 27, 2022 @ 13:49:57
  Author: arojas
Revision: 1284797

upgpkg: python-ipycanvas 0.13.0-1: Update to 0.13.0

Modified:
  python-ipycanvas/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 13:49:39 UTC (rev 1284796)
+++ PKGBUILD	2022-08-27 13:49:57 UTC (rev 1284797)
@@ -2,7 +2,7 @@
 
 pkgname=python-ipycanvas
 _pyname=${pkgname#python-}
-pkgver=0.12.0
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="Interactive widgets library exposing the browser's Canvas API"
 url='https://github.com/martinRenou/ipycanvas'
@@ -9,18 +9,13 @@
 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)
+depends=(python-ipywidgets python-pillow python-numpy python-setuptools)
 makedepends=(python-build python-installer python-jupyter_packaging jupyterlab)
-sha256sums=('3984339cef0c15674e347dd65ffb0cd1edc62e37869cbb5efea46f3259e976f3')
+sha256sums=('7e66bd2e4be956ea1ffedde3f56c8557d60583165493ae511a1dc86f496d7354')
 
-prepare() {
-  cd $_pyname-$pkgver
-  sed -e 's|jupyter_packaging~=0.7.0|jupyter_packaging|' -i pyproject.toml # Drop version constraint
-}
-
 build() {
   cd $_pyname-$pkgver
-  python -m build --wheel --no-isolation
+  python -m build --wheel --no-isolation --skip-dependency-check
 }
 
 package() {



More information about the arch-commits mailing list