Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 03:41:10 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: 6bf222084866 - main - www/py-respx: Update to 0.21.0
Message-ID:  <202403310341.42V3fAVc090110@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=6bf22208486626fc066b7574006ceafb7950b80b

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

    www/py-respx: Update to 0.21.0
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/lundberg/respx/releases
---
 www/py-respx/Makefile | 6 ++++--
 www/py-respx/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/www/py-respx/Makefile b/www/py-respx/Makefile
index c84b59ef9ff0..3b6c78149a3b 100644
--- a/www/py-respx/Makefile
+++ b/www/py-respx/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	respx
-PORTVERSION=	0.20.2
+PORTVERSION=	0.21.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +12,12 @@ WWW=		https://lundberg.github.io/respx/ \
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpx>=0.21.0:www/py-httpx@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/www/py-respx/distinfo b/www/py-respx/distinfo
index dbcb981606e7..6914f102ade9 100644
--- a/www/py-respx/distinfo
+++ b/www/py-respx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1691070188
-SHA256 (respx-0.20.2.tar.gz) = 07cf4108b1c88b82010f67d3c831dae33a375c7b436e54d87737c7f9f99be643
-SIZE (respx-0.20.2.tar.gz) = 26080
+TIMESTAMP = 1711466238
+SHA256 (respx-0.21.0.tar.gz) = 30f6ec0e82d00bc7b664d79155e5df34ce40b5183f6eb4460e371ced7ae7232e
+SIZE (respx-0.21.0.tar.gz) = 28133



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