[62468] trunk/dports/python

snc at macports.org snc at macports.org
Fri Jan 8 13:59:21 PST 2010


Revision: 62468
          http://trac.macports.org/changeset/62468
Author:   snc at macports.org
Date:     2010-01-08 13:59:19 -0800 (Fri, 08 Jan 2010)
Log Message:
-----------
create py26-sqlite, openmaintainer

Modified Paths:
--------------
    trunk/dports/python/py26-sqlite/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-sqlite/

Modified: trunk/dports/python/py26-sqlite/Portfile
===================================================================
--- trunk/dports/python/py-sqlite/Portfile	2010-01-08 21:28:52 UTC (rev 62467)
+++ trunk/dports/python/py26-sqlite/Portfile	2010-01-08 21:59:19 UTC (rev 62468)
@@ -1,28 +1,35 @@
+# -*- 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           python24 1.0
+PortGroup           python26 1.0
 
 name                py-sqlite
-version             2.4.1
+version             2.5.6
 categories          python databases
-maintainers         nomaintainer
+maintainers         snc openmaintainer
 platforms           darwin freebsd
 description         python database extension for sqlite
 long_description    PySQLite is a Python extension for SQLite that \
                     conforms to the Python Database API Specification 2.0.
 
-homepage            http://www.pysqlite.org/
-master_sites        http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/sha1/03d2c52c65e017e657d852c0583aa39bb6563a73/
+homepage            http://pysqlite.googlecode.com/
+master_sites        googlecode:pysqlite
 distname            pysqlite-${version}
-checksums           md5     7d9a4875a7107b94eb4aa2dc861a2537 \
-                    sha1    03d2c52c65e017e657d852c0583aa39bb6563a73 \
-                    rmd160  693f4d789388ef0456449d01b0d342aaf1990832
+checksums           md5     1b2f338c8d6db971e34edb799a92e2ee \
+                    sha1    79b5c4067c0ca237240eb32e6fde7ed84636d13d \
+                    rmd160  8174ecfbee2f9526f7a1100b1afa78f3786916dd
 
 depends_lib-append  port:sqlite3
 
 patchfiles          patch-setup.py
 
-test.dir            "${worksrcpath}/build/lib.macosx-10.3-${os.arch}-2.4"
+if { ${os.major} == 10} {
+    set os.my_version 10.6
+}
+if { ${os.major} == 9} {
+    set os.my_version 10.5
+}
+test.dir            "${worksrcpath}/build/lib.macosx-${os.my_version}-${os.arch}-${python.branch}"
 test.run            yes
 test.cmd            ${python.bin} -c "'from pysqlite2.test import test; test()'"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100108/003e119d/attachment.html>


More information about the macports-changes mailing list