# -*- 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-grpcio version 1.10.0 platforms darwin license Apache-2 maintainers {emcrisostomo @emcrisostomo} openmaintainer description HTTP/2-based RPC framework long_description ${description} homepage https://grpc.io/ master_sites pypi:g/grpcio distname ${python.rootname}-${version} checksums rmd160 ecbc517bdf994012605b9d698ef45fd94d68aab8 \ sha256 03265472d39bf26f124c3ef68446f7873c8260893e6ae65b323a5b51ed52e580 \ size 13987692 python.versions 27 35 36 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-cython \ port:pkgconfig \ port:py${python.version}-setuptools depends_lib-append \ port:openssl \ port:py${python.version}-protobuf3 \ port:py${python.version}-six \ port:zlib if {${python.version} < 34} { depends_lib-append \ port:py${python.version}-enum34 \ port:py${python.version}-futures } patchfiles setup.py.diff \ commands.py.diff post-extract { file delete -force ${worksrcpath}/third_party/boringssl file delete -force ${worksrcpath}/src/boringssl } test.run yes livecheck.type none } else { livecheck.type pypi }