[114653] trunk/dports/python/py-sphinx

jmr at macports.org jmr at macports.org
Fri Dec 13 04:52:59 PST 2013


Revision: 114653
          https://trac.macports.org/changeset/114653
Author:   jmr at macports.org
Date:     2013-12-13 04:52:59 -0800 (Fri, 13 Dec 2013)
Log Message:
-----------
py-sphinx: update to 1.2, which drops support for py24

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

Removed Paths:
-------------
    trunk/dports/python/py-sphinx/files/py24-sphinx

Modified: trunk/dports/python/py-sphinx/Portfile
===================================================================
--- trunk/dports/python/py-sphinx/Portfile	2013-12-13 12:50:34 UTC (rev 114652)
+++ trunk/dports/python/py-sphinx/Portfile	2013-12-13 12:52:59 UTC (rev 114653)
@@ -6,8 +6,7 @@
 PortGroup           select 1.0
 
 name                py-sphinx
-version             1.1.3
-revision            1
+version             1.2
 categories-append   textproc devel
 license             BSD
 maintainers         jmr gmail.com:michel.sylvan openmaintainer
@@ -26,16 +25,15 @@
 master_sites        https://pypi.python.org/packages/source/S/Sphinx/
 distname            Sphinx-${version}
 
-checksums           md5 8f55a6d4f87fc6d528120c5d1f983e98 \
-                    rmd160 5d4fe35a3d22d31965692d427421fde02b508a38 \
-                    sha256 34dc95b70a2b07a61b5d61034c34b05f82514aab54ad27adedb49cee911bb8e9
+checksums           md5 8516046aad73fe46dedece4e8e434328 \
+                    rmd160 82d88024572075a50563042a0a7062999e5fc8e3 \
+                    sha256 bc3c424a0114ff4711f64353cc3eaca30682a5bbfabf3a7f338cd5ea70af79da
 
-python.versions     24 25 26 27 31 32 33
+python.versions     25 26 27 31 32 33
 
-if {${name} ne ${subport}} {
-
-    depends_lib     port:py${python.version}-docutils
-
+if {$subport ne $name} {
+    depends_lib     port:py${python.version}-docutils \
+                    port:py${python.version}-setuptools
     depends_run     port:py${python.version}-pygments \
                     port:py${python.version}-jinja2 \
                     port:sphinx_select
@@ -51,10 +49,7 @@
 "
 
     livecheck.type  none
-
 } else {
-
     livecheck.type  regex
     livecheck.regex {<p>Current version: <b>([0-9.]+)</b></p>}
-
 }

Deleted: trunk/dports/python/py-sphinx/files/py24-sphinx
===================================================================
--- trunk/dports/python/py-sphinx/files/py24-sphinx	2013-12-13 12:50:34 UTC (rev 114652)
+++ trunk/dports/python/py-sphinx/files/py24-sphinx	2013-12-13 12:52:59 UTC (rev 114653)
@@ -1,4 +0,0 @@
-bin/sphinx-apidoc-2.4
-bin/sphinx-quickstart-2.4
-bin/sphinx-autogen-2.4
-bin/sphinx-build-2.4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131213/73653b00/attachment.html>


More information about the macports-changes mailing list