Commits
Andrey Stromnov authored fa3aef7e2ea
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-Pillow |
7 7 | version 6.2.0 |
8 8 | categories-append devel |
9 9 | platforms darwin |
10 10 | license BSD |
11 11 | |
12 - | python.versions 26 27 33 34 35 36 37 |
12 + | python.versions 26 27 33 34 35 36 37 38 |
13 13 | |
14 14 | maintainers {stromnov @stromnov} openmaintainer |
15 15 | |
16 16 | description Python Imaging Library (fork) |
17 17 | |
18 18 | long_description ${description} |
19 19 | |
20 20 | homepage https://github.com/python-imaging/Pillow |
21 21 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
22 22 | |