Commits
Chris Jones authored 684fe1a7f48
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 + | |
3 + | PortSystem 1.0 |
4 + | PortGroup python 1.0 |
5 + | PortGroup github 1.0 |
6 + | |
7 + | name py-plac |
8 + | version 1.0.0 |
9 + | revision 0 |
10 + | github.setup micheles plac ${version} plac- |
11 + | |
12 + | checksums rmd160 2a5cc1594701dbb7310662f623cb39cf9acc4fb2 \ |
13 + | sha256 f6a7633468b58f9dcb5c96bf771661f879b7b73ba9734c7aff2994a35766de9e \ |
14 + | size 151859 |
15 + | |
16 + | platforms darwin |
17 + | supported_archs noarch |
18 + | |
19 + | license BSD |
20 + | |
21 + | maintainers {jonesc @cjones051073} openmaintainer |
22 + | |
23 + | description Plac: Parsing the Command Line the Easy Way |
24 + | long_description ${description} |
25 + | |
26 + | # Support python versions |
27 + | python.versions 27 35 36 37 |
28 + | |
29 + | if {${name} ne ${subport}} { |
30 + | |
31 + | depends_build-append \ |
32 + | port:py${python.version}-setuptools |
33 + | |
34 + | livecheck.type none |
35 + | |
36 + | } |