Skip to content

Commit

Permalink
net/py-eventlet: Update to 0.36.1
Browse files Browse the repository at this point in the history
- Update WWW
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/eventlet/eventlet/blob/master/NEWS
  • Loading branch information
sunpoet committed Apr 8, 2024
1 parent 52a3a0f commit 8b32413
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions 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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 8b32413

Please sign in to comment.