Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2024 13:39:41 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5cb287f98fb3 - main - devel/py-websockets: Update to 13.0.1
Message-ID:  <202409021339.482Ddfo6091461@gitrepo.freebsd.org>

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

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

commit 5cb287f98fb31b230a0cca86d5562c954fbfd2e6
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-09-02 13:39:26 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-09-02 13:39:26 +0000

    devel/py-websockets: Update to 13.0.1
---
 devel/py-websockets/Makefile | 10 +++++++---
 devel/py-websockets/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/devel/py-websockets/Makefile b/devel/py-websockets/Makefile
index ae760abc0132..0bd3d24bc5ed 100644
--- a/devel/py-websockets/Makefile
+++ b/devel/py-websockets/Makefile
@@ -1,18 +1,22 @@
 PORTNAME=	websockets
-PORTVERSION=	12.0
+PORTVERSION=	13.0.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Implementation of the WebSocket Protocol (RFC 6455 and 7692)
-WWW=		https://pypi.org/project/websockets/
+WWW=		https://pypi.org/project/websockets/ \
+		https://github.com/python-websockets/websockets
 
 LICENSE=	BSD3CLAUSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=39.2.0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
 USES=		cpe python
 CPE_VENDOR=	${PORTNAME}_project
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist pep517
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/websockets/speedups*.so
diff --git a/devel/py-websockets/distinfo b/devel/py-websockets/distinfo
index d870655e664b..8b401153d9d7 100644
--- a/devel/py-websockets/distinfo
+++ b/devel/py-websockets/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1697965934
-SHA256 (websockets-12.0.tar.gz) = 81df9cbcbb6c260de1e007e58c011bfebe2dafc8435107b0537f393dd38c8b1b
-SIZE (websockets-12.0.tar.gz) = 104994
+TIMESTAMP = 1725283565
+SHA256 (websockets-13.0.1.tar.gz) = 4d6ece65099411cfd9a48d13701d7438d9c34f479046b34c50ff60bb8834e43e
+SIZE (websockets-13.0.1.tar.gz) = 149769



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