Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 03:40:02 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: f9f97b221ab8 - main - devel/py-geventhttpclient: Update to 2.0.12
Message-ID:  <202403310340.42V3e2Om080199@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=f9f97b221ab8ccce067002bc55b22f33f33a596e

commit f9f97b221ab8ccce067002bc55b22f33f33a596e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 03:06:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 03:06:28 +0000

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

diff --git a/devel/py-geventhttpclient/Makefile b/devel/py-geventhttpclient/Makefile
index 5f9b4ac40f26..d2f42896287b 100644
--- a/devel/py-geventhttpclient/Makefile
+++ b/devel/py-geventhttpclient/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	geventhttpclient
-PORTVERSION=	2.0.11
+PORTVERSION=	2.0.12
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,13 +11,15 @@ WWW=		https://github.com/geventhttpclient/geventhttpclient
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}brotli>=0:archivers/py-brotli@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}gevent>=0.13:devel/py-gevent@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 post-install:
 	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
diff --git a/devel/py-geventhttpclient/distinfo b/devel/py-geventhttpclient/distinfo
index 94e8f3613296..88d6f410427c 100644
--- a/devel/py-geventhttpclient/distinfo
+++ b/devel/py-geventhttpclient/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696432914
-SHA256 (geventhttpclient-2.0.11.tar.gz) = 549d0f3af08420b9ad2beeda211153c7605b5ba409b228db7f1b81c8bfbec6b4
-SIZE (geventhttpclient-2.0.11.tar.gz) = 76822
+TIMESTAMP = 1711466140
+SHA256 (geventhttpclient-2.0.12.tar.gz) = ebea08e79c1aa7d03b43936b347c0f87356e6fb1c6845735a11f23c949c655f7
+SIZE (geventhttpclient-2.0.12.tar.gz) = 77009



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