1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 13:30:31 +01:00

Compare commits

..

2 Commits

Author SHA1 Message Date
6363ee6fe3 upgpkg: python-pydicom 2.4.3-1
upstream release
2023-08-16 08:18:44 +02:00
10e8542131 upgpkg: python-plotly 5.16.0-1
upstream release
2023-08-16 08:17:22 +02:00
4 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = python-plotly
pkgdesc = An open-source, interactive graphing library
pkgver = 5.15.0
pkgver = 5.16.0
pkgrel = 1
url = https://github.com/plotly/plotly.py
arch = x86_64
@@ -26,9 +26,9 @@ pkgbase = python-plotly
optdepends = python-inflect
optdepends = python-psutil
options = !strip
source = python-plotly-5.15.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.15.0.tar.gz
source = python-plotly-5.16.0.tar.gz::https://github.com/plotly/plotly.py/archive/v5.16.0.tar.gz
source = fix_for_python3.11.patch
sha256sums = 919563e389d55d7324783c40cf554c4d3b66b18917b1d4bd4b44a6352405655e
sha256sums = e353b9c29c040847b7a0104e6da50996ebe42d95bd7903e991d325060254d16a
sha256sums = e235e66eae73bcd8579a64a241a79fb7cad0aa94e62f45acc3ac487277282b1b
pkgname = python-plotly

View File

@@ -2,7 +2,7 @@
# Co-Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=python-plotly
pkgver=5.15.0
pkgver=5.16.0
pkgrel=1
pkgdesc="An open-source, interactive graphing library"
arch=('x86_64')
@@ -42,7 +42,7 @@ source=(
fix_for_python3.11.patch
)
options=(!strip) # strip isn't useful for python files and takes forever
sha256sums=('919563e389d55d7324783c40cf554c4d3b66b18917b1d4bd4b44a6352405655e'
sha256sums=('e353b9c29c040847b7a0104e6da50996ebe42d95bd7903e991d325060254d16a'
'e235e66eae73bcd8579a64a241a79fb7cad0aa94e62f45acc3ac487277282b1b')
prepare() {

View File

@@ -1,6 +1,6 @@
pkgbase = python-pydicom
pkgdesc = Pure python package for working with DICOM files
pkgver = 2.4.2
pkgver = 2.4.3
pkgrel = 1
url = https://pydicom.github.io/pydicom/stable/index.html
arch = any
@@ -15,7 +15,7 @@ pkgbase = python-pydicom
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.2.tar.gz::https://github.com/pydicom/pydicom/archive/v2.4.2.tar.gz
md5sums = 2bae82544250070daac685d6fdced543
source = python-pydicom-2.4.3.tar.gz::https://github.com/pydicom/pydicom/archive/v2.4.3.tar.gz
md5sums = 699086918b267894f303d101b833406a
pkgname = python-pydicom

View File

@@ -2,7 +2,7 @@
# Contributor: wedjat <wedjat@protonmail.com>
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=python-pydicom
pkgver=2.4.2
pkgver=2.4.3
pkgrel=1
pkgdesc="Pure python package for working with DICOM files"
arch=("any")
@@ -19,7 +19,7 @@ optdepends=('python-numpy: for working with pixel data'
)
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydicom/pydicom/archive/v$pkgver.tar.gz")
md5sums=('2bae82544250070daac685d6fdced543')
md5sums=('699086918b267894f303d101b833406a')
build()
{