mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-exif-read: Update to 3.3.2.
* gnu/packages/python-xyz.scm (python-exif-read): Update to 3.3.2. [source]: Update URI. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: If6ec19f061f6e3d64550bba307616b7f1c545c0e
This commit is contained in:
parent
4488ed60db
commit
b9531036d2
1 changed files with 5 additions and 4 deletions
|
@ -6768,15 +6768,16 @@ structure is left untouched.")
|
|||
(define-public python-exif-read
|
||||
(package
|
||||
(name "python-exif-read")
|
||||
(version "3.0.0")
|
||||
(version "3.3.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ExifRead" version))
|
||||
(uri (pypi-uri "exifread" version))
|
||||
(sha256
|
||||
(base32
|
||||
"191c7sa0rca8wkspfq8nlfa6davh743mqkzrcayz5gcx2rja7i8a"))))
|
||||
(build-system python-build-system)
|
||||
"0n0knxfl30riszkbwrq18lxm2f2wsrpj2piwv6jn6bnm9mbadij5"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments `(#:tests? #f)) ; no tests
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/ianare/exif-py")
|
||||
(synopsis "Python library to extract EXIF data from image files")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue