# -*- 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.8 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 6028436a3e2275f370e747bef6793cc4bede0c9b \ sha256 ce1d05db3438830b989a1b9d0d0aa4e7f6134d5f6fd57686eeaa26a3e6485a8c \ size 948249 python.versions 38 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 }