Revision
122847
Author
gaurav@macports.org
Date
2014-07-31 11:41:44 -0700 (Thu, 31 Jul 2014)

Log Message

Updated distfiles parameter

Modified Paths

Diff

Modified: branches/gsoc14-pip2port/pypi2port (122846 => 122847)


--- 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 (122846 => 122847)


--- 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']))