Commits
reneeotten authored and Mojca Miklavec committed fcf7f74cc52
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 - | PortGroup github 1.0 |
6 5 | |
7 - | github.setup kennethreitz envoy 0.0.3 v |
8 6 | name py-envoy |
7 + | version 0.0.3 |
8 + | revision 0 |
9 9 | platforms darwin |
10 10 | license MIT |
11 11 | maintainers nomaintainer |
12 12 | |
13 13 | description Python Subprocesses for Humans |
14 14 | long_description This is a convenience wrapper around the subprocess module. |
15 15 | |
16 16 | supported_archs noarch |
17 17 | |
18 + | homepage https://github.com/kennethreitz/envoy |
18 19 | master_sites pypi:e/envoy/ |
19 20 | distname envoy-${version} |
20 21 | |
21 22 | checksums rmd160 7bbdd7a17697411c1dfc75ace83c72051889d1b4 \ |
22 - | sha256 22b02009cfda2cf2cdb94a75a15ac3fd910aea8685c53e8e03715c7e9d8e8bde |
23 + | sha256 22b02009cfda2cf2cdb94a75a15ac3fd910aea8685c53e8e03715c7e9d8e8bde \ |
24 + | size 4190 |
23 25 | |
24 26 | python.versions 27 |
25 27 | |
26 28 | if {${name} ne ${subport}} { |
27 - | depends_build-append port:py${python.version}-setuptools |
29 + | depends_build-append \ |
30 + | port:py${python.version}-setuptools |
31 + | |
28 32 | livecheck.type none |
29 33 | } |