mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 13:30:31 +01:00
upgpkg: python-pydicom 2.2.0-1
upstream release
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = python-pydicom
|
pkgbase = python-pydicom
|
||||||
pkgdesc = Pure python package for working with DICOM files
|
pkgdesc = Pure python package for working with DICOM files
|
||||||
pkgver = 2.1.2
|
pkgver = 2.2.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://pydicom.github.io/pydicom/stable/index.html
|
url = https://pydicom.github.io/pydicom/stable/index.html
|
||||||
arch = any
|
arch = any
|
||||||
@@ -11,8 +11,11 @@ pkgbase = python-pydicom
|
|||||||
depends = python
|
depends = python
|
||||||
optdepends = python-numpy: for working with pixel data
|
optdepends = python-numpy: for working with pixel data
|
||||||
optdepends = python-pillow: for working with compressed image data
|
optdepends = python-pillow: for working with compressed image data
|
||||||
source = python-pydicom-2.1.2.tar.gz::https://github.com/pydicom/pydicom/archive/v2.1.2.tar.gz
|
optdepends = gdcm: for working with compressed JPEG, JPEG-LS and JPEG 2000 images
|
||||||
md5sums = 398d943c9da2aec28857b60fe7e02123
|
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.2.0.tar.gz::https://github.com/pydicom/pydicom/archive/v2.2.0.tar.gz
|
||||||
|
md5sums = b08d86a3eb637515c9e851f254d11612
|
||||||
|
|
||||||
pkgname = python-pydicom
|
pkgname = python-pydicom
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
||||||
# Maintainer: wedjat <wedjat@protonmail.com>
|
# Contributor: wedjat <wedjat@protonmail.com>
|
||||||
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
|
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
|
||||||
pkgname=python-pydicom
|
pkgname=python-pydicom
|
||||||
pkgver=2.1.2
|
pkgver=2.2.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Pure python package for working with DICOM files"
|
pkgdesc="Pure python package for working with DICOM files"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
@@ -11,10 +11,15 @@ license=('MIT' 'custom')
|
|||||||
depends=('python')
|
depends=('python')
|
||||||
makedepends=('python-setuptools')
|
makedepends=('python-setuptools')
|
||||||
optdepends=('python-numpy: for working with pixel data'
|
optdepends=('python-numpy: for working with pixel data'
|
||||||
'python-pillow: for working with compressed image data')
|
'python-pillow: for working with compressed image data'
|
||||||
|
'gdcm: for working with compressed JPEG, JPEG-LS and JPEG 2000 images'
|
||||||
|
'python-pylibjpeg: for working with compressed JPEG images'
|
||||||
|
'python-pylibjpeg-openjpeg: for working with compressed JPEG-LS or JPEG 2000 images'
|
||||||
|
'python-pylibjpeg-rle: for working with compressed RLE images'
|
||||||
|
)
|
||||||
checkdepends=('python-pytest')
|
checkdepends=('python-pytest')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz")
|
||||||
md5sums=('398d943c9da2aec28857b60fe7e02123')
|
md5sums=('b08d86a3eb637515c9e851f254d11612')
|
||||||
|
|
||||||
build()
|
build()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user