Skip to content

Commit

Permalink
py-autopep8: alternative pep8 dependency, use py-pep8-157 to minimize…
Browse files Browse the repository at this point in the history
… conflicts, add py35 subport

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@141836 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
petrrr committed Oct 29, 2015
1 parent 1cdfe72 commit d273106
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions python/py-autopep8/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ distname ${realname}-${version}
checksums rmd160 cd1b867ef9e75951a01cdeda62fb0146e291cbb0 \
sha256 d4844c9420f0b5ec3cfc1a3cf264f139c16eb891aba55884a601edeb11c40adc

python.versions 26 27 33 34
python.versions 26 27 33 34 35

if {${name} ne ${subport}} {
depends_build port:py${python.version}-setuptools
depends_run-append port:${realname}_select \
port:py${python.version}-pep8
depends_run-append \
port:${realname}_select \
path:${python.pkgd}/pep8:py${python.version}-pep8-157

select.group ${realname}
select.file ${filespath}/${realname}${python.version}
notes "
Expand Down
1 change: 1 addition & 0 deletions python/py-autopep8/files/autopep835
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin/autopep8-3.5

0 comments on commit d273106

Please sign in to comment.