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

33 lines
1.2 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 apptools 4.5.0
name py-apptools
categories-append devel
license BSD
maintainers {gmail.com:jjstickel @jjstickel} openmaintainer
supported_archs noarch
description The Enthought apptools package
long_description The Enthought Tool Suite includes a set of packages\
that we have found useful in creating a number of applications.\
They implement functionality that is commonly needed by many applications.\
These packages are distributed together as the AppTools project.
platforms darwin
checksums rmd160 4afafbe5a5115b92567ef9675d36be5e249048f5 \
sha256 c46fc598f02a1a70bfb37538853c1acf8c4b344cad41766b812219d83a99481d \
size 305783
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}-configobj\
port:py${python.version}-traitsui
}