Modified: trunk/dports/python/py-trep/Portfile (140656 => 140657)
--- trunk/dports/python/py-trep/Portfile 2015-09-29 01:41:31 UTC (rev 140656)
+++ trunk/dports/python/py-trep/Portfile 2015-09-29 01:54:59 UTC (rev 140657)
@@ -5,7 +5,7 @@
PortGroup python 1.0
PortGroup github 1.0
-github.setup MurpheyLab trep 1.0.0 v
+github.setup MurpheyLab trep 1.0.2 v
name py-trep
license GPL-3
maintainers mmoll openmaintainer
@@ -21,10 +21,9 @@
homepage http://murpheylab.github.io/trep
platforms darwin
-checksums md5 17fab8dfca944b03bc3c6f66d4b1320a \
- sha1 85852d600740764ca7199f0358d0bcd1dc414430 \
- rmd160 8e130a34d3b6af40b3a20b361a0ff1af283b42fc
-patchfiles patch-setup.py.diff
+checksums md5 b2d2d66f7fbdb62d68a961f6468e8205 \
+ sha1 d372940115f9ed96b8dd1637d42a6f4478f4298a \
+ rmd160 99d24d8470511dcad4f84f37cf89912336f910b7
python.versions 27
if {${name} ne ${subport}} {
@@ -34,15 +33,12 @@
port:py${python.version}-matplotlib \
port:py${python.version}-opengl \
path:share/py${python.version}-sip/PyQt4:py${python.version}-pyqt4
- depends_build port:py${python.version}-sphinx
post-patch {
reinplace "s|@PKGD@|${destroot}${python.pkgd}|g" ${worksrcpath}/setup.py
}
- build.target-append build_sphinx
post-destroot {
delete ${destroot}${prefix}/share/doc/${subport}/examples
file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${subport}
- file copy ${worksrcpath}/build/sphinx/html ${destroot}${prefix}/share/doc/${subport}
xinstall -m 644 ${worksrcpath}/LICENSE ${destroot}${prefix}/share/doc/${subport}
}
livecheck.type none