FreeBSD Bugzilla – Attachment 213103 Details for
Bug 245379
games/py-pychess: Restore port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pychess-1.0.0
pychess-restore.patch (text/plain), 4.81 KB, created by
Mikhail Teterin
on 2020-04-05 17:33:08 UTC
(
hide
)
Description:
pychess-1.0.0
Filename:
MIME Type:
Creator:
Mikhail Teterin
Created:
2020-04-05 17:33:08 UTC
Size:
4.81 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 371287) >+++ Makefile (working copy) >@@ -2,63 +2,27 @@ > # $FreeBSD$ > > PORTNAME= pychess >-PORTVERSION= 0.10.1 >-PORTREVISION= 1 >+PORTVERSION= 1.0.0 > CATEGORIES= games python >-MASTER_SITES= http://www.pychess.org/download/ >-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+MASTER_SITES= https://github.com/pychess/pychess/releases/download/${PORTVERSION}/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= mi@aldan.algebra.com > COMMENT= GTK chess client written in Python > >-LICENSE= GPLv2 # (or later) >+LICENSE= GPLv3 > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=3-2.5.1_1:${PORTSDIR}/databases/py-sqlite3 >+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}websockets*>7.:devel/py-websockets@${PY_FLAVOR} >+RUN_DEPENDS= ${COMMON_DEPENDS} >+BUILD_DEPENDS= ${COMMON_DEPENDS} > >-USES= desktop-file-utils gettext python >-USE_GNOME= pygnomedesktop >+USES= desktop-file-utils display gettext python:3.3+ >+USE_GSTREAMER1= yes > USE_PYTHON= distutils autoplist >+USE_GNOME= gtksourceview3:run glib20 gtk30 librsvg2 introspection > INSTALLS_ICONS= yes >+PYDISTUTILS_INSTALLNOSINGLE= nope > >-OPTIONS_DEFINE= PYGSTREAMER >-OPTIONS_GROUP= ENGINES >-OPTIONS_GROUP_ENGINES= CRAFTY GNUCHESS PHALANX SJENG STOCKFISH >- >-CRAFTY_DESC= Use crafty >-CRAFTY_RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty >-ENGINES_DESC= Chess Engines >-GNUCHESS_DESC= Use gnuchess >-GNUCHESS_RUN_DEPENDS= gnuchess:${PORTSDIR}/games/gnuchess >-PHALANX_DESC= Use phalanx >-PHALANX_RUN_DEPENDS= phalanx:${PORTSDIR}/games/phalanx >-SJENG_DESC= Use sjeng >-SJENG_RUN_DEPENDS+= sjeng:${PORTSDIR}/games/sjeng >-STOCKFISH_DESC= Use stockfish >-STOCKFISH_RUN_DEPENDS= stockfish:${PORTSDIR}/games/stockfish >-PYGSTREAMER_DESC= Install gst-python for audio support >-PYGSTREAMER_USE= gstreamer=python >- >-post-patch: >- @${REINPLACE_CMD} -e \ >- 's|share/man|man|' ${WRKSRC}/setup.py >- @${REINPLACE_CMD} -e \ >- 's|gtk.gdk.threads_init()|gobject.threads_init()|' \ >- ${WRKSRC}/lib/pychess/Main.py >- @${REINPLACE_CMD} -e \ >- '/^#!/d' ${WRKSRC}/lib/pychess/Players/PyChess.py >- @${REINPLACE_CMD} -e \ >- 's|"games"|""| ; \ >- s|"share/games"|""| ; \ >- s|"local/share"|""| ; \ >- s|"local/games"|""| ; \ >- s|"local/share/games"|""|' \ >- ${WRKSRC}/lib/pychess/System/prefix.py >- @${REINPLACE_CMD} -e \ >- 's|/usr/share|${PREFIX}/share|' \ >- ${WRKSRC}/lib/pychess/widgets/newGameDialog.py >- @${REINPLACE_CMD} -e \ >- 's|"/usr/share/sounds",|| ; \ >- s|/usr/local/share|${LOCALBASE}/share|' \ >- ${WRKSRC}/lib/pychess/widgets/preferencesDialog.py >- > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 371287) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (pychess-0.10.1.tar.gz) = 8a8ac9fc6a4605d189a9728f55183130b6a304cbf2dc5b2e923297303fe4ae8a >-SIZE (pychess-0.10.1.tar.gz) = 1939605 >+TIMESTAMP = 1586042912 >+SHA256 (pychess-1.0.0.tar.gz) = cf6c326068b11287cb656eb30ad99a3026b7827d33e6a73b7d2cc09317dddabc >+SIZE (pychess-1.0.0.tar.gz) = 12853354 >Index: files/patch-setup >=================================================================== >--- files/patch-setup (nonexistent) >+++ files/patch-setup (working copy) >@@ -0,0 +1,9 @@ >+--- 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} >+ ) > >Property changes on: files/patch-setup >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-descr >=================================================================== >Index: pkg-message >=================================================================== >--- pkg-message (nonexistent) >+++ pkg-message (working copy) >@@ -0,0 +1,10 @@ >+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 > >Property changes on: pkg-message >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 245379
:
213102
| 213103