# -*- 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
python.versions 27 34 35 36 37 38
maintainers {khindenburg @kurthindenburg} 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:8b/0b/a06cfcb69d0cb004fde8bc6f0fd192d96d565d1b8aa2829f0f20adb796e5 \
pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 144b68d87435ed52ec06954aca2f8617ff0d84cf \
sha256 f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72 \
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
port:py${python.version}-hypothesis \
port:py${python.version}-pytest \
port:py${python.version}-six \
port:py${python.version}-zopeinterface
set pyver [join [split ${python.version} {}] {.}]
test.cmd py.test-${pyver}
test.env PYTHONPATH=${worksrcpath}/build/lib