mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
12 lines
475 B
Text
12 lines
475 B
Text
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.
|