[74158] trunk/dports/lang/python27/Portfile

jwa at macports.org jwa at macports.org
Mon Dec 6 02:44:21 PST 2010


Revision: 74158
          http://trac.macports.org/changeset/74158
Author:   jwa at macports.org
Date:     2010-12-06 02:44:15 -0800 (Mon, 06 Dec 2010)
Log Message:
-----------
version bump to 2.7.1, drop two unnecessary patch files due to own contribution, remove an installation preventing link

Modified Paths:
--------------
    trunk/dports/lang/python27/Portfile

Modified: trunk/dports/lang/python27/Portfile
===================================================================
--- trunk/dports/lang/python27/Portfile	2010-12-06 09:57:02 UTC (rev 74157)
+++ trunk/dports/lang/python27/Portfile	2010-12-06 10:44:15 UTC (rev 74158)
@@ -5,8 +5,7 @@
 
 name                    python27
 epoch			1
-version                 2.7
-revision        1
+version                 2.7.1
 
 set major               [lindex [split $version .] 0]
 set branch              [join [lrange [split ${version} .] 0 1] .]
@@ -26,15 +25,15 @@
    \tsudo python_select ${name}"
 
 homepage                http://www.python.org/
-master_sites            ${homepage}/ftp/python/${branch}/ \
-                        ftp://ftp.python.org/pub/python/${branch}/
+master_sites            ${homepage}/ftp/python/${version}/ \
+                        ftp://ftp.python.org/pub/python/${version}/
 
 distname                Python-${version}
 use_bzip2               yes
 
-checksums           md5     0e8c9ec32abf5b732bea7d91b38c3339 \
-                    sha1    6bbcd1ab16d07765a7a405671e1e43a2e74b8e6a \
-                    rmd160  e89957d8e76127fd4a86fd733deed1c0ad1248df
+checksums           md5     aa27bc25725137ba155910bd8e5ddc4f \
+                    sha1    fbe1894322ff91b80726e269c97454f4129fc2a3 \
+                    rmd160  3ce59305f6cd3fb320a53771d0ea01ec0687005f
 
 # patch-Lib-distutils-dist.py.diff comes from
 # <http://bugs.python.org/issue1180>
@@ -47,9 +46,7 @@
     patch-Makefile.pre.in.diff \
     patch-setup.py.diff \
     patch-Lib-cgi.py.diff \
-    patch-Lib-ctypes-macholib-dyld.py.diff \
-    patch-Lib-sysconfig.py.diff \
-    patch-Lib-distutils-util.py.diff
+    patch-Lib-ctypes-macholib-dyld.py.diff
 
 #                        patch-Mac-PythonLauncher-Makefile.in.diff \
 #                        patch-Mac-Makefile.in.diff \
@@ -115,7 +112,7 @@
 
    ln -s ${framewdir}/share/man/man1/python.1 ${destroot}${prefix}/share/man/man1/python${branch}.1
    ln -s ${framewdir}/Python ${destroot}${prefix}/lib/libpython${branch}.dylib
-   ln -s ${framewdir}/bin/2to3 ${destroot}${prefix}/bin/2to3-${branch}
+#   ln -s ${framewdir}/bin/2to3 ${destroot}${prefix}/bin/2to3-${branch}
 
    # Without this, LINKFORSHARED is set to 
    # ... $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101206/cb4f5970/attachment.html>


More information about the macports-changes mailing list