1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 05:20:32 +01:00

upgpkg: python-pydicom 2.4.1-1

upstream release
This commit is contained in:
2023-07-09 10:54:30 +02:00
parent 26e0bf4443
commit 7b593f635c
2 changed files with 7 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# Contributor: wedjat <wedjat@protonmail.com>
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=python-pydicom
pkgver=2.3.1
pkgver=2.4.1
pkgrel=1
pkgdesc="Pure python package for working with DICOM files"
arch=("any")
@@ -19,7 +19,7 @@ optdepends=('python-numpy: for working with pixel data'
)
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz")
md5sums=('a9a56b33052c04cf2a7741c34fe25af0')
md5sums=('52f083818dbe75469912001662641b96')
build()
{
@@ -38,5 +38,6 @@ package()
check()
{
cd "$srcdir/pydicom-$pkgver"
PYTHONDONTWRITEBYTECODE=1 pytest
# CLI tests are broken, skip those
PYTHONDONTWRITEBYTECODE=1 pytest -k "not TestCLIcall"
}