mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pillow-heif: Update to 0.22.0.
* gnu/packages/python-xyz.scm (python-pillow-heif): Update to 0.22.0. [arguments]: Drop #:test-flags. [native-inputs]: Add python-pylint. Move python-setuptools after python-pytest.
This commit is contained in:
parent
d064f2cd7c
commit
f978300d5d
1 changed files with 4 additions and 10 deletions
|
@ -11865,21 +11865,14 @@ a general image processing tool.")
|
||||||
(define-public python-pillow-heif
|
(define-public python-pillow-heif
|
||||||
(package
|
(package
|
||||||
(name "python-pillow-heif")
|
(name "python-pillow-heif")
|
||||||
(version "0.21.0")
|
(version "0.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pillow_heif" version))
|
(uri (pypi-uri "pillow_heif" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "16xl2a51z4rjfy7y8vnn3w0ngcr1mr2sgsl9p7z62payy2zy3bh7"))))
|
(base32 "16mkap63d14f69105b3bm8pi64fvpdznncgn48vhgls0jf977m31"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:test-flags
|
|
||||||
#~(list "-k"
|
|
||||||
(string-append
|
|
||||||
"not test_heif_read_images[image_path25]"
|
|
||||||
" and not test_heif_read_images[image_path49]"))))
|
|
||||||
(inputs (list libheif))
|
(inputs (list libheif))
|
||||||
(propagated-inputs (list python-pillow))
|
(propagated-inputs (list python-pillow))
|
||||||
(native-inputs (list opencv ; for opencv-python
|
(native-inputs (list opencv ; for opencv-python
|
||||||
|
@ -11888,9 +11881,10 @@ a general image processing tool.")
|
||||||
python-numpy
|
python-numpy
|
||||||
python-packaging
|
python-packaging
|
||||||
python-pre-commit
|
python-pre-commit
|
||||||
|
python-pylint
|
||||||
python-pympler
|
python-pympler
|
||||||
python-setuptools
|
|
||||||
python-pytest
|
python-pytest
|
||||||
|
python-setuptools
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(home-page "https://github.com/bigcat88/pillow_heif")
|
(home-page "https://github.com/bigcat88/pillow_heif")
|
||||||
(synopsis "Python interface for libheif library")
|
(synopsis "Python interface for libheif library")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue