Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Apr 2023 01:41:24 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 54d408c46ba7 - main - games/py-pychess: Update to 1.0.4
Message-ID:  <202304220141.33M1fOpT049982@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=54d408c46ba742cc9661b34015cf14267487046c

commit 54d408c46ba742cc9661b34015cf14267487046c
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2023-04-22 01:39:18 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2023-04-22 01:40:37 +0000

    games/py-pychess: Update to 1.0.4
    
    Update WWW
    Update DEPENDS
    PR:             270905
    Reported by:    maintainer
---
 games/py-pychess/Makefile          | 9 ++++-----
 games/py-pychess/distinfo          | 6 +++---
 games/py-pychess/files/patch-setup | 9 ---------
 3 files changed, 7 insertions(+), 17 deletions(-)

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,20 +1,19 @@
 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}
 
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}
- )



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