Skip to content
Permalink
Browse files

py-autopep8: update to 1.4.4

- install files in post-destroot
  • Loading branch information
reneeotten committed Apr 15, 2019
1 parent cf44c2c commit f8f1e5360797039f69166a648d713895c293553b
Showing with 12 additions and 4 deletions.
  1. +12 −4 python/py-autopep8/Portfile
@@ -5,7 +5,8 @@ PortGroup python 1.0
PortGroup select 1.0

name py-autopep8
version 1.4.3
version 1.4.4
revision 0
categories-append devel
platforms darwin
supported_archs noarch
@@ -26,9 +27,9 @@ homepage https://github.com/hhatto/autopep8
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}

checksums rmd160 a0e2afcd494dd0f149d31bb9ed59be0b96483686 \
sha256 33d2b5325b7e1afb4240814fe982eea3a92ebea712869bfd08b3c0393404248c \
size 113940
checksums rmd160 20519df3aad29b85a6f9e76e757c794c4e9da9bb \
sha256 4d8eec30cc81bc5617dbf1218201d770dc35629363547f17577c61683ccfb3ee \
size 114796

python.versions 27 34 35 36 37

@@ -41,6 +42,13 @@ if {${name} ne ${subport}} {
test.run yes
test.cmd ${python.bin} setup.py

post-destroot {
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE \
AUTHORS.rst ${destroot}${docdir}
}

select.group ${python.rootname}
select.file ${filespath}/${python.rootname}-${python.version}
notes "

0 comments on commit f8f1e53

Please sign in to comment.
You can’t perform that action at this time.