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
26 lines
891 B
Tcl
26 lines
891 B
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.4.3
|
|
github.tarball_from archive
|
|
name py-traits
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license BSD {PSF ZPL}
|
|
maintainers nomaintainer
|
|
|
|
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.
|
|
|
|
checksums rmd160 1fa2b308d1e873a8f45474352f049e3caab6ca28 \
|
|
sha256 8282d8a958c43758f959b180ce85cb16cc1e04ad822de1dbcd7a6a6f81a33548 \
|
|
size 5067947
|
|
|
|
python.versions 310 311 312
|