You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
887 B
Tcl
31 lines
887 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-minidb
|
|
version 2.0.7
|
|
revision 0
|
|
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license ISC
|
|
maintainers nomaintainer
|
|
|
|
description A simple SQLite3-based store for Python objects
|
|
long_description {*}${description}
|
|
|
|
homepage http://thp.io/2010/minidb/
|
|
|
|
checksums rmd160 0e772733f0d6bc6f0ed50e86108b0b275b6f149b \
|
|
sha256 339fd231e3b34daecd3160946e0141585666ac57583882a14c4c69e597accca1 \
|
|
size 12282
|
|
|
|
python.versions 310 311 312
|
|
|
|
if {${name} ne ${subport}} {
|
|
test.run yes
|
|
python.test_framework nose
|
|
}
|