[130821] trunk/dports/python/py-tarfile/Portfile

larryv at macports.org larryv at macports.org
Fri Jan 2 14:06:33 PST 2015


Revision: 130821
          https://trac.macports.org/changeset/130821
Author:   larryv at macports.org
Date:     2015-01-02 14:06:33 -0800 (Fri, 02 Jan 2015)
Log Message:
-----------
py24-tarfile: Replace with python27

The tarfile module is in the CPython 2.7 standard library.

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

Modified: trunk/dports/python/py-tarfile/Portfile
===================================================================
--- trunk/dports/python/py-tarfile/Portfile	2015-01-02 21:39:13 UTC (rev 130820)
+++ trunk/dports/python/py-tarfile/Portfile	2015-01-02 22:06:33 UTC (rev 130821)
@@ -18,21 +18,9 @@
 
 homepage		http://www.gustaebel.de/lars/tarfile/
 master_sites	${homepage}
-distname		tarfile-${version}
-checksums		md5 56b67b2706e27898b2e7434356139701
 
 python.versions	24
 
-if {${name} ne ${subport}} {
-    test.run		yes
-    test.cmd		${python.bin} test_tarfile.py
-    test.target
-    
-    post-destroot	{
-        xinstall -m 644 -W ${worksrcpath}/doc lib.css module-tarfile.html \
-            tar-examples.html tarfile-objects.html tarinfo-objects.html \
-            ${destroot}${prefix}/share/doc/${subport}
-        xinstall -m 644 -W ${worksrcpath} HISTORY README README.python-2.x \
-            TODO ${destroot}${prefix}/share/doc/${subport}
-    }
-}
+depends_lib
+replaced_by		python27
+PortGroup		obsolete 1.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150102/0d28eec4/attachment.html>


More information about the macports-changes mailing list