aboutsummaryrefslogtreecommitdiff
path: root/net/py-oauth2
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.9.0.post1Sunpoet Po-Chuan Hsieh2016-12-244-12/+13
| | | | | | | | | | - Add NO_ARCH - Relax USES=python Changes: https://github.com/joestump/python-oauth2/commits/release/1.9 Notes: svn path=/head/; revision=429348
* http://github.com redirects to https://github.com, spare everyone a redirect.Mathieu Arnold2016-12-021-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427548
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* net/py-oauth2: Clean up, modernize & add QA bitsKubilay Kocak2015-02-113-12/+24
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=378838
* Reset maintainership:Baptiste Daroussin2014-12-021-1/+1
| | | | | | | | | | - Lots of maintainers timeout - unresponsive for almost a year PR: 195059 Notes: svn path=/head/; revision=373790
* - Convert ports of net/ to new USES=pythonMarcus von Appen2014-10-241-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371449
* net/py-oauth2: Fix tests from being installed in site-packagesKubilay Kocak2014-03-153-2/+13
| | | | | | | | | | | | | | | | | | | | | | | - Patch setup.py to exclude tests from install (CONFLICT) [1][2] - pkg-descr: Tab->space in WWW: (portlint) - Bump PORTREVISION [1] This Python package uses packages=find_packages() with a tests module in the root that contains an __init__.py file, which results in the tests module being installed in site-packages. The correct way of including tests in a pypi package using sdist, while excluding tests in the root from being installed it to use: * packages = find_packages(exclude='tests'), * A MANIFEST.in containing "include tests/*" or equivalent [2] https://github.com/simplegeo/python-oauth2/issues/139 Reported by: antoine Approved by: maintainer (via Twitter) Notes: svn path=/head/; revision=348331
* - Stage supportMartin Wilke2014-01-292-3/+3
| | | | | | | | - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION Notes: svn path=/head/; revision=341755
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Update to 1.5.211Cheng-Lung Sung2012-06-262-3/+5
| | | | | | | | | | - Add LICENSE PR: ports/168575 Submitted by: koobs <koobs.freebsd_AT_gmail.com> Notes: svn path=/head/; revision=299985
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Update to 1.5.170Cheng-Lung Sung2011-05-062-3/+3
| | | | Notes: svn path=/head/; revision=273693
* - Update to 1.5.168Cheng-Lung Sung2011-04-062-3/+3
| | | | Notes: svn path=/head/; revision=272296
* net/py-oauth2 was originally forked from Leah Culver and Andy Smith'sCheng-Lung Sung2011-03-024-0/+40
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 Notes: svn path=/head/; revision=270111