Port details |
- py-oauthlib Generic, spec-compliant, thorough implementation of the OAuth request-signing logic
- 3.2.2_1 security =3 3.2.2_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2012-06-14 00:36:48
- Last Update: 2024-05-13 14:07:45
- Commit Hash: 7afe05d
- People watching this port, also watch:: indexinfo, openjpeg, yarn-node20, autoconf, py39-pyjwt
- Also Listed In: net python
- License: BSD3CLAUSE
- WWW:
- https://github.com/oauthlib/oauthlib
- Description:
- OAuthLib is a framework which implements the logic of OAuth1 or OAuth2 without
assuming a specific HTTP request object or web framework. Use it to graft OAuth
client support onto your favorite HTTP library, or provide support onto your
favourite web framework. If you're a maintainer of such a library, write a thin
veneer on top of OAuthLib and get OAuth support for very little effort.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}oauthlib>0:security/py-oauthlib@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-oauthlib/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-oauthlib
- pkg install py39-oauthlib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-oauthlib listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-oauthlib
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1669057955
SHA256 (oauthlib-3.2.2.tar.gz) = 9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918
SIZE (oauthlib-3.2.2.tar.gz) = 177352
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- py39-pytest-cov>=2.6 : devel/py-pytest-cov@py39
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-blinker>=1.4.0 : devel/py-blinker@py39
- py39-pyjwt>=2.0.0<3 : www/py-pyjwt@py39
- py39-cryptography>=42.0.5,1 : security/py-cryptography@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- www/py-flask-dance
-
Deleted ports which required this port:
- for Run
-
- audio/py-discogs-client
- devel/py-lazr.restfulclient
- net/cloud-init
- net/cloud-init-devel
- net/py-tweepy
- security/py-social-auth-core
- www/py-aiohttp-oauthlib
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py39-oauthlib-3.2.2_1:
RSA=on: RSA support
SIGNALS=on: Signal support
SIGNEDTOKEN=on: Signed token support
===> Use 'make config' to modify these settings
- Options name:
- security_py-oauthlib
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.2_1 13 May 2024 14:07:45 |
Po-Chuan Hsieh (sunpoet) |
security/py-oauthlib: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
3.2.2 29 Sep 2023 14:19:56 |
Po-Chuan Hsieh (sunpoet) |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine |
3.2.2 31 Jul 2023 16:40:13 |
Po-Chuan Hsieh (sunpoet) |
security/py-oauthlib: Convert to USE_PYTHON=pytest |
3.2.2 22 Jul 2023 07:46:38 |
Tobias C. Berner (tcberner) |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
3.2.2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.2.2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.2.2 30 Dec 2022 09:05:07 |
Po-Chuan Hsieh (sunpoet) |
security/py-oauthlib: Update to 3.2.2
Changes: https://github.com/oauthlib/oauthlib/releases |
3.2.1 10 Sep 2022 18:11:25 |
Po-Chuan Hsieh (sunpoet) |
security/py-oauthlib: Update to 3.2.1
Changes: https://github.com/oauthlib/oauthlib/releases
Security: CVE-2022-36087 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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) |
3.2.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.2.0 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.2.0 25 Mar 2022 13:37:14 |
Po-Chuan Hsieh (sunpoet) |
security/py-oauthlib: Update to 3.2.0
- Update pkg-descr
Changes: https://github.com/oauthlib/oauthlib/releases |
1.1.2_2 07 Mar 2022 19:24:01 |
Po-Chuan Hsieh (sunpoet) |
*/py-*: Take maintainership |
1.1.2_2 07 Mar 2022 19:07:39 |
Rene Ladan (rene) |
all: return koobs' ports to the pool after safekeeping his commit bit. |
1.1.2_2 02 Jan 2022 14:19:00 |
Danilo G. Baio (dbaio) |
security/py-oauthlib: Use newer version of pyjwt
It is needed to avoid conflicts when using azure-cli ports.
Approved by: portmgr (blanket) |
1.1.2_1 04 Oct 2021 17:10:05 |
Rainer Hurling (rhurlin) Author: Goran Mekic |
www/py-pyjwt: Rename to www/py-pyjwt1
To make it possible to easily import py-pyjwt v2.x move the current port
to a versioned directory. Bump consumers after rename of the dependency.
PR: 254038 |
1.1.2 18 Jul 2021 17:54:47 |
Po-Chuan Hsieh (sunpoet) |
security/py-oauthlib: Update WWW
Approved by: portmgr (blanket) |
1.1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.2 11 Jan 2021 19:36:17 |
rene |
Remove logic for Python < 3.6 for ports using Python 3.6+ |
1.1.2 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.1.2 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.1.2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.1.2 13 Nov 2016 16:14:14 |
rene |
Clean up TEST_DEPENDS, devel/py-unittest2 was removed at 2016-09-26 |
1.1.2 02 Nov 2016 22:45:14 |
mat |
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.1.2 18 Jun 2016 07:36:35 |
rene |
security/py-oauthlib: update to 1.1.2
PR: 209989
Submitted by: myself
Approved by: maintainer timeout (koobs, 15 days) |
1.0.3 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.0.3 26 Feb 2016 10:53:50 |
koobs |
security/py-oauthlib: Update 1.0.3
- Update PORTVERSION and distinfo checksum (1.0.3)
- Update COMMENT to more closely match setup.py:description=
- Update TEST dependencies and test target
- Remove TESTS option bits accordingly
- Move mock to only Python 2.x TEST_DEPENDS
- Enable NO_ARCH (architecture independent)
- Add LICENSE_FILE |
0.7.2_1 25 Dec 2015 22:35:43 |
antoine |
Allow use a regular user, some files were unreadable |
0.7.2 26 May 2015 16:47:03 |
antoine |
Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10
Differential Revision: https://reviews.freebsd.org/D2639
Reviewed by: sunpoet, mva |
0.7.2 22 Dec 2014 05:07:44 |
koobs |
security/py-oauthlib: Update to 0.7.2, Add OPTIONS
- Update to 0.7.2
- Switch distfiles from GitHub -> PyPi (CHEESESHOP)
- Add RSA, SIGNALS and SIGNEDTOKEN (JWT) and TESTS options
- Adjust RUN_DEPENDS and TEST_DEPENDS
- Remove uncessary setup.py patch
Changes:
* https://github.com/idan/oauthlib/blob/0.7.2/CHANGELOG.rst
PR: 193096
Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail com> (with changes) |
0.6.0_1 10 Dec 2014 14:04:24 |
feld |
Update "BSD" license in security category |
0.6.0_1 24 Oct 2014 16:50:43 |
mva |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit) |
0.6.0_1 15 Jun 2014 09:18:41 |
mva |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
0.6.0 30 Nov 2013 18:16:09 |
koobs |
security/py-oauthlib: Update to 0.6.0
- Update to 0.6.0
- Enable STAGE support
- Enable AUTOPLIST, delete pkg-plist
Changes:
https://github.com/idan/oauthlib/tree/0.6.0#changelog |
0.4.2 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.4.2 14 Jun 2013 14:04:38 |
koobs |
security/py-oauthlib: Fix pkg-plist
- Fix pkg-plist. missing @dirrm entries
Reported by: sbz (thanks!) |
0.4.2 10 Jun 2013 01:08:25 |
koobs |
security/py-oauthlib: Update to 0.4.2
- Update to 0.4.2
- Update pkg-plist
Changes:
- 0.4.2: OAuth 2 draft to RFC. Removed OAuth 2 framework decorators.
- 0.4.1: Documentation corrections and various small code fixes. |
0.4.0 28 Apr 2013 06:46:43 |
koobs |
security/py-oauthlib: Update to 0.4.0
- Update pkg-descr WWW:
- Update pkg-plist
Changes: https://github.com/idan/oauthlib/tree/0.4.0#changelog
Approved by: eadler, rm (mentors, implicit) |
0.3.8 24 Mar 2013 04:42:14 |
koobs |
- Update to 0.3.8
- Update pkg-plist
- Use GITHUB for DISTFILES
- Add TEST_DEPENDS and regression-test target
- Refactor {BUILD,RUN,TEST}_DEPENDS lists
- Update COMMENT accoding to standards
- Tab->space in pkg-descr
Changes: https://github.com/idan/oauthlib/tree/0.3.8#changelog
Approved by: rm (mentor) |
0.3.0 09 Feb 2013 14:50:27 |
koobs |
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor) |
0.3.0 14 Aug 2012 14:47:16 |
sbz |
- Update to 0.3.0
PR: ports/170633
Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com> (maintainer) |
0.1.3_1 15 Jun 2012 11:22:44 |
rm |
- remove unneded LICENSE_FILE knob
- add dependency on py-rsa to RUN_DEPENDS too
- mark this port python3 ready
- remove trailing slash from pkg-plist entry
- bump PORTREVISION because of dependency change
PR: 169068 (follow-up patch)
Submitted by: rm (myself)
Approved by: koobs k <koobs.freebsd at gmail dot com> (maintainer) |
0.1.3 14 Jun 2012 14:28:25 |
rm |
- correct port category
PR: 169068
Submitted by: koobs <koobs.freebsd at gmail dot com> (maintainer) |
0.1.3 14 Jun 2012 00:36:22 |
tj |
OAuthLib is a generic Python module which implements the logic of
OAuth without assuming a specific HTTP request object. Use it to graft
OAuth support onto your favorite HTTP library.
WWW: https://github.com/idangazit/oauthlib
PR: ports/168460
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by: eadler (mentor) |