aboutsummaryrefslogtreecommitdiff
path: root/games/py-pychess
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-04-10 21:53:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-04-10 21:53:21 +0000
commitd09c267cdb5339434a35dd575280cfdb9100e035 (patch)
tree43e36a25069097b02f1a5f2cc32fb6dbdc79b813 /games/py-pychess
parentac7fc760b45cfa31636401b4367fce8f35c83f86 (diff)
downloadports-d09c267cdb5339434a35dd575280cfdb9100e035.tar.gz
ports-d09c267cdb5339434a35dd575280cfdb9100e035.zip
Unbreak INDEX
Notes
Notes: svn path=/head/; revision=531344
Diffstat (limited to 'games/py-pychess')
-rw-r--r--games/py-pychess/Makefile33
-rw-r--r--games/py-pychess/distinfo3
-rw-r--r--games/py-pychess/files/patch-setup9
-rw-r--r--games/py-pychess/pkg-descr22
-rw-r--r--games/py-pychess/pkg-message10
5 files changed, 0 insertions, 77 deletions
diff --git a/games/py-pychess/Makefile b/games/py-pychess/Makefile
deleted file mode 100644
index ab3e775a26a2..000000000000
--- a/games/py-pychess/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Created by: Nicola Vitale <nivit@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= pychess
-PORTVERSION= 1.0.0
-CATEGORIES= games python
-MASTER_SITES= https://github.com/pychess/pychess/releases/download/${PORTVERSION}/
-
-MAINTAINER= mi@aldan.algebra.com
-COMMENT= GTK chess client written in Python
-
-LICENSE= GPLv3
-
-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} \
- ${PYTHON_PKGNAMEPREFIX}gobject*>2:devel/py-gobject3@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}websockets*>7.:devel/py-websockets@${PY_FLAVOR}
-RUN_DEPENDS= ${COMMON_DEPENDS}
-BUILD_DEPENDS= ${COMMON_DEPENDS}
-
-USES= desktop-file-utils display:configure gettext gnome python:3.3+
-# DISPLAY must be set at all steps:
-.for t in build install stage
-_USES_$t+= ${_USES_configure}
-.endfor
-USE_GSTREAMER1= yes
-USE_PYTHON= distutils autoplist
-USE_GNOME= gtksourceview3:run glib20 gtk30 librsvg2 introspection
-INSTALLS_ICONS= yes
-PYDISTUTILS_INSTALLNOSINGLE= nope
-
-.include <bsd.port.mk>
diff --git a/games/py-pychess/distinfo b/games/py-pychess/distinfo
deleted file mode 100644
index bfb9794a759c..000000000000
--- a/games/py-pychess/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1586042912
-SHA256 (pychess-1.0.0.tar.gz) = cf6c326068b11287cb656eb30ad99a3026b7827d33e6a73b7d2cc09317dddabc
-SIZE (pychess-1.0.0.tar.gz) = 12853354
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}
- )
diff --git a/games/py-pychess/pkg-descr b/games/py-pychess/pkg-descr
deleted file mode 100644
index 0077c9029880..000000000000
--- a/games/py-pychess/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-PyChess is a gnome-inspired chess client written in Python.
-
-Features
-
- * CECP and UCI Engine support
- * Free on-line play on the FICS chess servers
- * Read and writes the PGN, EPD and FEN chess file formats
- * Built-in Python based engine
- * Undo and pause functions
- * Board and piece animation
- * Drag and drop
- * Tabbed interface
- * Hints and spy arrows
- * Opening book side panel using sqlite
- * Scoreplot side panel
- * "Enter game" in pgn dialog
- * Internationalised or figure pieces in notation
- * Optional sounds
- * Legal move highlighting
- * A nice and accessible look
-
-WWW: http://www.pychess.org/
diff --git a/games/py-pychess/pkg-message b/games/py-pychess/pkg-message
deleted file mode 100644
index 9fe397b92055..000000000000
--- a/games/py-pychess/pkg-message
+++ /dev/null
@@ -1,10 +0,0 @@
-PyChess can let you play against others online.
-
-To play against your own computer, install one or more of the
-game-engines:
-
- * games/crafty
- * games/gnuchess
- * games/phalanx
- * games/sjeng
- * games/stockfish