Files
2025-11-12 22:55:05 -05:00

43 lines
1.7 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-sqlalchemy-migrate
version 0.13.0
revision 0
categories-append devel databases
license MIT
supported_archs noarch
platforms {darwin any}
python.versions 27 310
maintainers {stromnov @stromnov} openmaintainer
description Database schema migration for SQLAlchemy
long_description Inspired by Ruby on Rails' migrations, SQLAlchemy \
Migrate provides a way to deal with database \
schema changes in SQLAlchemy projects. SQLAlchemy \
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.
homepage http://www.openstack.org/
checksums rmd160 2bdb42599cb9a2e4dc73317948f958df498eb9e2 \
sha256 0bc02e292a040ade5e35a01d3ea744119e1309cdddb704fdb99bac13236614f8 \
size 131424
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-setuptools \
port:py${python.version}-pbr \
port:py${python.version}-tempita \
port:py${python.version}-decorator \
port:py${python.version}-six \
port:py${python.version}-sqlalchemy \
port:py${python.version}-sqlparse
}