diff -uNrw prod/python/py-powerline/Portfile stable/python/py-powerline/Portfile
old
|
new
|
|
5 | 5 | PortGroup python 1.0 |
6 | 6 | PortGroup github 1.0 |
7 | 7 | |
8 | | github.setup powerline powerline 2.2 |
| 8 | github.setup powerline powerline 2.3 |
9 | 9 | name py-powerline |
10 | 10 | categories-append devel |
11 | 11 | platforms darwin |
… |
… |
|
18 | 18 | including zsh, bash, tmux, IPython, Awesome and Qtile. |
19 | 19 | long_description ${description} |
20 | 20 | |
21 | | checksums rmd160 c6867d3aa1c9fecd9a78d293c3d7f2d78e9e55ca \ |
22 | | sha256 ab5dd9b3de09db103076a0cd157f434ff5e4cb4ffdbaafac909704d5c8496823 |
| 21 | checksums rmd160 b3cb4a5083e811f99f82b34fb6297741dfae13d5 \ |
| 22 | sha256 2f430dd28fea608770821a7da99592d559ebfd90ec2c09c3798bc94830617d2b |
23 | 23 | |
24 | | python.versions 26 27 33 34 |
| 24 | python.versions 26 27 33 34 35 |
25 | 25 | |
26 | 26 | if {${name} ne ${subport}} { |
27 | 27 | depends_build-append port:py${python.version}-setuptools |