# -*- 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: Portfile 120573 2014-06-01 23:41:05Z ryandesign@macports.org $ 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 http://pypi.python.org/packages/source/o/oauth/ distname oauth-${version} checksums rmd160 3d1dad6117aeb13392e35870716022e3a71897c3 \ sha256 e769819ff0b0c043d020246ce1defcaadd65b9c21d244468a45a7f06cb88af5d python.versions 25 26 27 python.default_version 27