1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/py-oauth2/pkg-descr
Kubilay Kocak e75dda1754 net/py-oauth2: Clean up, modernize & add QA bits
- Take maintainership under python@'s wings
- httplib2 is a RUN not BUILD dependency
- Add TEST_DEPENDS and regression-test target
- Limit to Python 2.x
- Sort USE_PYTHON values
- Add breadcrumb/notes to setup.py patch
- Make pkg-descr a bit prettier
2015-02-11 13:34:46 +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: http://github.com/simplegeo/python-oauth2