# -*- 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             1.0
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  4d8b54e39c399e21ce006c0a05ad673bfe441b12 \
                    sha256  9b434d3ce3248bd1fc86b8406c5dcc3350585d4512f1a7f6731aa97688ead841 \
                    size    285108

python.versions     313

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