[146958] trunk/dports/python/py-dateutil/Portfile

petr at macports.org petr at macports.org
Tue Mar 22 07:23:29 PDT 2016


Revision: 146958
          https://trac.macports.org/changeset/146958
Author:   petr at macports.org
Date:     2016-03-22 07:23:29 -0700 (Tue, 22 Mar 2016)
Log Message:
-----------
py-dateutil: whitespace changes, correct indentation

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

Modified: trunk/dports/python/py-dateutil/Portfile
===================================================================
--- trunk/dports/python/py-dateutil/Portfile	2016-03-22 13:16:45 UTC (rev 146957)
+++ trunk/dports/python/py-dateutil/Portfile	2016-03-22 14:23:29 UTC (rev 146958)
@@ -1,47 +1,48 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem        1.0
-PortGroup         python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
-name              py-dateutil
-set my_name       python-dateutil
-version           2.4.2
-revision          0
-platforms         darwin
-supported_archs   noarch
-maintainers       dh openmaintainer
-license           BSD
+name                py-dateutil
+set my_name         python-dateutil
+version             2.4.2
+revision            0
+platforms           darwin
+supported_archs     noarch
+maintainers         dh openmaintainer
+license             BSD
 
-description       powerful extensions to the standard python datetime module
-long_description  ${description}
+description         powerful extensions to the standard python datetime module
+long_description    ${description}
 
-homepage          https://pypi.python.org/pypi/python-dateutil
-master_sites      https://pypi.python.org/packages/source/p/python-dateutil
-distname          ${my_name}-${version}
+homepage            https://pypi.python.org/pypi/python-dateutil
+master_sites        https://pypi.python.org/packages/source/p/python-dateutil
+distname            ${my_name}-${version}
 
-checksums         rmd160  07ebff23086b9bf046660a4b19e5768c5e93c8c7 \
-                  sha256  3e95445c1db500a344079a47b171c45ef18f57d188dffdb0e4165c71bea8eb3d
+checksums           rmd160  07ebff23086b9bf046660a4b19e5768c5e93c8c7 \
+                    sha256  3e95445c1db500a344079a47b171c45ef18f57d188dffdb0e4165c71bea8eb3d
 
-python.versions   26 27 33 34 35
+python.versions     26 27 33 34 35
 
 if {${name} ne ${subport}} {
     depends_build       port:py${python.version}-setuptools
     depends_run         path:${python.pkgd}/pytz:py${python.version}-tz
     depends_lib-append  port:py${python.version}-six
 
-    test.run          yes
-    test.cmd          ${python.bin} setup.py test
+    test.run        yes
+    test.cmd        ${python.bin} setup.py test
     test.target
-    test.env          PYTHONPATH=${worksrcpath}/build/lib
+    test.env        PYTHONPATH=${worksrcpath}/build/lib
 
     post-destroot {
         set docdir ${prefix}/share/doc/${subport}
         xinstall -d ${destroot}${docdir}
         xinstall -m 0644 -W ${worksrcpath} LICENSE README.rst NEWS ${destroot}${docdir}
     }
-    livecheck.type    none
+
+    livecheck.type  none
 } else {
-    livecheck.type    regex
-    livecheck.regex   /${my_name}-(\\d+(?:\\.\\d+)*)
+    livecheck.type  regex
+    livecheck.regex /${my_name}-(\\d+(?:\\.\\d+)*)
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160322/56be7a26/attachment.html>


More information about the macports-changes mailing list