Convert packages to the new template format (s).

This commit is contained in:
Juan RP 2013-04-14 12:31:59 +02:00
parent 4b8b427b1f
commit 019565c9ed
96 changed files with 885 additions and 602 deletions

View file

@ -2,11 +2,8 @@
pkgname=sqlalchemy-migrate
version=0.7.2
revision=2
noarch=yes
build_style=python-module
depends="python python-sqlalchemy python-decorator python-tempita"
makedepends="python-distribute"
pycompile_module="migrate"
short_desc="SQLAlchemy Schema Migration Tools"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="https://code.google.com/p/sqlalchemy-migrate/"
@ -17,3 +14,12 @@ long_desc="
Schema migration tools for SQLAlchemy, designed to support an agile approach to
database design, and make it easier to keep development and production databases
in sync, as schema changes are required."
sqlalchemy-migrate_package() {
noarch="yes"
pycompile_module="migrate"
depends="python python-sqlalchemy python-decorator python-tempita"
pkg_install() {
vmove usr
}
}