diff --git a/games/py-pychess/Makefile b/games/py-pychess/Makefile index 6fe6ae6f7304..b29434d0f783 100644 --- a/games/py-pychess/Makefile +++ b/games/py-pychess/Makefile @@ -1,30 +1,29 @@ PORTNAME= pychess -PORTVERSION= 1.0.2 -PORTREVISION= 4 +PORTVERSION= 1.0.4 CATEGORIES= games python MASTER_SITES= https://github.com/pychess/pychess/releases/download/${PORTVERSION}/ MAINTAINER= kevinz5000@gmail.com COMMENT= GTK chess client written in Python -WWW= https://www.pychess.org/ +WWW= https://github.com/pychess/pychess LICENSE= GPLv3 COMMON_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy13>1.:databases/py-sqlalchemy13@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy20>0:databases/py-sqlalchemy20@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0.:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gobject3>2:devel/py-gobject3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}websockets>7.:devel/py-websockets@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}websockets>11.:devel/py-websockets@${PY_FLAVOR} RUN_DEPENDS= ${COMMON_DEPENDS} BUILD_DEPENDS= ${COMMON_DEPENDS} USES= desktop-file-utils display:configure gettext gnome gstreamer python:3.7+ # DISPLAY must be set at all steps: .for t in build install stage _USES_$t+= ${_USES_configure} .endfor USE_PYTHON= distutils autoplist USE_GNOME= gtksourceview3:run glib20 gtk30 librsvg2 introspection PYDISTUTILS_INSTALLNOSINGLE= nope .include diff --git a/games/py-pychess/distinfo b/games/py-pychess/distinfo index 9aea38777ae3..104469eb6793 100644 --- a/games/py-pychess/distinfo +++ b/games/py-pychess/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605936997 -SHA256 (pychess-1.0.2.tar.gz) = f601ce83aea3666c79df54a015d59fd6b22c6e25084cf8baf13406518deaba90 -SIZE (pychess-1.0.2.tar.gz) = 14571480 +TIMESTAMP = 1681998353 +SHA256 (pychess-1.0.4.tar.gz) = f563a89404746b037f7b3145100a024b7cad83fe1383ad41f55b216c1d09bc5c +SIZE (pychess-1.0.4.tar.gz) = 14553786 diff --git a/games/py-pychess/files/patch-setup b/games/py-pychess/files/patch-setup deleted file mode 100644 index 96fc1fb3be87..000000000000 --- a/games/py-pychess/files/patch-setup +++ /dev/null @@ -1,9 +0,0 @@ ---- setup.py 2019-03-10 06:22:01.000000000 -0400 -+++ setup.py 2020-04-05 12:09:51.478233000 -0400 -@@ -343,5 +343,4 @@ - scripts=['pychess'], - options={"build_exe": build_exe_options, -- "bdist_msi": bdist_msi_options}, -- executables=executables -+ "bdist_msi": bdist_msi_options} - )