Commits
Renee Otten authored 55a0787c8e3
15 15 | homepage https://pypi.python.org/pypi/${python.rootname} |
16 16 | platforms darwin |
17 17 | license Permissive |
18 18 | |
19 19 | master_sites pypi:m/${python.rootname} |
20 20 | distname ${python.rootname}-${version} |
21 21 | checksums rmd160 9e5929ae21705cdaea4e19ca1965a5e8dd613dd7 \ |
22 22 | sha256 185209a217c52afe43e079e5b232d0ef0f3a262601eaaf4371326ab6dcbec508 \ |
23 23 | size 9797 |
24 24 | |
25 - | python.versions 27 34 35 36 37 |
25 + | python.versions 27 35 36 37 38 |
26 26 | |
27 27 | if {${name} ne ${subport}} { |
28 28 | depends_build-append \ |
29 29 | port:py${python.version}-setuptools |
30 30 | |
31 31 | post-destroot { |
32 32 | set docdir ${prefix}/share/doc/${subport} |
33 33 | xinstall -d ${destroot}${docdir} |
34 34 | xinstall -m 0644 -W ${worksrcpath} README.rst ${destroot}${docdir} |
35 35 | } |