Source
xxxxxxxxxx
# -*- 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.5.0
revision 0
categories-append devel
platforms darwin
license Apache-2
supported_archs noarch
python.versions 27 35 36 37
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 6c8c3d458028d44fd7bc2e22cb760eaa57bd391f \
sha256 409ccb966d759952648d5e5656bc311ab63a1f4a7d5ed9fc0e9715343ca2aa74 \
size 18820
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
depends_lib-append \
port:py${python.version}-six
livecheck.type none
}