# -*- 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             3.14.4
license             MIT
platforms           darwin
maintainers         {toby @tobypeterson} openmaintainer
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/
master_sites        pypi:p/peewee
distname            peewee-${version}

checksums           rmd160  1f616414b7043477668872f966a01070f7f92fc9 \
                    sha256  9e356b327c2eaec6dd42ecea6f4ddded025793dba906a3d065a0452e726c51a2 \
                    size    2292581

python.versions     37 38 39

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

    livecheck.type          none
} else {
    livecheck.type          pypi
}
