Files
Jonathan Stickel fa42656ddf py-mayavi: add py38-mayavi subport
* add py38-mayavi subport
* add py38 subports for the enthought deps: apptools, envisage, pyface, traits, and traitsui
2020-07-21 11:35:23 -07:00

30 lines
1.0 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 traits 6.0.0
name py-traits
categories-append devel
license BSD {PSF ZPL}
maintainers {gmail.com:jjstickel @jjstickel} openmaintainer
description The Enthought traits package
long_description A trait is a type definition that can be used for normal\
Python object attributes, giving the attributes\
some additional characteristics.
platforms darwin
checksums rmd160 52b3ef50370d4c6ddf1da661e6250f9996550642 \
sha256 82097d159370ce6b864376675cab97e16ef0cb75dbf767d137f92acb92d2fa8f \
size 435847
python.versions 35 36 37 38
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-numpy
}