py-pil: deprecate package (#30308)

This commit is contained in:
Adam J. Stewart 2022-04-27 03:34:29 -05:00 committed by GitHub
parent b8015a71e9
commit 0b23f1be05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ class PyPil(PythonPackage):
homepage = "https://pillow.readthedocs.io/en/stable/"
url = "http://effbot.org/media/downloads/Imaging-1.1.7.tar.gz"
version('1.1.7', sha256='895bc7c2498c8e1f9b99938f1a40dc86b3f149741f105cf7c7bd2e0725405211')
version('1.1.7', sha256='895bc7c2498c8e1f9b99938f1a40dc86b3f149741f105cf7c7bd2e0725405211', deprecated=True)
provides('pil')
provides('pil@1.1.7', when='@1.1.7')