summaryrefslogtreecommitdiffstats
path: root/python-pypi/alembic/DETAILS
blob: d1fd091dcdadc31a98d37ac7d35b43d88c36ab73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=alembic
         VERSION=0.7.6
     SOURCE_HASH=sha512:08d04f4ad0d5e8fe5741fab7480e6652f26449e393af4406c62acd7aa039618cce8db64ebf113565ee5b98c5e19a813b4ebd2ad15d68a717c48080a3418d517e
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://pypi.python.org/packages/source/a/$SPELL/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   WEB_SITE=https://bitbucket.org/zzzeek/alembic
      LICENSE[0]=MIT
         ENTERED=20120303
        KEYWORDS="python"
           SHORT="Schema migration tools for SQLAlchemy"
cat << EOF
Alembic is a new database migrations tool, written by the author of SQLAlchemy. A 
migrations tool offers the following functionality:
Can emit ALTER statements to a database in order to change the structure of tables and 
other constructs
Provides a system whereby "migration scripts" may be constructed; each script indicates a 
particular series of steps that can "upgrade" a target database to a new version, and 
optionally a series of steps that can "downgrade" similarly, doing the same steps in 
reverse.
Allows the scripts to execute in some sequential manner.
EOF