You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
fa42656ddf
* add py38-mayavi subport * add py38 subports for the enthought deps: apptools, envisage, pyface, traits, and traitsui
30 lines
1.0 KiB
Tcl
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
|
|
}
|