Date: Thu, 9 Apr 2020 09:15:35 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531193 - head/games/py-pychess Message-ID: <202004090915.0399FZ2w046480@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Apr 9 09:15:35 2020 New Revision: 531193 URL: https://svnweb.freebsd.org/changeset/ports/531193 Log: Mark BROKEN: ===> Configuring for pychess-1.0.0 Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 14, in <module> from pychess.Savers.pgn import PGNFile File "/wrkdirs/usr/ports/games/py-pychess/work-py37/pychess-1.0.0/lib/pychess/Savers/pgn.py", line 13, in <module> from gi.repository import GLib ModuleNotFoundError: No module named 'gi' Noted on powerpc64 daily new-port build; confirmed on amd64. While here, add gnome to USES to pacify portlint. Modified: head/games/py-pychess/Makefile Modified: head/games/py-pychess/Makefile ============================================================================== --- head/games/py-pychess/Makefile Thu Apr 9 08:14:59 2020 (r531192) +++ head/games/py-pychess/Makefile Thu Apr 9 09:15:35 2020 (r531193) @@ -11,6 +11,8 @@ COMMENT= GTK chess client written in Python LICENSE= GPLv3 +BROKEN= fails to configure: ModuleNotFoundError: No module named 'gi' + COMMON_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy*>1.:databases/py-sqlalchemy13@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil*>0.:sysutils/py-psutil@${PY_FLAVOR} \ @@ -18,7 +20,7 @@ COMMON_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/ RUN_DEPENDS= ${COMMON_DEPENDS} BUILD_DEPENDS= ${COMMON_DEPENDS} -USES= desktop-file-utils display gettext python:3.3+ +USES= desktop-file-utils display gettext gnome python:3.3+ USE_GSTREAMER1= yes USE_PYTHON= distutils autoplist USE_GNOME= gtksourceview3:run glib20 gtk30 librsvg2 introspection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004090915.0399FZ2w046480>