Permalink
Browse files
py-Pillow: update to 6.0.0
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
python/py-Pillow/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-Pillow |
|
|
version 5.4.1 |
|
|
version 6.0.0 |
|
|
categories-append devel |
|
|
platforms darwin |
|
|
license BSD |
|
|
@@ -22,9 +22,9 @@ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
|
|
|
|
|
distname Pillow-${version} |
|
|
|
|
|
checksums rmd160 457ab4a946c80d739faba6af822258f2fd962014 \ |
|
|
sha256 5233664eadfa342c639b9b9977190d64ad7aca4edc51a966394d7e08e7f38a9f \ |
|
|
size 16016153 |
|
|
checksums rmd160 83ef4476d9ba361f18c6fd6882895233afd8bfae \ |
|
|
sha256 809c0a2ce9032cbcd7b5313f71af4bdc5c8c771cb86eb7559afd954cab82ebb5 \ |
|
|
size 29472229 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
conflicts py${python.version}-pil |
|
|
|