mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-26 13:00:32 +01:00
Also corrected arch type, since this package does not contain architecture-specific data.
25 lines
795 B
Plaintext
25 lines
795 B
Plaintext
pkgbase = python-pydicom
|
|
pkgdesc = Pure python package for working with DICOM files
|
|
pkgver = 1.2.1
|
|
pkgrel = 1
|
|
url = https://pydicom.github.io/pydicom/stable/index.html
|
|
arch = any
|
|
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.1.tar.gz::https://github.com/pydicom/pydicom/archive/v1.2.1.tar.gz
|
|
md5sums = 2f21c96fe0e7dd2a20983b3a665aa366
|
|
|
|
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
|
|
|