Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2024 20:20:49 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: 8b32413ab1ad - main - net/py-eventlet: Update to 0.36.1
Message-ID:  <202404082020.438KKnq1031679@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=8b32413ab1ad5dbf7daecf7be11096fa4a17fce9

commit 8b32413ab1ad5dbf7daecf7be11096fa4a17fce9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-08 20:15:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-08 20:17:27 +0000

    net/py-eventlet: Update to 0.36.1
    
    - Update WWW
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/eventlet/eventlet/blob/master/NEWS
---
 net/py-eventlet/Makefile | 12 +++++++-----
 net/py-eventlet/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/net/py-eventlet/Makefile b/net/py-eventlet/Makefile
index 4b48d47f73f7..bf9558e135fe 100644
--- a/net/py-eventlet/Makefile
+++ b/net/py-eventlet/Makefile
@@ -1,22 +1,24 @@
 PORTNAME=	eventlet
-PORTVERSION=	0.33.3
+PORTVERSION=	0.36.1
 CATEGORIES=	net python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Highly concurrent networking library
-WWW=		https://eventlet.net/
+WWW=		https://eventlet.net/ \
+		https://github.com/eventlet/eventlet
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0.3:devel/py-hatch-vcs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hatchling>=1.12.2:devel/py-hatchling@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0,1:dns/py-dnspython@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}greenlet>=0.3:devel/py-greenlet@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}greenlet>=1.0:devel/py-greenlet@${PY_FLAVOR}
 
 USES=		cpe python
-USE_PYTHON=	autoplist concurrent distutils nose
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/net/py-eventlet/distinfo b/net/py-eventlet/distinfo
index e914e63a014a..6c7012faba05 100644
--- a/net/py-eventlet/distinfo
+++ b/net/py-eventlet/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1675191079
-SHA256 (eventlet-0.33.3.tar.gz) = 722803e7eadff295347539da363d68ae155b8b26ae6a634474d0a920be73cfda
-SIZE (eventlet-0.33.3.tar.gz) = 416190
+TIMESTAMP = 1712580514
+SHA256 (eventlet-0.36.1.tar.gz) = d227fe76a63d9e6a6cef53beb8ad0b2dc40a5e7737c801f4b474cfae1db07bc5
+SIZE (eventlet-0.36.1.tar.gz) = 552863



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