Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 03:41:09 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e45c70437fe7 - main - www/py-requests-oauthlib: Update to 2.0.0
Message-ID:  <202403310341.42V3f9d9090071@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e45c70437fe7fe3d93712f7eb880eac9691d4a72

commit e45c70437fe7fe3d93712f7eb880eac9691d4a72
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 03:08:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 03:08:07 +0000

    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
---
 www/py-requests-oauthlib/Makefile | 6 ++++--
 www/py-requests-oauthlib/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/www/py-requests-oauthlib/Makefile b/www/py-requests-oauthlib/Makefile
index 3ab0adddacb5..ab3d733225b3 100644
--- a/www/py-requests-oauthlib/Makefile
+++ b/www/py-requests-oauthlib/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	requests-oauthlib
-PORTVERSION=	1.4.0
+PORTVERSION=	2.0.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,13 +11,15 @@ WWW=		https://github.com/requests/requests-oauthlib
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}oauthlib>=3.0.0:security/py-oauthlib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests-mock>=0:www/py-requests-mock@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils unittest
+USE_PYTHON=	autoplist concurrent pep517 unittest
 
 NO_ARCH=	yes
 
diff --git a/www/py-requests-oauthlib/distinfo b/www/py-requests-oauthlib/distinfo
index 9f7070c2a7bf..4f7313ef64b7 100644
--- a/www/py-requests-oauthlib/distinfo
+++ b/www/py-requests-oauthlib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710712562
-SHA256 (requests-oauthlib-1.4.0.tar.gz) = acee623221e4a39abcbb919312c8ff04bd44e7e417087fb4bd5e2a2f53d5e79a
-SIZE (requests-oauthlib-1.4.0.tar.gz) = 55616
+TIMESTAMP = 1711466236
+SHA256 (requests-oauthlib-2.0.0.tar.gz) = b3dffaebd884d8cd778494369603a9e7b58d29111bf6b41bdc2dcd87203af4e9
+SIZE (requests-oauthlib-2.0.0.tar.gz) = 55650



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403310341.42V3f9d9090071>