# -*- 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-pygithub version 2.4.0 revision 0 license LGPL-3+ supported_archs noarch platforms {darwin any} maintainers {raimue @raimue} \ openmaintainer description Typed interactions with the GitHub API v3 long_description PyGitHub is a Python library to access the GitHub REST API. This \ library enables you to manage GitHub resources such as repositories, \ user profiles, and organizations in your Python applications. homepage https://pygithub.readthedocs.io/ checksums rmd160 f1d192a2295b1f092e0eb14409bff6ea98720828 \ sha256 6601e22627e87bac192f1e2e39c6e6f69a43152cfb8f307cee575879320b3051 \ size 3476673 python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_run-append port:py${python.version}-cryptography \ port:py${python.version}-deprecated \ port:py${python.version}-jwt \ port:py${python.version}-pynacl \ port:py${python.version}-requests \ port:py${python.version}-typing_extensions \ port:py${python.version}-urllib3 }