[136109] trunk/dports/python/py-sphinx-contrib/Portfile

sean at macports.org sean at macports.org
Mon May 11 12:40:27 PDT 2015


Revision: 136109
          https://trac.macports.org/changeset/136109
Author:   sean at macports.org
Date:     2015-05-11 12:40:27 -0700 (Mon, 11 May 2015)
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	2015-05-11 19:40:26 UTC (rev 136108)
+++ trunk/dports/python/py-sphinx-contrib/Portfile	2015-05-11 19:40:27 UTC (rev 136109)
@@ -5,9 +5,9 @@
 PortGroup           python 1.0
 PortGroup           bitbucket 1.0
 
-bitbucket.setup     birkenfeld sphinx-contrib c6cfa5d0bc38
+bitbucket.setup     birkenfeld sphinx-contrib bb88d36e1ac8
 name                py-sphinx-contrib
-version             0.0.20150406
+version             0.0.20150508
 categories-append   textproc devel
 license             BSD
 maintainers         sean openmaintainer
@@ -19,8 +19,8 @@
 platforms           darwin
 supported_archs     noarch
 
-checksums           rmd160  7322a39c57e6dcc1299c0b513bc740d78f5a0382 \
-                    sha256  2ae126524ca31f229a719d1656b60e01644d37880e3acc15b52faec48de67859
+checksums           rmd160  d9487618d884ff4123db203a89887324770130a7 \
+                    sha256  4dda5b5445648fb4983387ccc970ed82a146eb24a6176e5029022cac3468cf15
 
 python.versions     26 27
 
@@ -40,7 +40,7 @@
 
     build {
         foreach d [glob -type d -directory ${worksrcpath} *] {
-            if {![string match "*_template" $d] && ![string match "*cmakedomain" $d]} {
+            if {[file exists $d/setup.py] && ![string match "*cmakedomain" $d]} {
                 system -W $d "${build.cmd} ${build.target}"
             }
         }
@@ -48,7 +48,7 @@
 
     destroot {
         foreach d [glob -type d -directory ${worksrcpath} *] {
-            if {![string match "*_template" $d] && ![string match "*cmakedomain" $d]} {
+            if {[file exists $d/setup.py] && ![string match "*cmakedomain" $d]} {
                 system -W $d "${destroot.cmd} ${destroot.target} ${destroot.destdir}"
             }
         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150511/078ea0fc/attachment.html>


More information about the macports-changes mailing list