blob: 3d00d48d45c5c399f052c1f472112e2030d2b71c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = python-pydicom
pkgdesc = Pure python package for working with DICOM files
pkgver = 3.0.0
pkgrel = 1
url = https://pydicom.github.io/pydicom/stable/index.html
arch = any
license = MIT
license = LicenseRef-GDCM
checkdepends = python-pytest
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
makedepends = python-flit-core
depends = python
depends = python-setuptools
optdepends = python-numpy: for working with pixel data
optdepends = python-pillow: for working with compressed image data
optdepends = gdcm: for working with compressed JPEG, JPEG-LS and JPEG 2000 images
optdepends = python-pylibjpeg: for working with compressed JPEG images
optdepends = python-pylibjpeg-openjpeg: for working with compressed JPEG-LS or JPEG 2000 images
optdepends = python-pylibjpeg-rle: for working with compressed RLE images
source = python-pydicom-3.0.0.tar.gz::https://github.com/pydicom/pydicom/archive/v3.0.0.tar.gz
sha256sums = 0d21b27ea0110190725ee7cf2ddc29de633e230518b6f859025c1bb063df1b21
pkgname = python-pydicom
|