# -*- 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
PortGroup           github 1.0

github.setup        enthought envisage 7.0.3
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

name                py-envisage
categories-append   devel
maintainers         {gmail.com:jjstickel @jjstickel} openmaintainer
description         The Enthought envisage package
long_description    Envisage is a Python-based framework for building\
    extensible applications, that is, applications whose functionality can\
    be extended by adding plug-ins. Envisage provides a standard mechanism\
    for features to be added to an application, whether by the original\
    developer or by someone else.
license             BSD
supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  687bd5fc4427da55ee9b4b809be9d37aced10f78 \
                    sha256  a20a5d8143e87dcf21aa1d3baa5cd086927f300281c3d43855073cf731d01f29 \
                    size    300527

python.versions     39 310 311 312

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