Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-uhi
Commits: efd61b9e by Antonio Rojas at 2024-04-09T09:37:59+02:00 upgpkg: 0.4.0-1: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,22 @@ +pkgbase = python-uhi + pkgdesc = Contains the code for the PlottableHistogram Protocol, to be used in type checking libraries wanting to conform to the protocol. + pkgver = 0.4.0 + pkgrel = 1 + url = https://github.com/scikit-hep/uhi + arch = any + license = MIT + checkdepends = python-pytest + checkdepends = python-boost-histogram + checkdepends = python-importlib-metadata + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-hatch-vcs + makedepends = python-hatchling + depends = python-numpy + depends = python-typing_extensions + depends = root + source = python-uhi-0.4.0::git+https://github.com/scikit-hep/uhi#tag=v0.4.0 + sha256sums = 570ff7385e8a30f0744ce440a6d3b1d0232ffaa1643d4346913a93043c5ffe7a + +pkgname = python-uhi ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ _pkgname='uhi' pkgname="python-${_pkgname}" -pkgver='0.3.3' -pkgrel=2 +pkgver='0.4.0' +pkgrel=1 pkgdesc="Contains the code for the PlottableHistogram Protocol, to be used in type checking libraries wanting to conform to the protocol." arch=('any') url='https://github.com/scikit-hep/uhi' @@ -12,7 +12,7 @@ depends=('python-numpy' 'python-typing_extensions' 'root') makedepends=('git' 'python-build' 'python-installer' 'python-hatch-vcs' 'python-hatchling') checkdepends=('python-pytest' 'python-boost-histogram' 'python-importlib-metadata') source=("${pkgname}-${pkgver}::git+${url}#tag=v${pkgver}") -sha256sums=('SKIP') +sha256sums=('570ff7385e8a30f0744ce440a6d3b1d0232ffaa1643d4346913a93043c5ffe7a') build() { cd ${pkgname}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-uhi/-/commit/efd61b9e9f180669251c172272fe42107325519a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-uhi/-/commit/efd61b9e9f180669251c172272fe42107325519a You're receiving this email because of your account on gitlab.archlinux.org.
