# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-oauth version 1.0.1 categories-append net license MIT maintainers nomaintainer supported_archs noarch platforms darwin description Python library for OAuth long_description An open protocol to allow API authentication in a simple and standard \ method from desktop and web applications. NB, this provides OAuth \ version 1 which is substantially different from version 2. homepage http://code.google.com/p/oauth master_sites pypi:o/oauth/ distname oauth-${version} checksums rmd160 3d1dad6117aeb13392e35870716022e3a71897c3 \ sha256 e769819ff0b0c043d020246ce1defcaadd65b9c21d244468a45a7f06cb88af5d python.versions 27 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools } livecheck.url [lindex ${master_sites} 0] livecheck.regex >oauth-(\[0-9.\]+)${extract.suffix}