[23482] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 2 03:23:46 PDT 2007


Revision: 23482
          http://trac.macosforge.org/projects/macports/changeset/23482
Author:   mww at macports.org
Date:     2007-04-02 03:23:45 -0700 (Mon, 02 Apr 2007)

Log Message:
-----------
switch to python25 port group (no revision increment necessary)

Modified Paths:
--------------
    trunk/dports/python/py25-bsddb/Portfile
    trunk/dports/python/py25-bz2/Portfile
    trunk/dports/python/py25-crypto/Portfile
    trunk/dports/python/py25-curses/Portfile
    trunk/dports/python/py25-gdbm/Portfile
    trunk/dports/python/py25-hashlib/Portfile
    trunk/dports/python/py25-mx-base/Portfile
    trunk/dports/python/py25-mx-experimental/Portfile
    trunk/dports/python/py25-readline/Portfile
    trunk/dports/python/py25-sqlite3/Portfile
    trunk/dports/python/py25-tkinter/Portfile
    trunk/dports/python/py25-zlib/Portfile

Modified: trunk/dports/python/py25-bsddb/Portfile
===================================================================
--- trunk/dports/python/py25-bsddb/Portfile	2007-04-02 10:16:57 UTC (rev 23481)
+++ trunk/dports/python/py25-bsddb/Portfile	2007-04-02 10:23:45 UTC (rev 23482)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python25 1.0
+PortGroup python25 1.0
 
 name			py25-bsddb
 version			2.5
@@ -28,8 +28,7 @@
 
 set libdir ${prefix}/lib/db44
 set incdir ${prefix}/include/db44
-#depends_lib-append	port:db44
-depends_lib		port:python25 port:db44
+depends_lib-append	port:db44
 
 configure	{
 	cd ${worksrcpath}
@@ -38,12 +37,6 @@
 	reinplace "s|__INCDIR__|${incdir}|g" setup.py
 }
 
-# remove these lines when python25 port group is available
-build.cmd		${prefix}/bin/python2.5 setup.py
-build.target	build
-destroot.cmd	${build.cmd}
-destroot.destdir	--prefix=${prefix} --root=${destroot}
-
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/
 livecheck.regex	Python (2.5?\[0-9\]+)

Modified: trunk/dports/python/py25-bz2/Portfile
===================================================================
--- trunk/dports/python/py25-bz2/Portfile	2007-04-02 10:16:57 UTC (rev 23481)
+++ trunk/dports/python/py25-bz2/Portfile	2007-04-02 10:23:45 UTC (rev 23482)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python25 1.0
+PortGroup python25 1.0
 
 name			py25-bz2
 version			2.5
@@ -27,7 +27,7 @@
 
 set libdir ${prefix}/lib/
 set incdir ${prefix}/include/
-#depends_lib-append	port:bzip2
+depends_lib-append	port:bzip2
 depends_lib		port:python25 port:bzip2
 
 configure	{
@@ -37,12 +37,6 @@
 	reinplace "s|__INCDIR__|${incdir}|g" setup.py
 }
 
-# remove these lines when python25 port group is available
-build.cmd		${prefix}/bin/python2.5 setup.py
-build.target	build
-destroot.cmd	${build.cmd}
-destroot.destdir	--prefix=${prefix} --root=${destroot}
-
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/
 livecheck.regex	Python (2.5?\[0-9\]+)

Modified: trunk/dports/python/py25-crypto/Portfile
===================================================================
--- trunk/dports/python/py25-crypto/Portfile	2007-04-02 10:16:57 UTC (rev 23481)
+++ trunk/dports/python/py25-crypto/Portfile	2007-04-02 10:23:45 UTC (rev 23482)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python25 1.0
+PortGroup python25 1.0
 
 name			py25-crypto
 version			2.0.1
@@ -29,10 +29,3 @@
 		${destroot}${prefix}/share/doc/${name}
 }
 
-# remove these lines when python25 port group is available
-use_configure	no
-build.cmd		${prefix}/bin/python2.5 setup.py
-build.target	build
-destroot.cmd	${build.cmd}
-destroot.destdir	--prefix=${prefix} --root=${destroot}
-

Modified: trunk/dports/python/py25-curses/Portfile
===================================================================
--- trunk/dports/python/py25-curses/Portfile	2007-04-02 10:16:57 UTC (rev 23481)
+++ trunk/dports/python/py25-curses/Portfile	2007-04-02 10:23:45 UTC (rev 23482)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python25 1.0
+PortGroup python25 1.0
 
 name			py25-curses
 version			2.5
@@ -26,8 +26,7 @@
 	file copy	${filespath}/setup.py ${worksrcpath}
 }
 
-#depends_lib-append	port:ncursesw
-depends_lib		port:python25 port:ncursesw
+depends_lib-append	port:ncursesw
 
 configure	{
 	cd ${worksrcpath}
@@ -36,12 +35,6 @@
 	reinplace "s|__INCDIR__|${prefix}/include|g" setup.py
 }
 
