* update psutils to 3.3.7-2

This commit is contained in:
Alexander Baldeck 2025-01-04 21:16:01 +01:00
parent 532af8f595
commit 39c1b9071f
2 changed files with 6 additions and 18 deletions

View File

@ -1,6 +1,6 @@
pkgbase = psutils
pkgdesc = A set of postscript utilities
pkgver = 3.3.6
pkgver = 3.3.7
pkgrel = 2
url = https://github.com/rrthomas/psutils
arch = any
@ -17,7 +17,7 @@ pkgbase = psutils
depends = python
depends = python-puremagic
depends = python-pypdf
source = https://github.com/rrthomas/psutils/releases/download/v3.3.6/pspdfutils-3.3.6.tar.gz
sha256sums = 52a2d0e1ef5e7294dd1608ceb14b2024fb99c7b466e68343384f4b6c5f8ba659
source = https://github.com/rrthomas/psutils/releases/download/v3.3.7/psutils-3.3.7.tar.gz
sha256sums = 73a60d2e9e80713bfd5d1be6912e7d05bcb5362957b4b1e871bf7fc7d42dd874
pkgname = psutils

View File

@ -5,8 +5,7 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=psutils
_pyname=pspdfutils
pkgver=3.3.6
pkgver=3.3.7
pkgrel=2
pkgdesc='A set of postscript utilities'
arch=(any)
@ -22,20 +21,9 @@ makedepends=(python-{build,installer,wheel}
checkdepends=(ghostscript
python-pytest-datafiles
python-wand)
# provides=("python-$_pyname=$pkgver")
_archive="$_pyname-$pkgver"
_archive="$pkgname-$pkgver"
source=("$url/releases/download/v$pkgver/$_archive.tar.gz")
sha256sums=('52a2d0e1ef5e7294dd1608ceb14b2024fb99c7b466e68343384f4b6c5f8ba659')
prepare() {
cd "$_archive"
# unpin too-aggressive dependency pinning by just removing them,
# we're providing them anyway
sed -i \
-e '/pytest-datafiles/d' \
-e '/Wand/d' \
pyproject.toml
}
sha256sums=('73a60d2e9e80713bfd5d1be6912e7d05bcb5362957b4b1e871bf7fc7d42dd874')
build() {
cd "$_archive"