# -*- 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
description Light-weight Approach to Aspect Oriented Programming in Python
long_description ${description}
homepage https://pypi.org/project/python-aspects/
master_sites macports_distfiles
distname python-aspects-${version}
checksums rmd160 2366ad4fc39dc202c6b88f3d680eab2ae6bbf1e2 \
sha256 c012fadc798c3fa0f43b30193d7c0fddcbc0f003f3b51c80d4519112ee15d3ed \
if {${name} ne ${subport}} {
xinstall -m 0644 ${worksrcpath}/LICENSE.txt \
${destroot}${prefix}/share/doc/${subport}
xinstall -m 0644 -W ${worksrcpath}/examples httpget_example.py \
timeout_advice.py timeout_example.py tracer_advice.py \
tracer_example.py typecheck_advice.py typecheck_example.py \
${destroot}${prefix}/share/doc/${subport}/examples