1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup nvbn thefuck 3.2 |
---|
8 | |
---|
9 | python.versions 27 |
---|
10 | |
---|
11 | categories-append sysutils |
---|
12 | maintainers gmail.com:xeron.oskom openmaintainer |
---|
13 | license MIT |
---|
14 | platforms darwin |
---|
15 | description Magnificent app which corrects your previous console command |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | homepage https://github.com/nvbn/thefuck |
---|
19 | |
---|
20 | checksums md5 d464b3fb48f60839f506effca71a9745 \ |
---|
21 | rmd160 3243b31810a3167674eca427990ec91ad80f4f37 \ |
---|
22 | sha256 a8e4c8edc2456348770a2e5bec078c21f523dcdb5584c1360856d23c14d8a243 |
---|
23 | |
---|
24 | depends_build port:py${python.version}-setuptools |
---|
25 | depends_lib-append port:py${python.version}-psutil \ |
---|
26 | port:py${python.version}-colorama \ |
---|
27 | port:py${python.version}-six \ |
---|
28 | port:py${python.version}-decorator \ |
---|
29 | port:py${python.version}-pathlib |
---|