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

stromnov at macports.org stromnov at macports.org
Fri Feb 6 07:46:31 PST 2015


Revision: 132653
          https://trac.macports.org/changeset/132653
Author:   stromnov at macports.org
Date:     2015-02-06 07:46:31 -0800 (Fri, 06 Feb 2015)
Log Message:
-----------
py-dateutil: update to version 2.4.0

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

Modified: trunk/dports/python/py-dateutil/Portfile
===================================================================
--- trunk/dports/python/py-dateutil/Portfile	2015-02-06 14:36:35 UTC (rev 132652)
+++ trunk/dports/python/py-dateutil/Portfile	2015-02-06 15:46:31 UTC (rev 132653)
@@ -6,8 +6,8 @@
 
 name              py-dateutil
 set my_name       python-dateutil
-version           2.2
-revision          2
+version           2.4.0
+revision          0
 platforms         darwin
 supported_archs   noarch
 maintainers       dh openmaintainer
@@ -20,8 +20,8 @@
 master_sites      https://pypi.python.org/packages/source/p/python-dateutil
 distname          ${my_name}-${version}
 
-checksums         rmd160 e72e546d762ffb3c2c952fcc77031352a9992b27 \
-                  sha256 eec865307ebe7f329a6a9945c15453265a449cdaaf3710340828a1934d53e468
+checksums         rmd160  c58df47ca321fcd867f94f48db3777f8e01e47cd \
+                  sha256  439df33ce47ef1478a4f4765f3390eab0ed3ec4ae10be32f2930000c8d19f417
 
 python.versions   26 27 33 34
 
@@ -31,20 +31,14 @@
     depends_lib-append  port:py${python.version}-six
 
     test.run          yes
-    test.cmd          ${python.bin} test.py
+    test.cmd          ${python.bin} setup.py test
     test.target
     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 NEWS ${destroot}${docdir}
-
-        # Fix permissions problems on these files
-        xinstall -m 0644 -W ${worksrcpath}/python_dateutil.egg-info \
-            PKG-INFO SOURCES.txt dependency_links.txt not-zip-safe requires.txt top_level.txt \
-            ${destroot}${python.pkgd}/python_dateutil-${version}-py${python.branch}.egg-info
-
+        xinstall -m 0644 -W ${worksrcpath} LICENSE README.rst NEWS ${destroot}${docdir}
     }
     livecheck.type    none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150206/c10e1f90/attachment.html>


More information about the macports-changes mailing list