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

Modified Files:
        django-py.info 
Log Message:
Small fix to allow django-1.0 to build on Python 2.4 (discussed with Kurt)


Index: django-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/django-py.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- django-py.info      29 Sep 2008 12:26:14 -0000      1.9
+++ django-py.info      4 Oct 2008 16:46:12 -0000       1.10
@@ -23,9 +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"
+   echo "Removing geodjango gis module.  Only works easily in python 2.5 w/ 
builtin ctypes (see geodjango-py25 package)"
    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
+   rm -r 
%i/lib/python%type_raw[python]/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


-------------------------------------------------------------------------
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
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to