Revision: 117309 https://trac.macports.org/changeset/117309 Author: cal@macports.org Date: 2014-02-21 13:16:05 -0800 (Fri, 21 Feb 2014) Log Message: ----------- py-{docutils,jinja2,markupsafe,pygments,roman,sphinx}: add python 3.4 subport, #37899, openmaintainer Modified Paths: -------------- trunk/dports/python/py-docutils/Portfile trunk/dports/python/py-jinja2/Portfile trunk/dports/python/py-markupsafe/Portfile trunk/dports/python/py-pygments/Portfile trunk/dports/python/py-roman/Portfile trunk/dports/python/py-sphinx/Portfile Added Paths: ----------- trunk/dports/python/py-sphinx/files/py34-sphinx Modified: trunk/dports/python/py-docutils/Portfile =================================================================== --- trunk/dports/python/py-docutils/Portfile 2014-02-21 21:10:44 UTC (rev 117308) +++ trunk/dports/python/py-docutils/Portfile 2014-02-21 21:16:05 UTC (rev 117309) @@ -26,7 +26,7 @@ sha1 3894ebcbcbf8aa54ce7c3d2c8f05460544912d67 \ rmd160 73fa71348388f4c47c70d8894e7c154d48e0c1b2 -python.versions 24 25 26 27 31 32 33 +python.versions 24 25 26 27 31 32 33 34 if {${name} ne ${subport}} { depends_lib port:py${python.version}-roman Modified: trunk/dports/python/py-jinja2/Portfile =================================================================== --- trunk/dports/python/py-jinja2/Portfile 2014-02-21 21:10:44 UTC (rev 117308) +++ trunk/dports/python/py-jinja2/Portfile 2014-02-21 21:16:05 UTC (rev 117309) @@ -28,7 +28,7 @@ sha1 1ce4c8bc722444ec3e77ef9db76faebbd17a40d8 \ rmd160 7bf0278d6fd75fc402b5dba785b29badeb507650 -python.versions 24 25 26 27 31 32 33 +python.versions 24 25 26 27 31 32 33 34 if {${name} ne ${subport}} { depends_lib port:py${python.version}-setuptools \ Modified: trunk/dports/python/py-markupsafe/Portfile =================================================================== --- trunk/dports/python/py-markupsafe/Portfile 2014-02-21 21:10:44 UTC (rev 117308) +++ trunk/dports/python/py-markupsafe/Portfile 2014-02-21 21:16:05 UTC (rev 117309) @@ -12,7 +12,7 @@ license BSD python.default_version 27 -python.versions 24 25 26 27 31 32 33 +python.versions 24 25 26 27 31 32 33 34 maintainers perry openmaintainer Modified: trunk/dports/python/py-pygments/Portfile =================================================================== --- trunk/dports/python/py-pygments/Portfile 2014-02-21 21:10:44 UTC (rev 117308) +++ trunk/dports/python/py-pygments/Portfile 2014-02-21 21:16:05 UTC (rev 117309) @@ -12,7 +12,7 @@ license BSD supported_archs noarch -python.versions 24 25 26 27 31 32 33 +python.versions 24 25 26 27 31 32 33 34 maintainers erickt openmaintainer Modified: trunk/dports/python/py-roman/Portfile =================================================================== --- trunk/dports/python/py-roman/Portfile 2014-02-21 21:10:44 UTC (rev 117308) +++ trunk/dports/python/py-roman/Portfile 2014-02-21 21:16:05 UTC (rev 117309) @@ -7,7 +7,7 @@ set realname roman name py-${realname} version 2.0.0 -python.versions 24 25 26 27 31 32 33 +python.versions 24 25 26 27 31 32 33 34 categories-append textproc license PSF-2.1.1 platforms darwin Modified: trunk/dports/python/py-sphinx/Portfile =================================================================== --- trunk/dports/python/py-sphinx/Portfile 2014-02-21 21:10:44 UTC (rev 117308) +++ trunk/dports/python/py-sphinx/Portfile 2014-02-21 21:16:05 UTC (rev 117309) @@ -29,7 +29,7 @@ rmd160 7a672438985f0aed9c0a1d4b1cf488ce808815d4 \ sha256 182e5c81c3250e1752e744b6a35af4ef680bb6251276b49ef7d17f1d25e9ce70 -python.versions 25 26 27 31 32 33 +python.versions 25 26 27 31 32 33 34 if {$subport ne $name} { depends_lib port:py${python.version}-docutils \ Copied: trunk/dports/python/py-sphinx/files/py34-sphinx (from rev 117300, trunk/dports/python/py-sphinx/files/py33-sphinx) =================================================================== --- trunk/dports/python/py-sphinx/files/py34-sphinx (rev 0) +++ trunk/dports/python/py-sphinx/files/py34-sphinx 2014-02-21 21:16:05 UTC (rev 117309) @@ -0,0 +1,4 @@ +${frameworks_dir}/Python.framework/Versions/3.4/bin/sphinx-apidoc +${frameworks_dir}/Python.framework/Versions/3.4/bin/sphinx-quickstart +${frameworks_dir}/Python.framework/Versions/3.4/bin/sphinx-autogen +${frameworks_dir}/Python.framework/Versions/3.4/bin/sphinx-build