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
This commit is contained in:
Emanuel Haupt 2021-10-09 12:20:15 +02:00
parent 46bfa071fe
commit 27e99546bd
6 changed files with 13 additions and 10 deletions

View file

@ -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

View file

@ -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:

View file

@ -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

View file

@ -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}

View file

@ -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

View file

@ -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