Commits
Mark Moll authored 521453046aa
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-invoke |
7 - | version 1.1.1 |
7 + | version 1.2.0 |
8 8 | revision 0 |
9 9 | categories-append devel |
10 10 | platforms darwin |
11 11 | license Apache-2 |
12 12 | supported_archs noarch |
13 13 | |
14 14 | python.versions 27 34 35 36 37 |
15 15 | |
16 16 | maintainers {danchr @danchr} openmaintainer |
17 17 | |
21 21 | shell-oriented subprocesses and organizing executable \ |
22 22 | Python code into CLI-invokable tasks. It draws inspiration \ |
23 23 | from various sources (make/rake, Fabric 1.x, etc) to \ |
24 24 | arrive at a powerful & clean feature set. |
25 25 | |
26 26 | homepage http://www.pyinvoke.org |
27 27 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
28 28 | |
29 29 | distname ${python.rootname}-${version} |
30 30 | |
31 - | checksums rmd160 c578b403a8f5999c528e74a6e584fe15245bd5ed \ |
32 - | sha256 1c2cf54c9b9af973ad9704d8ba81b225117cab612568cacbfb3fc42958cc20a9 \ |
33 - | size 311831 |
31 + | checksums rmd160 8d5121997c931954a5e387088c6e6325012c6e63 \ |
32 + | sha256 dc492f8f17a0746e92081aec3f86ae0b4750bf41607ea2ad87e5a7b5705121b7 \ |
33 + | size 319116 |
34 34 | |
35 35 | if {${name} ne ${subport}} { |
36 36 | depends_build-append \ |
37 37 | port:py${python.version}-setuptools |
38 38 | |
39 39 | livecheck.type none |
40 40 | } |