You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
32 lines
986 B
Tcl
32 lines
986 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-tinydb
|
|
version 4.8.2
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
|
|
description TinyDB is a tiny, document oriented database
|
|
long_description TinyDB is a lightweight document oriented database \
|
|
optimized for your happiness :).
|
|
|
|
homepage https://github.com/msiemens/tinydb
|
|
|
|
checksums rmd160 3aca81929ba3e37cb67a2e92089c46211f6ad678 \
|
|
sha256 f7dfc39b8d7fda7a1ca62a8dbb449ffd340a117c1206b68c50b1a481fb95181d \
|
|
size 32566
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend poetry
|
|
|
|
if {${subport} ne ${name}} {
|
|
test.run yes
|
|
}
|