# -*- 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           deprecated 1.0

name                py-pyttsx
version             1.1
revision            2
categories-append   devel audio
platforms           {darwin any}
supported_archs     noarch
license             BSD
maintainers         nomaintainer

description         Cross-platform Python wrapper for text-to-speech synthesis
long_description    {*}${description}

homepage            https://github.com/parente/pyttsx
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
distname            ${python.rootname}-${version}

checksums           md5     9426e15cc34e2d38f70b7bc61bd326dc \
                    rmd160  a7fc99cb0457ef07abaf46ee9c85412170ab4747 \
                    sha256  f435937d8c30e30f8fe034030e4ecbd0a69c3eaa4205e7280d5c9e19bf153df6

deprecated.upstream_support no
python.versions     27

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools

    livecheck.type  none
}
