Commits

Jeremy Huddleston Sequoia authored 71d4c1314e2
py-configargparse: Add support for python37

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
No tags

python/py-configargparse/Portfile

Modified
23 23
24 24 homepage https://github.com/zorro3/ConfigArgParse
25 25
26 26 master_sites pypi:${_n}/${_name}/
27 27 distname ${_name}-${version}
28 28
29 29 checksums md5 408ad7af06cd449420cecc19bee6f0c9 \
30 30 rmd160 158182f4929e33c9b325806cc9c3f509515334d2 \
31 31 sha256 3b50a83dd58149dfcee98cb6565265d10b53e9c0a2bca7eeef7fb5f5524890a7
32 32
33 -python.versions 27 34 35 36
33 +python.versions 27 34 35 36 37
34 34
35 35 if {${name} ne ${subport}} {
36 36 depends_build-append port:py${python.version}-setuptools
37 37
38 38 # Adding documentation
39 39 post-destroot {
40 40 set dest_doc ${destroot}${prefix}/share/doc/${subport}
41 41 xinstall -d ${dest_doc}
42 42
43 43 xinstall -m 755 -W ${worksrcpath} \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut