mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: Remove python2-pillow.
* gnu/packages/python-xyz.scm (python2-pillow): Delete variable.
This commit is contained in:
parent
89f9678126
commit
493ee41ada
1 changed files with 0 additions and 18 deletions
|
@ -6862,24 +6862,6 @@ a general image processing tool.")
|
||||||
"http://www.pythonware.com/products/pil/license.htm"
|
"http://www.pythonware.com/products/pil/license.htm"
|
||||||
"The PIL Software License"))))
|
"The PIL Software License"))))
|
||||||
|
|
||||||
(define-public python2-pillow
|
|
||||||
(package-with-python2
|
|
||||||
(package
|
|
||||||
(inherit (strip-python2-variant python-pillow))
|
|
||||||
;; Version 6 is the last series with Python 2 support.
|
|
||||||
(version "6.2.2")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "Pillow" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0l5rv8jkdrb5q846v60v03mcq64yrhklidjkgwv6s1pda71g17yv"))))
|
|
||||||
(arguments
|
|
||||||
(substitute-keyword-arguments (package-arguments python-pillow)
|
|
||||||
;; FIXME: One of the tests is failing.
|
|
||||||
((#:tests? _ #f) #f))))))
|
|
||||||
|
|
||||||
(define-public python-pillow-2.9
|
(define-public python-pillow-2.9
|
||||||
(package
|
(package
|
||||||
(inherit python-pillow)
|
(inherit python-pillow)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue