# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-alembic version 0.8.8 revision 0 categories-append databases platforms darwin license MIT supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description A database migration tool for SQLAlchemy. long_description ${description} homepage http://bitbucket.org/zzzeek/alembic master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 c7495d992bdeff7016ed01b877a0b85df6a22bf6 \ sha256 cd6f2192ca2307bfe2a2a61f8a261420addc59a09a6379a6550e0a15693b0b8a if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-sqlalchemy \ port:py${python.version}-mako \ port:py${python.version}-editor livecheck.type none } else { livecheck.type pypi }