Commits
deroulers authored and Frank Schima committed 51572a1d417
13 13 | |
14 14 | platforms darwin |
15 15 | |
16 16 | homepage https://pypi.python.org/pypi/ez_setup/ |
17 17 | master_sites pypi:e/ez_setup/ |
18 18 | distname ez_setup-${version} |
19 19 | |
20 20 | checksums rmd160 796b5364e8e64455468b76b4f8a2fd10f0389d1b \ |
21 21 | sha256 303c5b17d552d1e3fb0505d80549f8579f557e13d8dc90e5ecef3c07d7f58642 |
22 22 | |
23 - | python.versions 27 34 35 36 |
23 + | python.versions 27 34 35 36 37 |
24 24 | python.default_version 27 |
25 25 | |
26 26 | if {${name} ne ${subport}} { |
27 27 | depends_build-append port:py${python.version}-setuptools |
28 28 | |
29 29 | post-destroot { |
30 30 | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} |
31 31 | xinstall -m 644 -W ${worksrcpath} NEWS.txt \ |
32 32 | README.rst ${destroot}${prefix}/share/doc/${subport} |
33 33 | } |