[151510] trunk/dports/python/py-elementtree

larryv at macports.org larryv at macports.org
Tue Aug 16 23:16:34 PDT 2016


Revision: 151510
          https://trac.macports.org/changeset/151510
Author:   larryv at macports.org
Date:     2016-08-16 23:16:34 -0700 (Tue, 16 Aug 2016)
Log Message:
-----------
py-elementtree: Give patch a patchy extension

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

Added Paths:
-----------
    trunk/dports/python/py-elementtree/files/patch-setup.py.diff

Removed Paths:
-------------
    trunk/dports/python/py-elementtree/files/patch-setup.py

Modified: trunk/dports/python/py-elementtree/Portfile
===================================================================
--- trunk/dports/python/py-elementtree/Portfile	2016-08-17 06:09:16 UTC (rev 151509)
+++ trunk/dports/python/py-elementtree/Portfile	2016-08-17 06:16:34 UTC (rev 151510)
@@ -28,7 +28,7 @@
     checksums           rmd160  813aaf07a0fcdfb23d29b648a8e082e1674539f5 \
                         sha256  b5dd2c4e234f325abc1c7fb17815cb6cbcfef062f01065ddb05a6d6b96452f18
     use_zip			yes
-    patchfiles		patch-setup.py
+    patchfiles		patch-setup.py.diff
 
     depends_build-append	port:py${python.version}-setuptools
 

Deleted: trunk/dports/python/py-elementtree/files/patch-setup.py
===================================================================
--- trunk/dports/python/py-elementtree/files/patch-setup.py	2016-08-17 06:09:16 UTC (rev 151509)
+++ trunk/dports/python/py-elementtree/files/patch-setup.py	2016-08-17 06:16:34 UTC (rev 151510)
@@ -1,11 +0,0 @@
---- setup.py.orig	2007-10-16 13:29:43.000000000 -0700
-+++ setup.py	2007-10-16 13:34:32.000000000 -0700
-@@ -5,6 +5,8 @@
- #
- # Usage: python setup.py install
- #
-+from ez_setup import use_setuptools
-+use_setuptools()
- 
- from distutils.core import setup
- 

Copied: trunk/dports/python/py-elementtree/files/patch-setup.py.diff (from rev 151509, trunk/dports/python/py-elementtree/files/patch-setup.py)
===================================================================
--- trunk/dports/python/py-elementtree/files/patch-setup.py.diff	                        (rev 0)
+++ trunk/dports/python/py-elementtree/files/patch-setup.py.diff	2016-08-17 06:16:34 UTC (rev 151510)
@@ -0,0 +1,11 @@
+--- setup.py.orig	2007-10-16 13:29:43.000000000 -0700
++++ setup.py	2007-10-16 13:34:32.000000000 -0700
+@@ -5,6 +5,8 @@
+ #
+ # Usage: python setup.py install
+ #
++from ez_setup import use_setuptools
++use_setuptools()
+ 
+ from distutils.core import setup
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160816/5a16dbca/attachment-0001.html>


More information about the macports-changes mailing list