Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-colorcet
Commits: bb9717eb by Jelle van der Waa at 2024-11-29T21:30:03+01:00 upgpkg: 3.1.0-3: Rebuild for Python 3.13 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-colorcet pkgdesc = Set of useful perceptually uniform colormaps for plotting scientific data pkgver = 3.1.0 - pkgrel = 2 + pkgrel = 3 url = https://colorcet.holoviz.org/ arch = any license = CC-BY-4.0 @@ -13,6 +13,6 @@ pkgbase = python-colorcet makedepends = python-wheel depends = python-pyct source = https://github.com/holoviz/colorcet/archive/v3.1.0/python-colorcet-3.1.0.tar.gz - sha256sums = 810b53ba732b439c37c15eed122069d38e77b44aa69ca099442121b57d167e38 + sha256sums = 00300d1b4e0b8f12d4ba9de491726c71bbf22e32d9f152a6359b0a4c1a4a8e2a pkgname = python-colorcet ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _pkg=colorcet pkgname=python-${_pkg} pkgver=3.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="Set of useful perceptually uniform colormaps for plotting scientific data" arch=(any) url="https://colorcet.holoviz.org/" @@ -19,7 +19,7 @@ makedepends=( checkdepends=(python-pytest) source=(https://github.com/holoviz/colorcet/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) #source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz) -sha256sums=('810b53ba732b439c37c15eed122069d38e77b44aa69ca099442121b57d167e38') +sha256sums=('00300d1b4e0b8f12d4ba9de491726c71bbf22e32d9f152a6359b0a4c1a4a8e2a') build() { cd ${_pkg}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-colorcet/-/commit/bb9717eb4e49c0d5104ee95670af1d20008f9f79 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-colorcet/-/commit/bb9717eb4e49c0d5104ee95670af1d20008f9f79 You're receiving this email because of your account on gitlab.archlinux.org.