# -*- 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 name py-asttokens version 2.2.1 revision 0 categories-append devel license Apache-2 supported_archs noarch platforms {darwin any} python.versions 37 38 39 310 311 python.pep517 yes maintainers {stromnov @stromnov} openmaintainer description The asttokens module annotates Python abstract syntax trees (ASTs). long_description {*}${description} homepage https://github.com/gristlabs/asttokens checksums rmd160 34e61bf90202bf54723a6386caf310072a3f8395 \ sha256 4622110b2a6f30b77e1473affaa97e711bc2f07d3f10848420ff1898edbe94f3 \ size 60486 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_lib-append port:py${python.version}-six # Tests are temporarily broken (v2.2.1) #depends_test-append \ # port:py${python.version}-astroid \ # port:py${python.version}-pytest #test.run yes #test.cmd py.test-${python.branch} #test.target #test.env PYTHONPATH=${worksrcpath}/build/lib }