# -*- 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-datarecorder
python.rootname     DataRecorder
version             3.6.2
revision            0
categories-append   www
platforms           any
license             BSD
maintainers         nomaintainer
description         用于记录数据的模块
long_description    {*}${description}
homepage            https://gitee.com/g1879/DataRecorder
checksums           rmd160  c5bb7135add21c9109f2c3a267587dbfc3983dc5 \
                    sha256  8c9024736692af68b947fd884589e685c4f27bc29d031b81164457b09c60e1e5 \
                    size    29567
supported_archs     noarch

python.versions     310 311 312 313 314

if {${subport} ne ${name}} {
    depends_lib-append \
        port:py${python.version}-openpyxl
}
