[122823] branches/gsoc14-pip2port

gaurav at macports.org gaurav at macports.org
Thu Jul 31 02:05:36 PDT 2014


Revision: 122823
          https://trac.macports.org/changeset/122823
Author:   gaurav at macports.org
Date:     2014-07-31 02:05:36 -0700 (Thu, 31 Jul 2014)
Log Message:
-----------
Updated distfile for portfile

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

Modified: branches/gsoc14-pip2port/pypi2port
===================================================================
--- branches/gsoc14-pip2port/pypi2port	2014-07-31 07:27:39 UTC (rev 122822)
+++ branches/gsoc14-pip2port/pypi2port	2014-07-31 09:05:36 UTC (rev 122823)
@@ -331,8 +331,8 @@
             master_site_exists = True
         else:
             master_site_exists = False
-#        file.write('distname            py-{0}{1}\n\n'.format(
-#                   dict['name'], dict['version']))
+        file.write('distname            {0}-{1}.tar.gz\n\n'.format(
+                   dict['name'], dict['version']))
 
 
         print "Attempting to generate checksums for "+dict['name']+"..."

Modified: branches/gsoc14-pip2port/pypi2port.py
===================================================================
--- branches/gsoc14-pip2port/pypi2port.py	2014-07-31 07:27:39 UTC (rev 122822)
+++ branches/gsoc14-pip2port/pypi2port.py	2014-07-31 09:05:36 UTC (rev 122823)
@@ -331,8 +331,8 @@
             master_site_exists = True
         else:
             master_site_exists = False
-#        file.write('distname            py-{0}{1}\n\n'.format(
-#                   dict['name'], dict['version']))
+        file.write('distname            {0}-{1}.tar.gz\n\n'.format(
+                   dict['name'], dict['version']))
 
 
         print "Attempting to generate checksums for "+dict['name']+"..."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140731/c13106e7/attachment.html>


More information about the macports-changes mailing list