1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00
Files
aur/python-pydicom/.SRCINFO
2023-08-16 08:18:44 +02:00

22 lines
915 B
Plaintext

pkgbase = python-pydicom
pkgdesc = Pure python package for working with DICOM files
pkgver = 2.4.3
pkgrel = 1
url = https://pydicom.github.io/pydicom/stable/index.html
arch = any
license = MIT
license = custom
checkdepends = python-pytest
makedepends = python-setuptools
depends = python
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-2.4.3.tar.gz::https://github.com/pydicom/pydicom/archive/v2.4.3.tar.gz
md5sums = 699086918b267894f303d101b833406a
pkgname = python-pydicom