# -*- 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-storm
version             0.25
revision            0

categories-append   databases
license             LGPL-2.1+
maintainers         nomaintainer

description         Storm is an object-relational mapper (ORM) for Python developed at Canonical
long_description    Storm is a Python object-relational mapper between a SQL database and Python \
                    objects. It has been developed at Canonical Ltd. and is used in the \
                    application Launchpad. Storm supports a number of common database backends: \
                    included in the actual distribution are MySQL, PostgreSQL and SQLite.

homepage            https://storm.canonical.com/

checksums           rmd160  86a0ebb03bcfcb4babaa7e6fef38dd88735780b2 \
                    sha256  ec7cc8897638f94f6b75c6a2af74aa9b31f5492d7a2f9482c08a8dd7b46adb14 \
                    size    287198

python.versions     38

if {${subport} ne ${name}} {
    depends_lib-append \
                    port:py${python.version}-six
}
