# -*- 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-absl version 0.8.1 revision 0 platforms darwin supported_archs noarch license Apache-2.0 maintainers {emcrisostomo @emcrisostomo} openmaintainer description Abseil Python Common Libraries long_description ${description} homepage https://github.com/abseil/abseil-py master_sites pypi:a/absl-py distname absl-py-${version} checksums rmd160 e2fa96fb03bedd2a4d5e4de09969bf116ab7f593 \ sha256 d9129186431e150d7fe455f1cb1ecbb92bb5dba9da9bc3ef7b012d98c4db2526 \ size 103181 python.versions 27 35 36 37 38 livecheck.name ${python.rootname}-py if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools \ port:py${python.version}-setuptools_scm depends_lib-append \ port:py${python.version}-six post-extract { file attributes ${worksrcpath}/PKG-INFO -permissions a+r file attributes ${worksrcpath}/absl_py.egg-info/PKG-INFO -permissions a+r } livecheck.type none }