[122847] branches/gsoc14-pip2port

gaurav at macports.org gaurav at macports.org
Thu Jul 31 11:41:44 PDT 2014


Revision: 122847
          https://trac.macports.org/changeset/122847
Author:   gaurav at macports.org
Date:     2014-07-31 11:41:44 -0700 (Thu, 31 Jul 2014)
Log Message:
-----------
Updated distfiles parameter

Modified Paths:
--------------
    branches/gsoc14-pip2port/pypi2port
    branches/gsoc14-pip2port/pypi2port.py

Modified: branches/gsoc14-pip2port/pypi2port
===================================================================
--- branches/gsoc14-pip2port/pypi2port	2014-07-31 18:29:17 UTC (rev 122846)
+++ branches/gsoc14-pip2port/pypi2port	2014-07-31 18:41:44 UTC (rev 122847)
@@ -331,7 +331,7 @@
             master_site_exists = True
         else:
             master_site_exists = False
-        file.write('distname            {0}-{1}.tar.gz\n\n'.format(
+        file.write('distname            {0}-{1}\n\n'.format(
                    dict['name'], dict['version']))
 
 

Modified: branches/gsoc14-pip2port/pypi2port.py
===================================================================
--- branches/gsoc14-pip2port/pypi2port.py	2014-07-31 18:29:17 UTC (rev 122846)
+++ branches/gsoc14-pip2port/pypi2port.py	2014-07-31 18:41:44 UTC (rev 122847)
@@ -331,7 +331,7 @@
             master_site_exists = True
         else:
             master_site_exists = False
-        file.write('distname            {0}-{1}.tar.gz\n\n'.format(
+        file.write('distname            {0}-{1}\n\n'.format(
                    dict['name'], dict['version']))
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140731/d3838495/attachment.html>


More information about the macports-changes mailing list