Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.0 31 Mar 2024 03:08:07
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-requests-oauthlib: Update to 2.0.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/requests/requests-oauthlib/blob/master/HISTORY.rst |
1.4.0 23 Mar 2024 14:49:37
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-requests-oauthlib: Update to 1.4.0
Changes: https://github.com/requests/requests-oauthlib/blob/master/HISTORY.rst |
1.3.1 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> |
1.3.1 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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) |
1.3.1 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 ) |
1.3.1 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.3.1 03 Jun 2022 16:58:02
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-requests-oauthlib: Convert to USE_PYTHON=unittest |
1.3.1 25 Mar 2022 13:37:21
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-requests-oauthlib: Update to 1.3.1
- Add LICENSE_FILE
- Update do-test:
Changes: https://github.com/requests/requests-oauthlib/blob/master/HISTORY.rst |
0.6.2 07 Mar 2022 19:24:01
    |
Po-Chuan Hsieh (sunpoet)  |
*/py-*: Take maintainership |
0.6.2 07 Mar 2022 19:07:39
    |
Rene Ladan (rene)  |
all: return koobs' ports to the pool after safekeeping his commit bit. |
0.6.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.6.2 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.6.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 |
0.6.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 ) |
0.6.2 25 Jul 2016 18:00:26
  |
rene  |
www/py-requests-oauthlib: update to 0.6.2 and set NO_ARCH
PR: 211313
Submitted by: myself
Approved by: maintainer (koobs) |
0.6.1 18 Jun 2016 07:37:37
  |
rene  |
www/py-requests-oauthlib: update to 0.6.1
PR: 209991
Submitted by: myself
Approved by: maintainer timeout (koobs, 15 days) |
0.5.0 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.5.0 28 Oct 2015 09:06:54
  |
koobs  |
www/py-requests-oauthlib: Update to 0.5.0
- Update PORTVERSION and distinfo checksum (0.5.0)
- Update TEST_DEPENDS
- Remove TESTS option since the framework now supports TEST_DEPENDS,etc
- Rename test target and use canonical/wrapped PYDISTUTILS_SETUP
variable.
Changes:
https://github.com/requests/requests-oauthlib/blob/v0.5.0/HISTORY.rst |
0.4.2_1 23 Dec 2014 10:01:03
  |
antoine  |
Fix RUN_DEPENDS |
0.4.2 22 Dec 2014 05:31:49
  |
koobs  |
security/py-requests-oauthlib: Update to 0.4.2
- Update to 0.4.2
- Switch distribution files from Github -> PyPi (CHEESESHOP)
- Add TESTS option for running the test suite
- Update RUN_DEPENDS and TEST_DEPENDS
- Use modern Python framework bits
- Remove unecessary patch (upstreamed)
Changes:
* https://github.com/requests/requests-oauthlib/blob/master/HISTORY.rst
PR: 193097
Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail com> (with changes) |
0.3.2_2 29 Jan 2014 13:18:39
  |
miwi  |
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION |
0.3.2_1 27 Jan 2014 12:14:09
  |
koobs  |
Sweep www/py-requests dependants to www/py-requests1
Point all www/py-requests dependants to www/py-requests1 in preparation for
the upgrade of www/py-requests to version 2.x, which substantially breaks API
compatibility.
Maintainers of these ports can update their requests dependency independently
as time for sufficient testing permits.
PR: ports/185631 |
0.3.2 21 Jan 2014 23:40:23
  |
bapt  |
Fix properties on pkg-plist |
0.3.2 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.3.2 10 Jun 2013 01:12:52
  |
koobs  |
www/py-requests-oauthlib: Update to 0.3.2
- Update to 0.3.2
- Update pkg-plist
- Bump RUN_DEPENDS version for oauthlib (and report upstream)
Changes:
https://github.com/requests/requests-oauthlib/commits/v0.3.2 |
0.3.1 14 May 2013 13:39:04
  |
koobs  |
www/py-requests-oauthlib: Fix PKGORIGIN
- Update CATEGORIES (net -> www)
Approved by: pointyhat, eadler, rm (mentors, implicit)
Obtained from: erwin (via automated email) |
13 May 2013 12:38:41

|
koobs  |
www/py-requests-oauthlib: OAuthlib authentication support for Requests [NEW
PORT]
This project provides first-class OAuth library support for Requests.
OAuth can seem overly complicated and it sure has its quirks. Luckily,
requests-oauthlib hides most of these and let you focus at the task at hand.
WWW: https://github.com/requests/requests-oauthlib
Approved by: eadler, rm (mentors, implicit) |