# -*- 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-googleapis-common-protos version 1.56.0 revision 0 categories-append www devel supported_archs noarch platforms {darwin any} license Apache-2 maintainers nomaintainer description Common protobufs used in Google APIs long_description {*}${description} homepage https://github.com/googleapis/python-api-common-protos checksums rmd160 85f98a686621cdaaec8f635b460a860492b750c7 \ sha256 4007500795bcfc269d279f0f7d253ae18d6dc1ff5d5a73613ffe452038b1ec5f \ size 132706 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-protobuf3 }