Files
Jonathan Stickel 23ed89bfaa py-mayavi: add note about obsoletion to description
* add note about obsoletion to description of py-mayavi
* change maintainer to `nomaintainer` for multiple enthought python ports
2026-04-28 11:15:12 -04:00

34 lines
1.2 KiB
Tcl

# -*- 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 nomaintainer
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 310 311 312
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-apptools
}