PortSystem      1.0
PortGroup       python 1.0

name            py-brownie
set real_name   Brownie
version         0.5.1
maintainers     nomaintainer
platforms       darwin
description     Common utilities and datastructures for Python applications.
license         BSD
supported_archs noarch

long_description \
    ${description}

homepage            https://github.com/DasIch/brownie/
master_sites        pypi:B/${real_name}
distname            ${real_name}-${version}

checksums           md5     c79089d747777f4754656b41998e5685 \
                    sha1    6f7bd0dcaf9fe0e7a6a238f78d50b77ea71d67a6 \
                    rmd160  3a8e0c06490d6419cdc1f88d4df604e609f50660

python.versions     27

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