-# remove these lines when python25 port group is available
-build.cmd		${prefix}/bin/python2.5 setup.py
-build.target	build
-destroot.cmd	${build.cmd}
-destroot.destdir	--prefix=${prefix} --root=${destroot}
-
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/
 livecheck.regex	Python (2.5?\[0-9\]+)

Modified: trunk/dports/python/py25-gdbm/Portfile
===================================================================
--- trunk/dports/python/py25-gdbm/Portfile	2007-04-02 10:16:57 UTC (rev 23481)
+++ trunk/dports/python/py25-gdbm/Portfile	2007-04-02 10:23:45 UTC (rev 23482)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python25 1.0
+PortGroup python25 1.0
 
 name			py25-gdbm
 version			2.5
@@ -18,8 +18,7 @@
 checksums		sha1 98ce9346cc4a7ef4621ecdcfc3957d595d97a078
 use_bzip2		yes
 
-#depends_lib-append	port:gdbm
-depends_lib		port:python25 port:gdbm
+depends_lib-append	port:gdbm
 
 worksrcdir	${worksrcdir}/Modules
 
@@ -34,13 +33,6 @@
 	reinplace "s|__PREFIX__|${prefix}|g" setup.py
 }
 
-# remove these lines when python25 port group is available
-use_configure	no
-build.cmd		${prefix}/bin/python2.5 setup.py
-build.target	build
-destroot.cmd	${build.cmd}
-destroot.destdir	--prefix=${prefix} --root=${destroot}
-
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/
 livecheck.regex	Python (2.5?\[0-9\]+)

Modified: trunk/dports/python/py25-hashlib/Portfile
===================================================================
--- trunk/dports/python/py25-hashlib/Portfile	2007-04-02 10:16:57 UTC (rev 23481)
+++ trunk/dports/python/py25-hashlib/Portfile	2007-04-02 10:23:45 UTC (rev 23482)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python25 1.0
+PortGroup python25 1.0
 
 name			py25-hashlib
 version			2.5
@@ -19,8 +19,7 @@
 checksums		sha1 98ce9346cc4a7ef4621ecdcfc3957d595d97a078
 use_bzip2		yes
 
-#depends_lib-append	port:openssl
-depends_lib		port:python25 port:openssl
+depends_lib-append	port:openssl
 
 worksrcdir		${worksrcdir}/Modules
 
@@ -34,12 +33,6 @@
 	reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/setup.py
 }
 
-# remove these lines when python25 port group is available
-build.cmd		${prefix}/bin/python2.5 setup.py
-build.target	build
-destroot.cmd	${build.cmd}
-destroot.destdir	--prefix=${prefix} --root=${destroot}
-
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/
 livecheck.regex	Python (2.5?\[0-9\]+)

Modified: trunk/dports/python/py25-mx-base/Portfile
===================================================================
--- trunk/dports/python/py25-mx-base/Portfile	2007-04-02 10:16:57 UTC (rev 23481)
+++ trunk/dports/python/py25-mx-base/Portfile	2007-04-02 10:23:45 UTC (rev 23482)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python25 1.0
+PortGroup python25 1.0
 
 name			py25-mx-base
 version			2.0.6
@@ -19,14 +19,6 @@
 distname		egenix-mx-base-${version}
 checksums		sha1 7f964408e3bd907c1a39b0f8d8d00d2367d97841
 
-# remove these lines when python25 port group is available
-depends_lib		port:python25
-use_configure	no
-build.cmd		${prefix}/bin/python2.5 setup.py
-build.target	build
-destroot.cmd	${build.cmd}
-destroot.destdir	--prefix=${prefix} --root=${destroot}
-
 livecheck.check	regex
 livecheck.url	${homepage}
 livecheck.regex	egenix-mx-base-(\[0-9\.\]+).tar.gz

Modified: trunk/dports/python/py25-mx-experimental/Portfile
===================================================================
--- trunk/dports/python/py25-mx-experimental/Portfile	2007-04-02 10:16:57 UTC (rev 23481)
+++ trunk/dports/python/py25-mx-experimental/Portfile	2007-04-02 10:23:45 UTC (rev 23482)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python25 1.0
+PortGroup python25 1.0
 
 name			py25-mx-experimental
 version			0.9.0
@@ -20,14 +20,6 @@
 distname		egenix-mx-experimental-${version}
 checksums		sha1 24faafb5a98f139db7a136fa38ce35b9ff00db84
 
-#depends_lib-append	port:mpfr port:gmp
-depends_lib		port:python25 port:mpfr port:gmp
+depends_lib-append	port:mpfr port:gmp
 depends_run		port:py25-mx-base
 
-# remove these lines when python25 port group is available
-use_configure	no
-build.cmd		${prefix}/bin/python2.5 setup.py
-build.target	build
-destroot.cmd	${build.cmd}
-destroot.destdir	--prefix=${prefix} --root=${destroot}
-

