Commits
Peter Danecek authored b23be60498f
26 26 | master_sites https://pypi.python.org/packages/source/p/${realname}/ |
27 27 | distname ${realname}-${version} |
28 28 | |
29 29 | checksums md5 2b03109b0618afe3b04b3e63b334ac9d \ |
30 30 | rmd160 bca97f9cd30b21ce1f765b1f4f520747443b5d3e \ |
31 31 | sha256 a113d5f5ad7a7abacef9df5ec3f2af23a20a28005921577b15dd584d099d5900 |
32 32 | |
33 33 | python.versions 27 34 35 |
34 34 | |
35 35 | if {${name} ne ${subport}} { |
36 - | conflicts py${python.version}-pep8-157 |
37 - | |
38 36 | depends_lib-append port:py${python.version}-setuptools |
39 37 | depends_run-append port:${realname}_select |
40 38 | select.group ${realname} |
41 39 | select.file ${filespath}/${realname}-${python.version} |
42 40 | notes " |
43 41 | To make the Python ${python.branch} version of pep8 the one that is run\ |
44 42 | when you execute the commands without a version suffix, e.g. 'pep8', run: |
45 43 | |
46 44 | port select --set ${select.group} [file tail ${select.file}] |
47 45 | " |