[63914] trunk/dports/python

snc at macports.org snc at macports.org
Wed Feb 17 17:49:24 PST 2010


Revision: 63914
          http://trac.macports.org/changeset/63914
Author:   snc at macports.org
Date:     2010-02-17 17:49:24 -0800 (Wed, 17 Feb 2010)
Log Message:
-----------
adding some python27 ports that can successfully be imported in py27

Modified Paths:
--------------
    trunk/dports/python/py27-distribute/Portfile
    trunk/dports/python/py27-hgsvn/Portfile
    trunk/dports/python/py27-psycopg2/Portfile
    trunk/dports/python/py27-setuptools/Portfile
    trunk/dports/python/py27-shapely/Portfile
    trunk/dports/python/py27-sqlite/Portfile
    trunk/dports/python/py27-twisted/Portfile
    trunk/dports/python/py27-twisted-web2/Portfile
    trunk/dports/python/py27-xlrd/Portfile
    trunk/dports/python/py27-xlwt/Portfile
    trunk/dports/python/py27-zopeinterface/Portfile

Added Paths:
-----------
    trunk/dports/python/py27-distribute/
    trunk/dports/python/py27-hgsvn/
    trunk/dports/python/py27-psycopg2/
    trunk/dports/python/py27-setuptools/
    trunk/dports/python/py27-shapely/
    trunk/dports/python/py27-sqlite/
    trunk/dports/python/py27-sqlite/files/patch-setup.py.diff
    trunk/dports/python/py27-twisted/
    trunk/dports/python/py27-twisted-web2/
    trunk/dports/python/py27-xlrd/
    trunk/dports/python/py27-xlwt/
    trunk/dports/python/py27-zopeinterface/

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

Modified: trunk/dports/python/py27-distribute/Portfile
===================================================================
--- trunk/dports/python/py26-distribute/Portfile	2010-02-18 00:54:06 UTC (rev 63911)
+++ trunk/dports/python/py27-distribute/Portfile	2010-02-18 01:49:24 UTC (rev 63914)
@@ -1,11 +1,13 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
-name                py26-distribute
+PortGroup           python27 1.0
+
+name                py27-distribute
 version             0.6.8
 categories-append   devel
-maintainers         nomaintainer
+maintainers         snc openmaintainer
 description         Replacement for setuptools
 long_description \
    Distribute is a fork of the Setuptools project. It is intended to replace \
@@ -18,7 +20,7 @@
 master_sites        http://pypi.python.org/packages/source/d/distribute/
 distname            distribute-${version}
 
-conflicts           py26-setuptools
+conflicts           py27-setuptools
 
 checksums           md5     c0c6a6b273234cb2cf8c4f82612e375c \
                     sha1    8e37560e68c042baacb18d78b5b5197d6d9c5610 \

Modified: trunk/dports/python/py27-hgsvn/Portfile
===================================================================
--- trunk/dports/python/py26-hgsvn/Portfile	2010-02-18 00:54:06 UTC (rev 63911)
+++ trunk/dports/python/py27-hgsvn/Portfile	2010-02-18 01:49:24 UTC (rev 63914)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem        1.0
-PortGroup         python26 1.0
+PortGroup         python27 1.0
 
-name                    py26-hgsvn
+name                    py27-hgsvn
 version                 0.1.7
 categories              python devel
 platforms               darwin
@@ -20,7 +20,7 @@
                         sha1    e53a631786a011569d7cfd6677d0bb7f681a9b15 \
                         rmd160  840f3c14461dbddf4ecbe4ac27053c18e2a56579
 
