Skip to content

Commit

Permalink
py-pep8* dependents: default to py??-pep8 again, use path style depen…
Browse files Browse the repository at this point in the history
…dency for the transition, https://trac.macports.org/ticket/50576.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@145593 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
petrrr committed Feb 10, 2016
1 parent 45858be commit b375e3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/py-autopep8/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if {${name} ne ${subport}} {
depends_build port:py${python.version}-setuptools
depends_run-append \
port:${realname}_select \
path:${python.pkgd}/pep8:py${python.version}-pep8-157
path:${python.pkgd}/pep8:py${python.version}-pep8

select.group ${realname}
select.file ${filespath}/${realname}${python.version}
Expand Down
2 changes: 1 addition & 1 deletion python/py-flake8/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools

depends_lib-append port:py${python.version}-pyflakes \
port:py${python.version}-pep8-157 \
path:${python.pkgd}/pep8:py${python.version}-pep8 \
port:py${python.version}-flake8-mccabe

depends_run-append port:${_name}_select
Expand Down
2 changes: 1 addition & 1 deletion python/py-spyder-devel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ if {${name} ne ${subport}} {
if {![ variant_isset tiny ]} {
depends_lib-append \
port:py${python.version}-pylint \
path:${python.pkgd}/pep8:py${python.version}-pep8-157 \
path:${python.pkgd}/pep8:py${python.version}-pep8 \
port:py${python.version}-pyflakes \
port:py${python.version}-rope \
port:py${python.version}-psutil
Expand Down
2 changes: 1 addition & 1 deletion python/py-spyder/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-htmldocs \
port:py${python.version}-pylint \
path:${python.pkgd}/pep8:py${python.version}-pep8-157 \
path:${python.pkgd}/pep8:py${python.version}-pep8 \
port:py${python.version}-pyflakes \
port:py${python.version}-rope \
port:py${python.version}-psutil
Expand Down

0 comments on commit b375e3d

Please sign in to comment.