# -*- 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.7.2
revision            0
categories-append   devel
platforms           darwin
license             Apache-2
supported_archs     noarch

python.versions     27 35 36 37 38

maintainers         nomaintainer

description         Python tree data library

long_description    ${description}

homepage            https://github.com/c0fec0de/anytree
master_sites        pypi:a/anytree

distname            anytree-${version}

checksums           rmd160  483824c7f9ddf9ca837854703ae88e0586ac1e7c \
                    sha256  6692679795c7a2ef877c01b0d5131f2c08945ef21445c082d55f08b07d1b41f3 \
                    size    22679

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools

    depends_lib-append \
                    port:py${python.version}-six

    livecheck.type  none
}