1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/py-oauth2/pkg-descr
Sunpoet Po-Chuan Hsieh c9033fff30 - Update to 1.9.0.post1
- Add NO_ARCH
- Relax USES=python

Changes:	https://github.com/joestump/python-oauth2/commits/release/1.9
2016-12-24 13:04:00 +00:00

15 lines
523 B
Plaintext

This code 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: https://github.com/joestump/python-oauth2