# -*- 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-enthoughtbase
version             3.1.0
categories-append   devel
license             BSD
maintainers         {gmail.com:jjstickel @jjstickel} openmaintainer
supported_archs     noarch

description         The Enthought base package
long_description    The EnthoughtBase project includes a few core packages\
    that are used by many other projects in the Enthought Tool Suite
platforms           darwin
homepage            http://code.enthought.com/projects/enthought_base/
master_sites        http://www.enthought.com/repo/ets/
distname            EnthoughtBase-${version}

checksums           md5     1d8f6365d20dfd5c4232334e80b0cfdf \
                    sha1    b764ddbc1c28b0ac9263f996498a1a0ed1a2963d \
                    rmd160  be66500d5c2fa944b252eb0a205211ac96eb688f

python.versions     27

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