Skip to content

Commit

Permalink
py-dill: update to 0.3.0
Browse files Browse the repository at this point in the history
- install files in post-destroot
  • Loading branch information
reneeotten committed Jul 7, 2019
1 parent 940be01 commit 5b0d054
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions python/py-dill/Portfile
Expand Up @@ -4,7 +4,8 @@ PortSystem 1.0
PortGroup python 1.0

name py-dill
version 0.2.9
version 0.3.0
revision 0

platforms darwin
supported_archs noarch
Expand All @@ -27,14 +28,21 @@ homepage https://github.com/uqfoundation/dill
distname ${python.rootname}-${version}
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}/

checksums rmd160 ea8b58390f3ce9bc8f5641e77817839b30490592 \
sha256 f6d6046f9f9195206063dd0415dff185ad593d6ee8b0e67f12597c0f4df4986f \
size 150738
checksums rmd160 95a6fcdfdce9a5f381a413992c5cbfbef84a34a1 \
sha256 993409439ebf7f7902d9de93eaa2a395e0446ff773d29f13dc46646482f76906 \
size 151375

python.versions 27 34 35 36 37

if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools

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

livecheck.type none
}

0 comments on commit 5b0d054

Please sign in to comment.