Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-scikit-hep-testdata
Commits: 01b0f5d7 by Antonio Rojas at 2024-04-09T09:27:54+02:00 upgpkg: 0.4.43-1: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,21 @@ +pkgbase = python-scikit-hep-testdata + pkgdesc = A common package to provide example files (e.g. ROOT) for testing and developing packages against + pkgver = 0.4.43 + pkgrel = 1 + url = https://github.com/scikit-hep/scikit-hep-testdata + arch = any + license = BSD + checkdepends = python-pytest + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-setuptools-scm + makedepends = python-toml + depends = python-pyaml + depends = python-requests + depends = python-importlib_resources + source = scikit-hep-testdata-0.4.43::git+https://github.com/scikit-hep/scikit-hep-testdata#tag=v0.4.43 + sha256sums = 13f208d241d59723f001d9721b75b07bcd103478849cd6e7eee139a12074279d + +pkgname = python-scikit-hep-testdata ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ _pkgname=scikit-hep-testdata pkgbase="python-${_pkgname}" pkgname=("${pkgbase}") -pkgver=0.4.25 -pkgrel=2 +pkgver=0.4.43 +pkgrel=1 pkgdesc='A common package to provide example files (e.g. ROOT) for testing and developing packages against' arch=('any') makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools-scm' 'python-toml') @@ -14,7 +14,7 @@ url="https://github.com/scikit-hep/${_pkgname}" license=('BSD') source=("${_pkgname}-${pkgver}::git+${url}#tag=v${pkgver}") -sha256sums=('SKIP') +sha256sums=('13f208d241d59723f001d9721b75b07bcd103478849cd6e7eee139a12074279d') build() { cd "${srcdir}/${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-hep-testdata/-/commit/01b0f5d7fa9d6341adc7e93af83ded975a71ad3a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-scikit-hep-testdata/-/commit/01b0f5d7fa9d6341adc7e93af83ded975a71ad3a You're receiving this email because of your account on gitlab.archlinux.org.
