# -*- 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-coveralls version 3.3.1 revision 0 categories-append devel platforms {darwin any} supported_archs noarch license MIT maintainers {@catap korins.ky:kirill} openmaintainer description Show coverage stats online via coveralls.io long_description {*}${description} homepage http://github.com/TheKevJames/coveralls-python checksums rmd160 76526fac69adffb06b50989648726c7d3a33a5db \ sha256 b32a8bb5d2df585207c119d6c01567b81fba690c9c10a753bfe27a335bfc43ea \ size 17964 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-coverage \ port:py${python.version}-docopt \ port:py${python.version}-requests }