Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2103

Modified Files:
        django-py.info 
Log Message:
Added recommends and allows people to just use the built in sqlite3
interface in python25 and python26.  Passes fink dumpinfo -fdepends


Index: django-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/django-py.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- django-py.info      7 Dec 2008 19:30:19 -0000       1.14
+++ django-py.info      8 Dec 2008 15:24:08 -0000       1.15
@@ -4,14 +4,21 @@
 Version: 1.0.2
 Revision: 2
 
-# The only database backend I have tested is pysqlite2:
+# Python 2.5 and newer already have an sqlite3 interface
 Depends: <<
   python%type_pkg[python],  
   docutils-py%type_pkg[python], 
-  pysqlite2-py%type_pkg[python] | mysql-python-py%type_pkg[python] | 
psycopg2-py%type_pkg[python] | psycopg-py%type_pkg[python]
+  (%type_raw[python] = 2.4) pysqlite2-py%type_pkg[python] | (%type_raw[python] 
= 2.4) mysql-python-py%type_pkg[python] | (%type_raw[python] = 2.4) 
psycopg2-py%type_pkg[python] 
 <<
 BuildDepends: setuptools-py%type_pkg[python] (>= 0.6c2-1)
 
+Recommends: <<
+  (%type_raw[python] = 2.5) mysql-python-py%type_pkg[python], 
+  (%type_raw[python] = 2.5) psycopg2-py%type_pkg[python],
+  (%type_raw[python] = 2.6) mysql-python-py%type_pkg[python], 
+  (%type_raw[python] = 2.6) psycopg2-py%type_pkg[python]
+<<
+
 Source: http://media.djangoproject.com/releases/%v/Django-%v-final.tar.gz
 Source-MD5: 89353e3749668778f1370d2e444f3adc
 


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to