You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23ed89bfaa
* add note about obsoletion to description of py-mayavi * change maintainer to `nomaintainer` for multiple enthought python ports
31 lines
1.1 KiB
Tcl
31 lines
1.1 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 traitsui 8.0.0
|
|
github.tarball_from archive
|
|
name py-traitsui
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license BSD GPL-2
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
description The Enthought traitsui package
|
|
long_description The traitsui project contains a toolkit-independent GUI\
|
|
abstraction layer, which is used to support the\
|
|
"visualization" features of the Traits package.
|
|
|
|
checksums rmd160 70f51c9f8e2452d82aeec408e3da8a9776eb8ed0 \
|
|
sha256 6e8e2887b607ebcf66f1503f3b87551c761dd45f4a0054002cedf0f8e6736395 \
|
|
size 6262201
|
|
|
|
python.versions 310 311 312
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-pyface
|
|
}
|