You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
982 B
Tcl
29 lines
982 B
Tcl
# -*- 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.1.0
|
|
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 fa1ccea9ab6c768f077c94ce7291b683dbfabba0 \
|
|
sha256 58090f75c58a5e9e9e43b6265c5a17a46ae1797c51b7554d24577dcff11e8515 \
|
|
size 752243
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-cython
|
|
}
|