the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: django-py%type_pkg[python]
Type: python (2.4 2.5)
Version: 0.96.2
Revision: 1
# The only database backend I have tested is pysqlite2:
Depends: python%type_pkg[python], setuptools-py%type_pkg[python] (>= 0.6c2-1), 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]
Source: http://media.djangoproject.com/releases/0.96/Django-%v.tar.gz
Source-MD5: 2e39a43b93b50c2ca90bcade26010878
DocFiles: AUTHORS INSTALL LICENSE README
CompileScript: <<
echo Skipping compile stage
<<
InstallScript: <<
%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-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]
<<
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
and clean, pragmatic design.
Developed and used over two years by a fast-moving online-news operation,
Django was designed to handle two challenges: the intensive deadlines of a
newsroom and the stringent requirements of the experienced Web developers who
wrote it. It lets you build high-performing, elegant Web applications quickly.
<<
DescUsage:<<
See http://www.djangoproject.com/documentation/
<<
DescPort:<<
The documentation in the admin interface should work, now that docutils has
been split into -py* variants.
The install script was cribbed from setuptools-py.info.
<<
DescPackaging:<<
$LastChangedRevision: 511 $ in my local repository.
<<
License: BSD
Homepage: http://www.djangoproject.com/
Maintainer: Charles Lepple
# Info2:
<<