Revision: 149492 https://trac.macports.org/changeset/149492 Author: sean@macports.org Date: 2016-06-22 15:57:26 -0700 (Wed, 22 Jun 2016) Log Message: ----------- py-sphinx-contrib: update to newest commit Modified Paths: -------------- trunk/dports/python/py-sphinx-contrib/Portfile Modified: trunk/dports/python/py-sphinx-contrib/Portfile =================================================================== --- trunk/dports/python/py-sphinx-contrib/Portfile 2016-06-22 22:57:23 UTC (rev 149491) +++ trunk/dports/python/py-sphinx-contrib/Portfile 2016-06-22 22:57:26 UTC (rev 149492) @@ -5,9 +5,9 @@ PortGroup python 1.0 PortGroup bitbucket 1.0 -bitbucket.setup birkenfeld sphinx-contrib 6d1c958ca7bd +bitbucket.setup birkenfeld sphinx-contrib 2d948e4ed1ef name py-sphinx-contrib -version 0.0.20160313 +version 0.0.20160622 categories-append textproc devel license BSD maintainers sean openmaintainer @@ -19,8 +19,8 @@ platforms darwin supported_archs noarch -checksums rmd160 5075e15124af8da7692191a7aa03953025d74570 \ - sha256 da6c8709dea6edb5c89d3ad946f2014883a2d3cb4428ff9e03c6e35fd1ddcbf5 +checksums rmd160 dfa9039486becd1082482ba84ec951ff4807618c \ + sha256 4788f924d1c8e40e3808f19e54e4da06665e64005d48d8a1ca4fb4601445b303 python.versions 27 @@ -39,7 +39,9 @@ build { foreach d [glob -type d -directory ${worksrcpath} *] { - if {[file exists $d/setup.py] && ![string match "*cmakedomain" $d]} { + if {[file exists $d/setup.py] && ![string match "*cmakedomain" $d] + && ![string match "*_template*" $d] + } { system -W $d "${build.cmd} ${build.target}" } } @@ -47,7 +49,9 @@ destroot { foreach d [glob -type d -directory ${worksrcpath} *] { - if {[file exists $d/setup.py] && ![string match "*cmakedomain" $d]} { + if {[file exists $d/setup.py] && ![string match "*cmakedomain" $d] + && ![string match "*_template*" $d] + } { system -W $d "${destroot.cmd} ${destroot.target} ${destroot.destdir}" } }
participants (1)
-
sean@macports.org