[141093] trunk/dports/python/py-sphinx_rtd_theme/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Oct 10 08:05:43 PDT 2015


Revision: 141093
          https://trac.macports.org/changeset/141093
Author:   mcalhoun at macports.org
Date:     2015-10-10 08:05:42 -0700 (Sat, 10 Oct 2015)
Log Message:
-----------
py-sphinx_rtd_theme: update version 0.1.7->0.1.9 and add python35 subport

Modified Paths:
--------------
    trunk/dports/python/py-sphinx_rtd_theme/Portfile

Modified: trunk/dports/python/py-sphinx_rtd_theme/Portfile
===================================================================
--- trunk/dports/python/py-sphinx_rtd_theme/Portfile	2015-10-10 14:25:02 UTC (rev 141092)
+++ trunk/dports/python/py-sphinx_rtd_theme/Portfile	2015-10-10 15:05:42 UTC (rev 141093)
@@ -3,9 +3,10 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+PortGroup           github 1.0
 
+github.setup        snide sphinx_rtd_theme 0.1.9
 name                py-sphinx_rtd_theme
-version             0.1.7
 platforms           darwin
 supported_archs     noarch
 license             MIT BSD
@@ -18,16 +19,13 @@
 master_sites        https://pypi.python.org/packages/source/s/sphinx_rtd_theme
 distname            sphinx_rtd_theme-${version}
 
-checksums           rmd160 0a85204eaeabc7547d99962faf0303087ee89650 \
-                    sha256 9a490c861f6cf96a0050c29a92d5d1e01eda02ae6f50760ad5c96a327cdf14e8
+checksums           rmd160  4fd81f7ac50fcf507b6c1996c7194d9b769e30dd \
+                    sha256  273846f8aacac32bf9542365a593b495b68d8035c2e382c9ccedcac387c9a0a1
 
-python.versions     26 27 33 34
+python.versions     26 27 33 34 35
 
 if {$subport ne $name} {
     depends_build   port:py${python.version}-setuptools
 
     livecheck.type      none
-} else {
-    livecheck.type      regex
-    livecheck.url       ${master_sites}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151010/89087502/attachment.html>


More information about the macports-changes mailing list