gnu: python-imagesize: Update to 1.0.0.

* gnu/packages/python.scm (python-imagesize): Update to 1.0.0.
[arguments]: Remove.
This commit is contained in:
Marius Bakke 2018-08-21 06:13:31 +02:00
parent 9764dac511
commit 4c36fc7051
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 6 deletions

View File

@ -10354,19 +10354,15 @@ useful as a validator for JSON data.")
(define-public python-imagesize
(package
(name "python-imagesize")
(version "0.7.1")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "imagesize" version))
(sha256
(base32
"0qk07k0z4241lkzzjji7z4da04pcvg7bfc4xz1934zlqhwmwdcha"))))
"05b3p62r7rbcvvbk5vknr3bhcq9b2airysn6ric534mng136wcjv"))))
(build-system python-build-system)
(arguments
'(;; Test files are not distributed on PyPi:
;; https://github.com/shibukawa/imagesize_py/issues/7
#:tests? #f))
(home-page "https://github.com/shibukawa/imagesize_py")
(synopsis "Gets image size of files in variaous formats in Python")
(description