# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-attrs version 16.2.0 categories-append devel platforms darwin license MIT python.versions 27 34 35 maintainers khindenburg openmaintainer description Attributes without boilerplate long_description attrs is a Python package with class decorators that \ ease the chores of implementing the most common \ attribute-related object protocols: homepage https://github.com/hynek/attrs master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 769901af81f6b7efb5c7ec0148df4fe23a423881 \ sha256 136f2ec0f94ec77ff2990830feee965d608cab1e8922370e3abdded383d52001 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools livecheck.type none } else { livecheck.type pypi }