1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 05:20:32 +01:00

Add split package and unit testing.

This commit is contained in:
2018-07-23 10:12:52 +02:00
parent 3d439ae8f7
commit 23b5b430e9
3 changed files with 44 additions and 82 deletions

View File

@@ -1,18 +1,24 @@
pkgbase = python-pydicom
pkgdesc = Pure python package for working with DICOM files
pkgver = 1.1.0
pkgrel = 1
pkgrel = 2
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
depends = python-numpy
optdepends = python-numpy: for working with pixel data
optdepends = python-pillow: for working with compressed image data
source = python-pydicom-1.1.0.tar.gz::https://github.com/pydicom/pydicom/archive/v1.1.0.tar.gz
source = file://license.txt
md5sums = 759799fbe1d01d1daadeca649717122b
md5sums = dee3b5d8029934bd8195cd244b966055
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