[76071] trunk/dports/python

snc at macports.org snc at macports.org
Thu Feb 17 08:20:41 PST 2011


Revision: 76071
          http://trac.macports.org/changeset/76071
Author:   snc at macports.org
Date:     2011-02-17 08:20:41 -0800 (Thu, 17 Feb 2011)
Log Message:
-----------
py2[6-7]-sqlite:
 * add license
 * update to 2.6.3

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

Modified: trunk/dports/python/py26-sqlite/Portfile
===================================================================
--- trunk/dports/python/py26-sqlite/Portfile	2011-02-17 15:45:18 UTC (rev 76070)
+++ trunk/dports/python/py26-sqlite/Portfile	2011-02-17 16:20:41 UTC (rev 76071)
@@ -5,9 +5,10 @@
 PortGroup           python26 1.0
 
 name                py26-sqlite
-version             2.6.2
+version             2.6.3
 categories          python databases
 maintainers         snc openmaintainer
+license             MIT
 platforms           darwin
 description         python database extension for sqlite
 long_description    PySQLite is a Python extension for SQLite that \
@@ -17,8 +18,8 @@
 master_sites        googlecode:pysqlite
 distname            pysqlite-${version}
 
-checksums           sha1    60384d11d2f71b829e246fdc50a8befd771c6ab0 \
-                    rmd160  b3ee6aae99d3433a49c960543dd02892edaa4dfb
+checksums           sha1    d74d7649c5a1e9fb19dfa78c28b163007468a8cf \
+                    rmd160  a84c96b7f60daff1815ba3e455cbc6264eb3ea86
 
 depends_lib-append  port:sqlite3
 

Modified: trunk/dports/python/py27-sqlite/Portfile
===================================================================
--- trunk/dports/python/py27-sqlite/Portfile	2011-02-17 15:45:18 UTC (rev 76070)
+++ trunk/dports/python/py27-sqlite/Portfile	2011-02-17 16:20:41 UTC (rev 76071)
@@ -5,9 +5,10 @@
 PortGroup           python27 1.0
 
 name                py27-sqlite
-version             2.6.2
+version             2.6.3
 categories          python databases
 maintainers         snc openmaintainer
+license             MIT
 platforms           darwin
 description         python database extension for sqlite
 long_description    PySQLite is a Python extension for SQLite that \
@@ -16,9 +17,10 @@
 homepage            http://pysqlite.googlecode.com/
 master_sites        googlecode:pysqlite
 distname            pysqlite-${version}
-checksums           sha1    60384d11d2f71b829e246fdc50a8befd771c6ab0 \
-                    rmd160  b3ee6aae99d3433a49c960543dd02892edaa4dfb
 
+checksums           sha1    d74d7649c5a1e9fb19dfa78c28b163007468a8cf \
+                    rmd160  a84c96b7f60daff1815ba3e455cbc6264eb3ea86
+
 depends_lib-append  port:sqlite3
 
 patchfiles          patch-setup.py.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110217/ba3956df/attachment.html>


More information about the macports-changes mailing list