Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2011 10:04:17 +0000 (UTC)
From:      Cheng-Lung Sung <clsung@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net Makefile ports/net/py-oauth2 Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201103021004.p22A4Hnl006643@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
clsung      2011-03-02 10:04:17 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/py-oauth2        Makefile distinfo pkg-descr pkg-plist 
  Log:
  net/py-oauth2 was originally forked from Leah Culver and Andy Smith's
  oauth.py code (see net/py-oauth).
  
  A number of notable differences exist between this code and its
  forefathers:
  
  * 100% unit test coverage.
  * The DataStore object has been completely ripped out.
  * Classes are no longer prefixed with OAuth.
  * The Request class now extends from dict.
  * The library is likely no longer compatible with Python 2.3.
  * The Client class works and extends from httplib2.
  
  WWW:    http://github.com/simplegeo/python-oauth2
  
  Revision  Changes    Path
  1.2321    +1 -0      ports/net/Makefile
  1.1       +23 -0     ports/net/py-oauth2/Makefile (new)
  1.1       +2 -0      ports/net/py-oauth2/distinfo (new)
  1.1       +14 -0     ports/net/py-oauth2/pkg-descr (new)
  1.1       +1 -0      ports/net/py-oauth2/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103021004.p22A4Hnl006643>