# -*- 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       github  1.0
PortGroup       python  1.0
                    
name            py-google-pasta
github.setup    google pasta 0.2.0 v
revision        0
platforms       darwin
supported_archs noarch
license         Apache-2
maintainers     nomaintainer

description     Library to refactor Python code through AST manipulation.
long_description ${description}

python.versions         27 35 36 37 38 39
python.default_version  38

checksums           rmd160  2ac1331134a0189e52b0e0c4aba2e2df57b367a0 \
                    sha256  c15a77d672ee6a84601bc85bba4fc4cc8670532a4ce1f7281a095736fd23ee67 \
                    size    96839

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

    test.run    yes
}
