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 | github.setup shin- dockerpy-creds 0.2.1 |
---|
8 | name py-dockerpy-creds |
---|
9 | categories-append devel |
---|
10 | platforms darwin |
---|
11 | supported_archs noarch |
---|
12 | license Apache-2 |
---|
13 | maintainers artisancomputer.com:zdw \ |
---|
14 | openmaintainer |
---|
15 | description Python bindings for the docker credentials store API |
---|
16 | long_description $description |
---|
17 | |
---|
18 | checksums rmd160 b5d71f144841751326b533474308a635191c7956 \ |
---|
19 | sha256 2a24525d79ef0c4decea6161e5b15ff7228f080508456df1f9429b1cdadbaab6 |
---|
20 | |
---|
21 | python.versions 27 34 35 36 |
---|
22 | |
---|
23 | if {${subport} ne ${name}} { |
---|
24 | depends_build-append port:py${python.version}-setuptools |
---|
25 | depends_lib-append port:py${python.version}-six |
---|
26 | livecheck.type none |
---|
27 | } else { |
---|
28 | livecheck.regex archive/[join ${github.tag_prefix} ""](\[^"r-\]+)${extract.suffix} |
---|
29 | } |
---|