1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-26 21:10:31 +01:00
Files
aur/.SRCINFO
Bert Peters 1443a2dc2d Update to 1.2.0.
New version fixed the unit tests, so no longer need to deselect those.
2018-10-07 16:45:10 +02:00

25 lines
798 B
Plaintext

pkgbase = python-pydicom
pkgdesc = Pure python package for working with DICOM files
pkgver = 1.2.0
pkgrel = 1
url = https://pydicom.github.io/pydicom/stable/index.html
arch = x86_64
license = MIT
license = custom
checkdepends = python-pytest
makedepends = python-setuptools
makedepends = python2-setuptools
depends = python
optdepends = python-numpy: for working with pixel data
optdepends = python-pillow: for working with compressed image data
source = python-pydicom-1.2.0.tar.gz::https://github.com/pydicom/pydicom/archive/v1.2.0.tar.gz
md5sums = edbdde15650b4a071de40dfea474bdcc
pkgname = python-pydicom
pkgname = python2-pydicom
depends = python2
optdepends = python2-numpy: for working with pixel data
optdepends = python2-pillow: for working with compressed image data