Skip to content
Permalink
Browse files

py-stevedore: update to 1.30.1

  • Loading branch information
reneeotten authored and cjones051073 committed Apr 11, 2019
1 parent 2245603 commit c73dfc65d8722a63c933338bc94051c988fb5ed6
Showing with 10 additions and 12 deletions.
  1. +10 −12 python/py-stevedore/Portfile
@@ -4,7 +4,8 @@ PortSystem 1.0
PortGroup python 1.0

name py-stevedore
version 1.30.0
version 1.30.1
revision 0
categories-append devel
platforms darwin
maintainers nomaintainer
@@ -19,9 +20,9 @@ homepage https://docs.openstack.org/stevedore
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}

checksums rmd160 e4870809846505f36c75f507196b947b0e3485b5 \
sha256 b92bc7add1a53fb76c634a178978d113330aaf2006f9498d9e2414b31fbfc104 \
size 507632
checksums rmd160 1a77badca5027b7bc78e5dddcd6d873d2a1946fc \
sha256 7be098ff53d87f23d798a7ce7ae5c31f094f3deb92ba18059b1aeb1ca9fec0a0 \
size 507795

python.versions 27 34 35 36 37

@@ -32,14 +33,11 @@ if {${name} ne ${subport}} {

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

livecheck.type none
}

0 comments on commit c73dfc6

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