Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8305

Modified Files:
        django-py.info 
Log Message:
Switch maintainership
Prepare for separate geodjango gis package... remove the gis contrib subtree
Slight style change in depends


Index: django-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/django-py.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- django-py.info      27 Sep 2008 11:39:09 -0000      1.8
+++ django-py.info      29 Sep 2008 12:26:14 -0000      1.9
@@ -2,10 +2,14 @@
 Package: django-py%type_pkg[python]
 Type: python (2.4 2.5)
 Version: 1.0
-Revision: 1
+Revision: 3
 
 # The only database backend I have tested is pysqlite2:
-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]
+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]
+<<
 BuildDepends: setuptools-py%type_pkg[python] (>= 0.6c2-1)
 
 Source: http://media.djangoproject.com/releases/%v/Django-%v.tar.gz
@@ -19,6 +23,9 @@
 
 InstallScript: <<
    %p/bin/python%type_raw[python] setup.py install --root=%d
+   echo "Removing geodjango gis module.  Only works easily in python 2.5 w/ 
builtin ctypes"
+   rm -r %i/lib/python%type_raw[python]/site-packages/django/contrib/gis
+   rm -r %i/lib/python2.5/site-packages/django/contrib/admin/media/img/gis
    mkdir -p %i/share/doc/%n
    cp -pr docs %i/share/doc/%n
    cp -pr examples %i/share/doc/%n
@@ -64,12 +71,13 @@
 <<
 
 DescPackaging:<<
-$LastChangedRevision: 538 $ in my local repository.
+$LastChangedRevision: 538 $ in Charles Lepple local repository.
+Maintainer was Charles Lepple <[EMAIL PROTECTED]> until 1.0.
 <<
 
 License: BSD
 Homepage: http://www.djangoproject.com/
-Maintainer: Charles Lepple <[EMAIL PROTECTED]>
+Maintainer: Kurt Schwehr <[EMAIL PROTECTED]>
 
 # Info2:
 <<


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to