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

Modified Files:
        django-py.info 
Log Message:
New upstream (0.96)
 * Allow both the -py24 and -py25 packages to coexist with alternatives
 * Removed --single-version-externally-managed since it causes errors now,
   and it is implied with --root=... (django seems to be pre-validating
   options before sending them to setuptools)
 * Clarified testing comment


Index: django-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/django-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- django-py.info      24 Mar 2007 14:26:40 -0000      1.1
+++ django-py.info      26 Mar 2007 12:50:31 -0000      1.2
@@ -1,16 +1,14 @@
 Info2: <<
 Package: django-py%type_pkg[python]
 Type: python (2.4 2.5)
-Version: 0.95.1
-Revision: 2
+Version: 0.96
+Revision: 1
 
-# The only tested database backend is pysqlite2:
+# The only database backend I have tested is pysqlite2:
 Depends: python%type_pkg[python],  setuptools-py%type_pkg[python] (>= 
0.6c2-1), pysqlite2-py%type_pkg[python] | mysql-python-py%type_pkg[python] | 
psycopg-py%type_pkg[python]
-Conflicts: django-py24, django-py25
-Replaces:  django-py24, django-py25
 
 Source: http://media.djangoproject.com/releases/%v/Django-%v.tar.gz
-Source-MD5: 07f09d8429916481e09e84fd01e97355
+Source-MD5: b4aedad1e90dd38d58ff9fc756180c7d
 
 DocFiles: AUTHORS INSTALL LICENSE README
 
@@ -19,16 +17,26 @@
 <<
 
 InstallScript: <<
-   %p/bin/python%type_raw[python] setup.py install --root=%d 
--single-version-externally-managed
+   %p/bin/python%type_raw[python] setup.py install --root=%d
    mkdir -p %i/share/doc/%n
    cp -pr docs %i/share/doc/%n
    cp -pr examples %i/share/doc/%n
    install -d %i/etc/bash_completion.d
-   install extras/django_bash_completion %i/etc/bash_completion.d/django
+   install extras/django_bash_completion 
%i/etc/bash_completion.d/django-py%type_pkg[python]
+   mv %i/bin/django-admin.py %i/bin/django-admin%type_raw[python]
 <<
 
+PostInstScript: <<
+ update-alternatives --install %p/bin/django-admin.py django-admin.py 
%p/bin/django-admin%type_raw[python] %type_pkg[python]
+<<
 
-Description: Django - the Web framework for perfectionists with deadlines
+PreRmScript: <<
+ if [ $1 != "upgrade" ]; then
+   update-alternatives --remove django-admin.py 
%p/bin/django-admin%type_raw[python]
+ fi
+<<
+
+Description: Python web framework
 
 DescDetail: <<
 Django is a high-level Python Web framework that encourages rapid development
@@ -53,7 +61,7 @@
 <<
 
 DescPackaging:<<
-$LastChangedRevision: 369 $ in my local repository.
+$LastChangedRevision: 370 $ in my local repository.
 <<
 
 License: BSD


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to