# -*- 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 github 1.0 PortGroup python 1.0 github.setup requests requests-oauthlib 1.3.1 v name py-${name} categories-append devel net platforms {darwin any} supported_archs noarch license ISC maintainers {@catap korins.ky:kirill} openmaintainer description OAuth for Humans long_description {*}${description}: an easy-to-use Python interface for building \ OAuth1 and OAuth2 clients. checksums rmd160 ca29983b1c777d1b89d12f16d571177c918322ad \ sha256 6807c32046ac493d51e4efe236803413871de3ce34bf97b9e36ae578287ac1f1 \ size 48352 python.versions 27 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-requests \ port:py${python.version}-oauthlib depends_test-append \ port:py${python.version}-mock \ port:py${python.version}-requests-mock test.run yes livecheck.type none }