# -*- 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.1.8 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 python.default_version 38 checksums rmd160 bb632eaa1b9cc7885ddf6673992bc64dc86f6a1b \ sha256 0b4dc950ae15d046944888f21679130b58585547b22cb33ee7d71d6dc708da1a \ size 78643 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools test.run yes }