# -*- 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-anytree version 2.12.1 revision 0 categories-append devel supported_archs noarch platforms {darwin any} license MIT maintainers {@catap korins.ky:kirill} openmaintainer description Python tree data library long_description {*}${description} homepage https://github.com/c0fec0de/anytree checksums rmd160 0223dc2c96bdd3773e957daa69ca60dd6729f970 \ sha256 244def434ccf31b668ed282954e5d315b4e066c4940b94aff4a7962d85947830 \ size 31110 python.versions 38 39 310 311 312 python.pep517 yes python.pep517_backend poetry if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-six post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.rst \ LICENSE ${destroot}${docdir} } }