Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / pystatgrab
Commits: 7cb488aa by Jelle van der Waa at 2024-04-13T16:58:47+02:00 upgpkg: 0.7.2-1: rebuild with python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = pystatgrab + pkgdesc = Python bindings for libstatgrab + pkgver = 0.7.2 + pkgrel = 1 + url = https://www.i-scream.org/pystatgrab + arch = x86_64 + license = GPL + makedepends = cython + makedepends = python-setuptools + depends = python + depends = libstatgrab + source = https://ftp.i-scream.org/pub/i-scream/pystatgrab/pystatgrab-0.7.2.tar.gz + source = https://ftp.i-scream.org/pub/i-scream/pystatgrab/pystatgrab-0.7.2.tar.gz.asc + validpgpkeys = 4BD95F908A5040E8D26CD6816C226B37FDF38D55 + sha256sums = dbef0b5fbc073c8956c0b630b48a89bf14afb8cb32c1fff3af13f389f73d6b31 + sha256sums = SKIP + +pkgname = pystatgrab ===================================== PKGBUILD ===================================== @@ -2,17 +2,17 @@ # Contributor: Hugo Ideler <[email protected]> pkgname=pystatgrab -pkgver=0.7.1 -pkgrel=3 +pkgver=0.7.2 +pkgrel=1 pkgdesc="Python bindings for libstatgrab" arch=('x86_64') url="https://www.i-scream.org/pystatgrab" license=('GPL') depends=('python' 'libstatgrab') -makedepends=('cython') +makedepends=('cython' 'python-setuptools') validpgpkeys=('4BD95F908A5040E8D26CD6816C226B37FDF38D55') # Tim Bishop <[email protected]> source=(https://ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}) -sha256sums=('40a71a0e915df1cc8874bdcd52d2a34c8fa234915f2021c137934321ac886e9f' +sha256sums=('dbef0b5fbc073c8956c0b630b48a89bf14afb8cb32c1fff3af13f389f73d6b31' 'SKIP') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pystatgrab/-/commit/7cb488aab8e76d6b2354cdbabf22907151f11393 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pystatgrab/-/commit/7cb488aab8e76d6b2354cdbabf22907151f11393 You're receiving this email because of your account on gitlab.archlinux.org.
