# -*- 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.17.9 license MIT platforms darwin 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/ master_sites pypi:p/peewee distname peewee-${version} checksums rmd160 78f6ca9108d6a3c2e178802dbfdf062910efeafa \ sha256 fe15cd001758e324c8e3ca8c8ed900e7397c2907291789e1efc383e66b9bc7a8 \ size 3026085 python.versions 39 310 311 312 313 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools \ port:py${python.version}-cython livecheck.type none }