Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-ipycanvas
Commits: 4439126a by Antonio Rojas at 2024-04-09T16:59:43+02:00 upgpkg: 0.13.1-3: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = python-ipycanvas + pkgdesc = Interactive widgets library exposing the browser's Canvas API + pkgver = 0.13.1 + pkgrel = 3 + url = https://github.com/martinRenou/ipycanvas + arch = any + license = BSD + makedepends = python-build + makedepends = python-installer + makedepends = python-jupyter_packaging + makedepends = jupyterlab + depends = python-ipywidgets + depends = python-pillow + depends = python-numpy + source = https://files.pythonhosted.org/packages/source/i/ipycanvas/ipycanvas-0.13.1.tar.gz + sha256sums = f9c3940681bc38383390f8c46ea5d8445d6e11c6da6484c37d89df5ae1dac131 + +pkgname = python-ipycanvas ===================================== PKGBUILD ===================================== @@ -3,13 +3,13 @@ pkgname=python-ipycanvas _pyname=${pkgname#python-} pkgver=0.13.1 -pkgrel=2 +pkgrel=3 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) +depends=(python-ipywidgets python-pillow python-numpy) makedepends=(python-build python-installer python-jupyter_packaging jupyterlab) sha256sums=('f9c3940681bc38383390f8c46ea5d8445d6e11c6da6484c37d89df5ae1dac131') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipycanvas/-/commit/4439126aaa70ccb5bd29e2806c2f0c6c94d5fe1d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipycanvas/-/commit/4439126aaa70ccb5bd29e2806c2f0c6c94d5fe1d You're receiving this email because of your account on gitlab.archlinux.org.