-depends_lib-append      port:py26-setuptools
+depends_lib-append      port:py27-setuptools
 
 post-destroot   {
         xinstall -m 644 -W ${worksrcpath} AUTHORS.txt COPYING.txt README.txt TODO.txt  \

Modified: trunk/dports/python/py27-psycopg2/Portfile
===================================================================
--- trunk/dports/python/py26-psycopg2/Portfile	2010-02-18 00:54:06 UTC (rev 63911)
+++ trunk/dports/python/py27-psycopg2/Portfile	2010-02-18 01:49:24 UTC (rev 63914)
@@ -2,9 +2,9 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python27 1.0
 
-name                py26-psycopg2
+name                py27-psycopg2
 version             2.0.13
 categories-append   databases
 license             GPLv2+

Modified: trunk/dports/python/py27-setuptools/Portfile
===================================================================
--- trunk/dports/python/py26-setuptools/Portfile	2010-02-18 00:54:06 UTC (rev 63911)
+++ trunk/dports/python/py27-setuptools/Portfile	2010-02-18 01:49:24 UTC (rev 63914)
@@ -2,12 +2,12 @@
 # $Id$
 
 PortSystem			1.0
-PortGroup  python26 1.0
+PortGroup  python27 1.0
 
-name				py26-setuptools
+name				py27-setuptools
 version				0.6c11
 categories-append	devel
-maintainers		    mcalhoun openmaintainer
+maintainers		    mcalhoun snc openmaintainer
 description			distutils enhancement for build and distribution
 long_description \
 	setuptools is a collection of enhancements to the Python distutils that \
@@ -20,7 +20,7 @@
 master_sites		http://pypi.python.org/packages/source/s/setuptools
 distname			setuptools-${version}
 
-conflicts			py26-distribute
+conflicts			py27-distribute
 
 checksums			md5     7df2a529a074f613b509fb44feefe74e \
 					sha1    8d1ad6384d358c547c50c60f1bfdb3362c6c4a7d \

Modified: trunk/dports/python/py27-shapely/Portfile
===================================================================
--- trunk/dports/python/py26-shapely/Portfile	2010-02-18 00:54:06 UTC (rev 63911)
+++ trunk/dports/python/py27-shapely/Portfile	2010-02-18 01:49:24 UTC (rev 63914)
@@ -2,11 +2,10 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       python26 1.0
+PortGroup       python27 1.0
 
-name            py26-shapely
+name            py27-shapely
 version         1.0.14
-revision        1
 categories      python devel
 platforms       darwin
 maintainers     snc openmaintainer
@@ -26,7 +25,7 @@
 dist_subdir     python/${name}/${version}_${revision}
 
 depends_lib-append      port:geos
-depends_build-append    port:py26-setuptools
+depends_build-append    port:py27-setuptools
 
 checksums           md5     0e6576caffc0733c8c8e2bb19a09e7e4 \
                     sha1    8964f520d49479b1ebc446d424f83d5592943026 \

Modified: trunk/dports/python/py27-sqlite/Portfile
===================================================================
--- trunk/dports/python/py26-sqlite/Portfile	2010-02-18 00:54:06 UTC (rev 63911)
+++ trunk/dports/python/py27-sqlite/Portfile	2010-02-18 01:49:24 UTC (rev 63914)
@@ -2,9 +2,9 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup           python26 1.0
+PortGroup           python27 1.0
 
-name                py26-sqlite
+name                py27-sqlite
 version             2.5.6
 categories          python databases
 maintainers         snc openmaintainer
@@ -22,7 +22,7 @@
 
 depends_lib-append  port:sqlite3
 
-patchfiles          patch-setup.py
+patchfiles          patch-setup.py.diff
 
 test.dir            "${worksrcpath}/build/lib.macosx-${macosx_deployment_target}-${os.arch}-${python.branch}"
 test.run            yes

Deleted: trunk/dports/python/py27-sqlite/files/patch-setup.py
===================================================================
--- trunk/dports/python/py26-sqlite/files/patch-setup.py	2010-02-18 00:54:06 UTC (rev 63911)
+++ trunk/dports/python/py27-sqlite/files/patch-setup.py	2010-02-18 01:49:24 UTC (rev 63914)
@@ -1,16 +0,0 @@
---- setup.py	2006-04-12 19:39:57.000000000 +0200
-+++ work/pysqlite-2.2.0/setup.py	2006-04-12 19:43:21.000000000 +0200
-@@ -104,11 +104,11 @@
-         print "Fatal error: PYSQLITE_VERSION could not be detected!"
-         sys.exit(1)
- 
--    data_files = [("pysqlite2-doc",
-+    data_files = [("share/doc/py-sqlite",
-                         glob.glob("doc/*.html") \
-                       + glob.glob("doc/*.txt") \
-                       + glob.glob("doc/*.css")),
--                   ("pysqlite2-doc/code",
-+                   ("share/doc/py-sqlite/code",
-                         glob.glob("doc/code/*.py"))]
- 
-     py_modules = ["sqlite"]

Copied: trunk/dports/python/py27-sqlite/files/patch-setup.py.diff (from rev 63911, trunk/dports/python/py26-sqlite/files/patch-setup.py)
===================================================================
--- trunk/dports/python/py27-sqlite/files/patch-setup.py.diff	                        (rev 0)
+++ trunk/dports/python/py27-sqlite/files/patch-setup.py.diff	2010-02-18 01:49:24 UTC (rev 63914)
@@ -0,0 +1,16 @@
+--- setup.py	2006-04-12 19:39:57.000000000 +0200
++++ work/pysqlite-2.2.0/setup.py	2006-04-12 19:43:21.000000000 +0200
+@@ -104,11 +104,11 @@
+         print "Fatal error: PYSQLITE_VERSION could not be detected!"
+         sys.exit(1)
+ 
+-    data_files = [("pysqlite2-doc",
++    data_files = [("share/doc/py-sqlite",
+                         glob.glob("doc/*.html") \
+                       + glob.glob("doc/*.txt") \
+                       + glob.glob("doc/*.css")),
+-                   ("pysqlite2-doc/code",
++                   ("share/doc/py-sqlite/code",
+                         glob.glob("doc/code/*.py"))]
+ 
+     py_modules = ["sqlite"]

Modified: trunk/dports/python/py27-twisted/Portfile
===================================================================
--- trunk/dports/python/py26-twisted/Portfile	2010-02-18 00:27:28 UTC (rev 63908)
+++ trunk/dports/python/py27-twisted/Portfile	2010-02-18 01:49:24 UTC (rev 63914)
@@ -2,13 +2,13 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup  python26 1.0
+PortGroup  python27 1.0
 
-name			py26-twisted
+name			py27-twisted
 version			8.2.0
 categories		python devel net
 platforms		darwin
-maintainers		mcalhoun openmaintainer
+maintainers		mcalhoun snc openmaintainer
 description		An event-based Python framework for internet applications
 long_description	Twisted is an event-driven networking framework \
 				written in Python. Twisted supports TCP, UDP, SSL/TLS, \
@@ -25,7 +25,7 @@
     sha1    ef5f475b8f38eafd9b83a325ce131fdf6af05255 \
     rmd160  a942e6ee4c54d734111410b615754fbea0c9fb5e
 
-depends_lib-append  port:py26-zopeinterface
+depends_lib-append  port:py27-zopeinterface
 
 livecheck.type   regex
 livecheck.url    http://twistedmatrix.com/trac/wiki/Downloads

Modified: trunk/dports/python/py27-twisted-web2/Portfile
===================================================================
--- trunk/dports/python/py26-twisted-web2/Portfile	2010-02-18 00:27:28 UTC (rev 63908)
+++ trunk/dports/python/py27-twisted-web2/Portfile	2010-02-18 01:49:24 UTC (rev 63914)
@@ -2,9 +2,9 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python27 1.0
 
-name                py26-twisted-web2
+name                py27-twisted-web2
 version             8.1.0
 categories-append   devel net
 platforms           darwin
@@ -27,6 +27,6 @@
                     sha1    4a03e62453037b009ee5f0e1396be792249b9e2f \
                     rmd160  b77f70a62c93e13f51ab715ff6d1c379885a28bc
 
-depends_build-append    port:py26-twisted
+depends_build-append    port:py27-twisted
 
 livecheck.type      none

Modified: trunk/dports/python/py27-xlrd/Portfile
===================================================================
--- trunk/dports/python/py26-xlrd/Portfile	2010-02-18 00:27:28 UTC (rev 63908)
+++ trunk/dports/python/py27-xlrd/Portfile	2010-02-18 01:49:24 UTC (rev 63914)
@@ -2,9 +2,9 @@
 # $Id$
 
 PortSystem 		1.0
-PortGroup 		python26 1.0
+PortGroup 		python27 1.0
 
-name			py26-xlrd
+name			py27-xlrd
 version			0.7.1
 categories		python
 platforms		darwin

Modified: trunk/dports/python/py27-xlwt/Portfile
===================================================================
--- trunk/dports/python/py26-xlwt/Portfile	2010-02-18 00:27:28 UTC (rev 63908)
+++ trunk/dports/python/py27-xlwt/Portfile	2010-02-18 01:49:24 UTC (rev 63914)
@@ -2,9 +2,9 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup       python26 1.0
+PortGroup       python27 1.0
 
-name			py26-xlwt
+name			py27-xlwt
 version			0.7.2
 categories		python
 platforms		darwin

Modified: trunk/dports/python/py27-zopeinterface/Portfile
===================================================================
--- trunk/dports/python/py26-zopeinterface/Portfile	2010-02-18 00:27:28 UTC (rev 63908)
+++ trunk/dports/python/py27-zopeinterface/Portfile	2010-02-18 01:49:24 UTC (rev 63914)
@@ -2,13 +2,13 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup  python26 1.0
+PortGroup  python27 1.0
 
-name			py26-zopeinterface
+name			py27-zopeinterface
 version			3.3.0
 categories		python zope
 platforms		darwin
-maintainers		mcalhoun openmaintainer
+maintainers		mcalhoun snc openmaintainer
 description		Python interfaces for Zope
 long_description	${description}
 
@@ -27,7 +27,7 @@
 }
 
 test.run  yes
-test.cmd  ${python.bin} setup.py 
+test.cmd  ${python.bin} setup.py
 
 livecheck.type	regex
 livecheck.url	${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100217/3243ce20/attachment.html>


More information about the macports-changes mailing list