# -*- 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-peewee
version             4.2.6
revision            0

license             MIT
maintainers         nomaintainer

description         a small, expressive orm -- supports postgresql, mysql and sqlite
long_description    Peewee is a simple and small ORM. It has few (but expressive) \
                    concepts, making it easy to learn and intuitive to use.

homepage            https://github.com/coleifer/peewee/

checksums           rmd160  376b0590f18d6eeea5f62babe2c2c51e5b4679e6 \
                    sha256  f40655c64a62eaa447af228e4b84a5e80d3c812d2de34c7b9c621a3ef0c6555c \
                    size    779493

python.versions     310 311 312 313 314

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