# -*- 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.0.0 v name py-${name} categories-append devel net platforms darwin supported_archs noarch license ISC maintainers {devans @dbevans} openmaintainer description OAuth for Humans long_description ${description}: an easy-to-use Python interface for building \ OAuth1 and OAuth2 clients. checksums rmd160 68b6809fc06529853d8af28198a5edf1d5ad6fb6 \ sha256 30a058af913da9b2f8faea8edcda4e116b422a537004d462dd8eac3765012699 \ size 43190 python.versions 27 34 35 36 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 livecheck.type none }