[35178] trunk/dports/python/py-sqlite

blair at macports.org blair at macports.org
Wed Mar 19 10:30:40 PDT 2008


Revision: 35178
          http://trac.macosforge.org/projects/macports/changeset/35178
Author:   blair at macports.org
Date:     2008-03-19 10:30:37 -0700 (Wed, 19 Mar 2008)

Log Message:
-----------
New upstream 2.4.1 release.

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

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

Modified: trunk/dports/python/py-sqlite/Portfile
===================================================================
--- trunk/dports/python/py-sqlite/Portfile	2008-03-19 16:54:44 UTC (rev 35177)
+++ trunk/dports/python/py-sqlite/Portfile	2008-03-19 17:30:37 UTC (rev 35178)
@@ -4,7 +4,7 @@
 PortGroup python24 1.0
 
 name			py-sqlite
-version			2.3.3
+version			2.4.1
 categories		python databases
 maintainers		nomaintainer
 platforms		darwin freebsd
@@ -13,15 +13,12 @@
 				conforms to the Python Database API Specification 2.0.
 
 homepage		http://www.pysqlite.org/
-master_sites	http://initd.org/pub/software/pysqlite/releases/2.3/${version}/
+master_sites		http://oss.itsystementwicklung.de/download/pysqlite/2.4/${version}
 distname		pysqlite-${version}
-checksums		sha1 f6dda35c7c14454f3c91013691241a11d1228f77
+checksums		md5 7d9a4875a7107b94eb4aa2dc861a2537 \
+			sha1 03d2c52c65e017e657d852c0583aa39bb6563a73 \
+			rmd160 693f4d789388ef0456449d01b0d342aaf1990832
 
 depends_lib-append	port:sqlite3
 
-patchfiles		patch-setup.py patch-setup.cfg
-
-post-patch {
-	reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/setup.cfg
-}
-
+patchfiles		patch-setup.py

Deleted: trunk/dports/python/py-sqlite/files/patch-setup.cfg
===================================================================
--- trunk/dports/python/py-sqlite/files/patch-setup.cfg	2008-03-19 16:54:44 UTC (rev 35177)
+++ trunk/dports/python/py-sqlite/files/patch-setup.cfg	2008-03-19 17:30:37 UTC (rev 35178)
@@ -1,10 +0,0 @@
---- work/pysqlite-2.3.0/setup.cfg	2006-06-15 14:28:38.000000000 +0200
-+++ setup.cfg	2006-06-15 16:56:49.000000000 +0200
-@@ -1,5 +1,5 @@
- [build_ext]
- define=
--include_dirs=/usr/include
--library_dirs=/usr/lib
-+include_dirs=__PREFIX__/include
-+library_dirs=__PREFIX__/lib
- libraries=sqlite3

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080319/80ce3487/attachment-0001.html 


More information about the macports-changes mailing list