Modified: trunk/dports/python/py25-readline/Portfile
===================================================================
--- trunk/dports/python/py25-readline/Portfile	2007-04-02 10:16:57 UTC (rev 23481)
+++ trunk/dports/python/py25-readline/Portfile	2007-04-02 10:23:45 UTC (rev 23482)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python25 1.0
+PortGroup python25 1.0
 
 name			py25-readline
 version			2.5
@@ -18,8 +18,7 @@
 checksums		sha1 98ce9346cc4a7ef4621ecdcfc3957d595d97a078
 use_bzip2		yes
 
-#depends_lib-append	port:readline
-depends_lib		port:python25 port:readline
+depends_lib-append	port:readline
 
 worksrcdir		${worksrcdir}/Modules
 
@@ -33,12 +32,6 @@
 	reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/setup.py
 }
 
-# remove these lines when python25 port group is available
-build.cmd		${prefix}/bin/python2.5 setup.py
-build.target	build
-destroot.cmd	${build.cmd}
-destroot.destdir	--prefix=${prefix} --root=${destroot}
-
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/
 livecheck.regex	Python (2.5?\[0-9\]+)

Modified: trunk/dports/python/py25-sqlite3/Portfile
===================================================================
--- trunk/dports/python/py25-sqlite3/Portfile	2007-04-02 10:16:57 UTC (rev 23481)
+++ trunk/dports/python/py25-sqlite3/Portfile	2007-04-02 10:23:45 UTC (rev 23482)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python25 1.0
+PortGroup python25 1.0
 
 name			py25-sqlite3
 version			2.5
@@ -27,8 +27,7 @@
 
 set libdir ${prefix}/lib/
 set incdir ${prefix}/include/
-#depends_lib-append	port:sqlite3
-depends_lib		port:python25 port:sqlite3
+depends_lib-append	port:sqlite3
 
 configure	{
 	cd ${worksrcpath}
@@ -37,12 +36,6 @@
 	reinplace "s|__INCDIR__|${incdir}|g" setup.py
 }
 
-# remove these lines when python25 port group is available
-build.cmd		${prefix}/bin/python2.5 setup.py
-build.target	build
-destroot.cmd	${build.cmd}
-destroot.destdir	--prefix=${prefix} --root=${destroot}
-
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/
 livecheck.regex	Python (2.5?\[0-9\]+)

Modified: trunk/dports/python/py25-tkinter/Portfile
===================================================================
--- trunk/dports/python/py25-tkinter/Portfile	2007-04-02 10:16:57 UTC (rev 23481)
+++ trunk/dports/python/py25-tkinter/Portfile	2007-04-02 10:23:45 UTC (rev 23482)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python25 1.0
+PortGroup python25 1.0
 
 name			py25-tkinter
 version			2.5
@@ -18,8 +18,7 @@
 checksums		sha1 98ce9346cc4a7ef4621ecdcfc3957d595d97a078
 use_bzip2		yes
 
-#depends_lib-append	port:tcl port:tk
-depends_lib		port:python25 port:tcl port:tk
+depends_lib-append	port:tcl port:tk
 
 worksrcdir		${worksrcdir}/Modules
 
@@ -34,12 +33,6 @@
 	reinplace "s|__TK-VERSION__|8.4|g" ${worksrcpath}/setup.py
 }
 
-# remove these lines when python25 port group is available
-build.cmd		${prefix}/bin/python2.5 setup.py
-build.target	build
-destroot.cmd	${build.cmd}
-destroot.destdir	--prefix=${prefix} --root=${destroot}
-
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/
 livecheck.regex	Python (2.5?\[0-9\]+)

Modified: trunk/dports/python/py25-zlib/Portfile
===================================================================
--- trunk/dports/python/py25-zlib/Portfile	2007-04-02 10:16:57 UTC (rev 23481)
+++ trunk/dports/python/py25-zlib/Portfile	2007-04-02 10:23:45 UTC (rev 23482)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem 1.0
-#PortGroup python25 1.0
+PortGroup python25 1.0
 
 name			py25-zlib
 version			2.5
@@ -25,8 +25,7 @@
 	file copy	${filespath}/setup.py ${worksrcpath}
 }
 
-#depends_lib-append	port:zlib
-depends_lib		port:python25 port:zlib
+depends_lib-append	port:zlib
 
 configure	{
 	cd ${worksrcpath}
@@ -35,12 +34,6 @@
 	reinplace "s|__INCDIR__|${prefix}/include|g" setup.py
 }
 
-# remove these lines when python25 port group is available
-build.cmd		${prefix}/bin/python2.5 setup.py
-build.target	build
-destroot.cmd	${build.cmd}
-destroot.destdir	--prefix=${prefix} --root=${destroot}
-
 livecheck.check	regex
 livecheck.url	http://www.python.org/download/releases/
 livecheck.regex	Python (2.5?\[0-9\]+)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070402/2cb26819/attachment.html


More information about the macports-changes mailing list