Files
Herby Gillot 346cfb9ee0 kb: update to 0.1.6, switch to Python 3.9
- add Python 3.9 subport for:
    - py-attrs
    - py-colored
2021-03-27 18:32:26 -04:00

31 lines
928 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-attr
version 0.3.1
revision 0
platforms darwin
license MIT
maintainers nomaintainer
description Simple decorator to set attributes of target function or class in a DRY way
long_description ${description}
homepage https://github.com/pytesting/${python.rootname}
python.versions 27 36 37 38 39
checksums rmd160 c1491354f678255c4b9626e08cddd06b955dd1a2 \
sha256 9091548058d17f132596e61fa7518e504f76b9a4c61ca7d86e1f96dbf7d4775d \
size 1714
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}