Skip to content

Commit 27e9954

Browse files
committed
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
1 parent 46bfa07 commit 27e9954

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

‎devel/py-python-socketio/Makefile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PORTNAME= python-socketio
22
PORTVERSION= 4.6.1
3-
PORTREVISION= 1
3+
PORTREVISION= 2
44
CATEGORIES= devel net python
55
MASTER_SITES= CHEESESHOP
66
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
1414
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-engineio>=3.13.0<4:devel/py-python-engineio@${PY_FLAVOR} \
1515
${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR}
1616

17-
USES= python:3.6+
17+
USES= python:3.7+
1818
USE_PYTHON= autoplist concurrent distutils
1919

2020
NO_ARCH= yes

‎devel/py-websockets/Makefile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
22

33
PORTNAME= websockets
4-
PORTVERSION= 9.1
4+
PORTVERSION= 10.0
55
CATEGORIES= devel python
66
MASTER_SITES= CHEESESHOP
77
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ COMMENT= Implementation of the WebSocket Protocol (RFC 6455 and 7692)
1111

1212
LICENSE= BSD3CLAUSE
1313

14-
USES= python:3.6+
14+
USES= python:3.7+
1515
USE_PYTHON= autoplist distutils
1616

1717
post-install:

‎devel/py-websockets/distinfo‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TIMESTAMP = 1622195262
2-
SHA256 (websockets-9.1.tar.gz) = 276d2339ebf0df4f45df453923ebd2270b87900eda5dfd4a6b0cfa15f82111c3
3-
SIZE (websockets-9.1.tar.gz) = 76694
1+
TIMESTAMP = 1633762714
2+
SHA256 (websockets-10.0.tar.gz) = c4fc9a1d242317892590abe5b61a9127f1a61740477bfb121743f290b8054002
3+
SIZE (websockets-10.0.tar.gz) = 81838

‎games/py-pychess/Makefile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
PORTNAME= pychess
44
PORTVERSION= 1.0.2
5+
PORTREVISION= 1
56
CATEGORIES= games python
67
MASTER_SITES= https://github.com/pychess/pychess/releases/download/${PORTVERSION}/
78

@@ -18,7 +19,7 @@ COMMON_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \
1819
RUN_DEPENDS= ${COMMON_DEPENDS}
1920
BUILD_DEPENDS= ${COMMON_DEPENDS}
2021

21-
USES= desktop-file-utils display:configure gettext gnome python:3.3+
22+
USES= desktop-file-utils display:configure gettext gnome python:3.7+
2223
# DISPLAY must be set at all steps:
2324
.for t in build install stage
2425
_USES_$t+= ${_USES_configure}

‎net/py-saltyrtc.server/Makefile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PORTNAME= saltyrtc.server
22
PORTVERSION= 5.0.1
3+
PORTREVISION= 1
34
CATEGORIES= net python
45
MASTER_SITES= CHEESESHOP
56
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -27,7 +28,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}collective.checkdocs>=0.2:textproc/py-colle
2728
${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.5:devel/py-pytest-cov@${PY_FLAVOR} \
2829
${PYTHON_PKGNAMEPREFIX}pytest-mock>=1.10:devel/py-pytest-mock@${PY_FLAVOR}
2930

30-
USES= python:3.6+
31+
USES= python:3.7+
3132
USE_PYTHON= autoplist distutils
3233
USE_RC_SUBR= saltyrtc-server
3334

‎www/yt-dlp/Makefile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PORTNAME= yt-dlp
22
DISTVERSION= 2021.09.25
3+
PORTREVISION= 1
34
CATEGORIES= www
45

56
MAINTAINER= yuri@FreeBSD.org
@@ -15,7 +16,7 @@ PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${PY_FLAVOR} \
1516
BUILD_DEPENDS= ${PY_DEPENDS}
1617
RUN_DEPENDS= ${PY_DEPENDS}
1718

18-
USES= gmake python:3.6+ shebangfix
19+
USES= gmake python:3.7+ shebangfix
1920
SHEBANG_GLOB= devscripts/*.py
2021

2122
USE_GITHUB= yes

0 commit comments

Comments
 (0)