Date: Sat, 9 Oct 2021 10:20:23 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: 27e99546bd59 - main - devel/py-websockets: Update to 10.0 Message-ID: <202110091020.199AKNgV062340@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=27e99546bd59132465fe837686ad693ec1389db2 commit 27e99546bd59132465fe837686ad693ec1389db2 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2021-10-09 10:20:15 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2021-10-09 10:20:15 +0000 devel/py-websockets: Update to 10.0 websockets 10.0 requires Python >= 3.7 therefore bump depending ports Python version requirements. Changes: https://websockets.readthedocs.io/en/stable/project/changelog.html --- devel/py-python-socketio/Makefile | 4 ++-- devel/py-websockets/Makefile | 4 ++-- devel/py-websockets/distinfo | 6 +++--- games/py-pychess/Makefile | 3 ++- net/py-saltyrtc.server/Makefile | 3 ++- www/yt-dlp/Makefile | 3 ++- 6 files changed, 13 insertions(+), 10 deletions(-) diff --git a/devel/py-python-socketio/Makefile b/devel/py-python-socketio/Makefile index baa8fee46c51..5417a9b6eb7b 100644 --- a/devel/py-python-socketio/Makefile +++ b/devel/py-python-socketio/Makefile @@ -1,6 +1,6 @@ PORTNAME= python-socketio PORTVERSION= 4.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-engineio>=3.13.0<4:devel/py-python-engineio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-websockets/Makefile b/devel/py-websockets/Makefile index 8672f277cf6d..045116a2a045 100644 --- a/devel/py-websockets/Makefile +++ b/devel/py-websockets/Makefile @@ -1,7 +1,7 @@ # Created by: Emanuel Haupt <ehaupt@FreeBSD.org> PORTNAME= websockets -PORTVERSION= 9.1 +PORTVERSION= 10.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ COMMENT= Implementation of the WebSocket Protocol (RFC 6455 and 7692) LICENSE= BSD3CLAUSE -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist distutils post-install: diff --git a/devel/py-websockets/distinfo b/devel/py-websockets/distinfo index 3b40533cf8a6..0f65ed050609 100644 --- a/devel/py-websockets/distinfo +++ b/devel/py-websockets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622195262 -SHA256 (websockets-9.1.tar.gz) = 276d2339ebf0df4f45df453923ebd2270b87900eda5dfd4a6b0cfa15f82111c3 -SIZE (websockets-9.1.tar.gz) = 76694 +TIMESTAMP = 1633762714 +SHA256 (websockets-10.0.tar.gz) = c4fc9a1d242317892590abe5b61a9127f1a61740477bfb121743f290b8054002 +SIZE (websockets-10.0.tar.gz) = 81838 diff --git a/games/py-pychess/Makefile b/games/py-pychess/Makefile index e9c8e5a36362..456c3c39c383 100644 --- a/games/py-pychess/Makefile +++ b/games/py-pychess/Makefile @@ -2,6 +2,7 @@ PORTNAME= pychess PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= https://github.com/pychess/pychess/releases/download/${PORTVERSION}/ @@ -18,7 +19,7 @@ COMMON_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \ RUN_DEPENDS= ${COMMON_DEPENDS} BUILD_DEPENDS= ${COMMON_DEPENDS} -USES= desktop-file-utils display:configure gettext gnome python:3.3+ +USES= desktop-file-utils display:configure gettext gnome python:3.7+ # DISPLAY must be set at all steps: .for t in build install stage _USES_$t+= ${_USES_configure} diff --git a/net/py-saltyrtc.server/Makefile b/net/py-saltyrtc.server/Makefile index c8a7480823e6..5dd846497e23 100644 --- a/net/py-saltyrtc.server/Makefile +++ b/net/py-saltyrtc.server/Makefile @@ -1,5 +1,6 @@ PORTNAME= saltyrtc.server PORTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,7 +28,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}collective.checkdocs>=0.2:textproc/py-colle ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.5:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=1.10:devel/py-pytest-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist distutils USE_RC_SUBR= saltyrtc-server diff --git a/www/yt-dlp/Makefile b/www/yt-dlp/Makefile index 32144c417610..945546810cf9 100644 --- a/www/yt-dlp/Makefile +++ b/www/yt-dlp/Makefile @@ -1,5 +1,6 @@ PORTNAME= yt-dlp DISTVERSION= 2021.09.25 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org @@ -15,7 +16,7 @@ PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${PY_FLAVOR} \ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= gmake python:3.6+ shebangfix +USES= gmake python:3.7+ shebangfix SHEBANG_GLOB= devscripts/*.py USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110091020.199AKNgV062340>