# -*- 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
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 http://pypi.python.org/packages/source/o/oauth/
distname oauth-${version}
checksums rmd160 3d1dad6117aeb13392e35870716022e3a71897c3 \
sha256 e769819ff0b0c043d020246ce1defcaadd65b9c21d244468a45a7f06cb88af5d
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}