Bert Peters pushed to branch main at Arch Linux / Packaging / Packages /
python-pydicom
Commits:
51af2b04 by Bert Peters at 2024-09-24T21:22:36+02:00
upgpkg: 3.0.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,13 @@
pkgbase = python-pydicom
pkgdesc = Pure python package for working with DICOM files
- pkgver = 3.0.0
- pkgrel = 2
+ pkgver = 3.0.1
+ pkgrel = 1
url = https://pydicom.github.io/pydicom/stable/index.html
arch = any
license = MIT
checkdepends = python-pytest
+ checkdepends = python-numpy
+ checkdepends = python-pillow
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
@@ -14,7 +16,7 @@ pkgbase = python-pydicom
depends = python-setuptools
optdepends = python-numpy: for working with pixel data
optdepends = python-pillow: for working with compressed image data
- source =
python-pydicom-3.0.0.tar.gz::https://github.com/pydicom/pydicom/archive/v3.0.0.tar.gz
- sha256sums =
0d21b27ea0110190725ee7cf2ddc29de633e230518b6f859025c1bb063df1b21
+ source =
python-pydicom-3.0.1.tar.gz::https://github.com/pydicom/pydicom/archive/v3.0.1.tar.gz
+ sha256sums =
848ae8e36f34750cf837e48ca5cdf6f7a472145724946d5f28f529279fe11f4e
pkgname = python-pydicom
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: wedjat <[email protected]>
# Contributor: Andrzej Giniewicz <[email protected]>
pkgname=python-pydicom
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
pkgdesc="Pure python package for working with DICOM files"
arch=("any")
url="https://pydicom.github.io/pydicom/stable/index.html"
@@ -13,9 +13,11 @@ makedepends=('python-wheel' 'python-build'
'python-installer' 'python-flit-core'
optdepends=('python-numpy: for working with pixel data'
'python-pillow: for working with compressed image data'
)
-checkdepends=('python-pytest')
+
+# Checkdepends needs all optdepends as it enables more tests
+checkdepends=('python-pytest' 'python-numpy' 'python-pillow')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz")
-sha256sums=('0d21b27ea0110190725ee7cf2ddc29de633e230518b6f859025c1bb063df1b21')
+sha256sums=('848ae8e36f34750cf837e48ca5cdf6f7a472145724946d5f28f529279fe11f4e')
build()
{
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydicom/-/commit/51af2b041ac195d5220cd2c71a0163cb48481987
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydicom/-/commit/51af2b041ac195d5220cd2c71a0163cb48481987
You're receiving this email because of your account on gitlab.archlinux.org.