Revision
139572
Author
sean@macports.org
Date
2015-08-20 17:57:02 -0700 (Thu, 20 Aug 2015)

Log Message

py-sphinx-contrib: update to newest commit

Modified Paths

Diff

Modified: trunk/dports/python/py-sphinx-contrib/Portfile (139571 => 139572)


--- trunk/dports/python/py-sphinx-contrib/Portfile	2015-08-20 22:38:52 UTC (rev 139571)
+++ trunk/dports/python/py-sphinx-contrib/Portfile	2015-08-21 00:57:02 UTC (rev 139572)
@@ -5,9 +5,9 @@
 PortGroup           python 1.0
 PortGroup           bitbucket 1.0
 
-bitbucket.setup     birkenfeld sphinx-contrib 11b9ee76878f
+bitbucket.setup     birkenfeld sphinx-contrib 4e1b6f938d56
 name                py-sphinx-contrib
-version             0.0.20150712
+version             0.0.20150820
 categories-append   textproc devel
 license             BSD
 maintainers         sean openmaintainer
@@ -19,8 +19,8 @@
 platforms           darwin
 supported_archs     noarch
 
-checksums           rmd160  640b1ce1a7ad71745088b2a7528093a8eef9ff8d \
-                    sha256  88083aa22050f928fd2e1d8e57fcdebbbc02b1baa12b1719b136b42c85163fb1
+checksums           rmd160  d745fee40b654c597d1644745390ad6faaced7c0 \
+                    sha256  7a90fc988eb48e3de3f382507cf5a538ede6468f52ad316ca739377d1d614304
 
 python.versions     26 27
 
@@ -34,7 +34,6 @@
         reinplace -W ${worksrcpath}/cheeseshop "s,README,README.rst," setup.py
         reinplace -W ${worksrcpath}/clearquest "s,README,README.rst," setup.py
         reinplace -W ${worksrcpath}/email "s,README,README.rst," setup.py
-        reinplace -W ${worksrcpath}/googleanalytics "s,README,README.rst," setup.py
         reinplace -W ${worksrcpath}/hyphenator "s,README,README.rst," setup.py
     }