Files

32 lines
987 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
PortGroup github 1.0
github.setup konradhalas dacite 1.8.1 v
github.tarball_from archive
name py-dacite
revision 0
supported_archs noarch
platforms {darwin any}
license MIT
maintainers nomaintainer
description Simple creation of data classes from dictionaries.
long_description {*}${description}
homepage https://github.com/konradhalas/dacite
checksums rmd160 2f53bd49c9fc7eba18fd7426fe9c6f52ae80d9fa \
sha256 791ac3da85a040684a96df59e2320dc7b3cac000ff536e3f4b00fb3b67520b86 \
size 26038
python.versions 310 311 312 313
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
}