Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/database
In directory vz-cvs-3.sog:/tmp/cvs-serv30666

Added Files:
        sqlalchemy-migrate-py.info 
Log Message:
New package: sqlalchemy-migrate-py*


--- NEW FILE: sqlalchemy-migrate-py.info ---
Info2: <<

# Carried over from sqlalchemy-py.info; is this needed?
GCC: 4.0

Package: sqlalchemy-migrate-py%type_pkg[python]
Version: 0.7.1
Revision: 1
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Description: Database schema migration for SQLAlchemy
DescDetail: <<

Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with
database schema changes in SQLAlchemy projects.

Migrate extends SQLAlchemy to have database changeset handling. It provides a
database change repository mechanism which can be used from the command line as
well as from inside Python code.
<<

Source: 
http://pypi.python.org/packages/source/s/sqlalchemy-migrate/sqlalchemy-migrate-%v.tar.gz
Source-MD5: 023acd2cb74882597074768a0e84468a

Type: python (2.5 2.6 2.7 3.1 3.2)
Depends: python%type_pkg[python], sqlalchemy-py%type_pkg[python], 
tempita-py%type_pkg[python], decorator-py%type_pkg[python]
BuildDepends: distribute-py%type_pkg[python]

CompileScript: <<
 echo Skipping build
<<

InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root=%d 
--single-version-externally-managed
 mv %i/bin/migrate %i/bin/migrate%type_raw[python]
 mv %i/bin/migrate-repository %i/bin/migrate-repository%type_raw[python]
<<

PostInstScript: <<
 update-alternatives --install %p/bin/migrate sqlalchemy-migrate 
%p/bin/migrate%type_raw[python] %type_pkg[python]
 update-alternatives --install %p/bin/migrate-repository sqlalchemy-migrate 
%p/bin/migrate-repository%type_raw[python] %type_pkg[python]
<<

PreRmScript: <<
 if [ $1 != "upgrade" ]; then
   update-alternatives --remove sqlalchemy-migrate 
%p/bin/migrate%type_raw[python]
   update-alternatives --remove sqlalchemy-migrate %p/bin/migrate-repository 
%type_raw[python]
 fi
<<

DocFiles: PKG-INFO README
License: OSI-Approved
Homepage: http://code.google.com/p/sqlalchemy-migrate/
Maintainer: Charles Lepple <clepple+f...@ghz.cc>

# Info2
<<


------------------------------------------------------------------------------
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to