# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-enable version 4.1.0 categories-append devel maintainers nomaintainer description The Enthought enable package long_description The Enable project provides two related multi-platform\ packages for drawing GUI objects. Enable: An object\ drawing library that supports containment and event\ notification. Kiva: A multi-platform DisplayPDF vector\ drawing engine. license BSD platforms darwin homepage https://github.com/enthought/enable master_sites http://www.enthought.com/repo/ets/ distname enable-${version} checksums sha256 b0de7a3eda78c5c527d58a98627c8cabadc71c7f1ee4e360fa3a6d8b087da264 \ rmd160 57c7f1cefb1f0d167603e419bafa355fd4c03906 python.versions 25 26 27 python.default_version 27 if {$subport != $name} { patchfiles enable_clang_patch.diff \ no-64-bit-quartz.diff patch.pre_args -p1 depends_build-append port:py${python.version}-distribute \ port:py${python.version}-cython \ port:swig-python depends_lib-append port:py${python.version}-traitsui\ port:py${python.version}-reportlab } # haven't retested if this is still true for version >= 4.0 universal_variant no