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

mcalhoun at macports.org mcalhoun at macports.org
Sat Oct 10 12:45:41 PDT 2015


Revision: 141097
          https://trac.macports.org/changeset/141097
Author:   mcalhoun at macports.org
Date:     2015-10-10 12:45:40 -0700 (Sat, 10 Oct 2015)
Log Message:
-----------
py-sphinx_rtd_theme: undo part of r141094 to fetch smaller file from pypi instead of github; revision increase because info file changes

Revision Links:
--------------
    https://trac.macports.org/changeset/141094

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 18:09:02 UTC (rev 141096)
+++ trunk/dports/python/py-sphinx_rtd_theme/Portfile	2015-10-10 19:45:40 UTC (rev 141097)
@@ -6,6 +6,7 @@
 PortGroup           github 1.0
 
 github.setup        snide sphinx_rtd_theme 0.1.9
+revision            1
 name                py-sphinx_rtd_theme
 platforms           darwin
 supported_archs     noarch
@@ -15,9 +16,15 @@
 description         ReadTheDocs.org theme for Sphinx 2013 version
 long_description    ${description}
 
-checksums           rmd160  6ff8ca9d09a91a20da6ee8c5a9327b5aef88e361 \
-                    sha256  38301d0a41a8a92049597d5a3d29f39ed5ebef741386e85eaf7a10c982defd81
+# do not download file from github since the one from pypi is significantly smaller
+master_sites        https://pypi.python.org/packages/source/s/sphinx_rtd_theme
 
+checksums           rmd160  4fd81f7ac50fcf507b6c1996c7194d9b769e30dd \
+                    sha256  273846f8aacac32bf9542365a593b495b68d8035c2e382c9ccedcac387c9a0a1
+
+# version 0.1.9 used to fetch from github, whose file has different checksums as current file from pypi
+dist_subdir          ${name}/${version}_1
+
 python.versions     26 27 33 34 35
 
 if {$subport ne $name} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151010/a3b5c8a6/attachment.html>


More information about the macports-changes mailing list