# -*- 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         {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.

checksums           rmd160  1fa2b308d1e873a8f45474352f049e3caab6ca28 \
                    sha256  8282d8a958c43758f959b180ce85cb16cc1e04ad822de1dbcd7a6a6f81a33548 \
                    size    5067947

python.versions     39 310 311 312
