# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-bottle-sqlalchemy version 0.3 categories-append databases devel license MIT maintainers vmunix.org:torstenb openmaintainer description SQLAlchemy plugin for bottle web microframework long_description This bottle-sqlalchemy plugin integrates SQLAlchemy \ with Bottle applications. It injects a SQLAlchemy \ session in routes and handles the session cycle. \ platforms darwin supported_archs noarch homepage https://github.com/iurisilvio/bottle-sqlalchemy master_sites http://pypi.python.org/packages/source/b/bottle-sqlalchemy/ distname bottle-sqlalchemy-${version} checksums md5 b139d97424efcf917474f142851f0231 \ sha256 197189c4aa92dad32c49fcb6e8a1c365679b1d024129640a4f30eee0b2db6b78 python.versions 25 26 27 if {$subport != $name} { depends_lib port:py${python.version}-bottle }