File: control

package info (click to toggle)
pychess 1.0.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 39,616 kB
  • sloc: python: 46,516; xml: 80; makefile: 17
file content (69 lines) | stat: -rw-r--r-- 1,862 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Source: pychess
Section: games
Priority: optional
Maintainer: Varun Hiremath <varun@debian.org>
Build-Depends: debhelper-compat (= 12),
	       python3,
	       dh-python,
	       python3-gi,
	       python3-pexpect,
	       python3-sqlalchemy,
	       python3-psutil,
	       python3-gi-cairo,
	       python3-cairo,
	       gir1.2-glib-2.0,
	       gir1.2-gtk-3.0,
	       gir1.2-pango-1.0,
	       gir1.2-rsvg-2.0,
	       gir1.2-gdkpixbuf-2.0,
	       gir1.2-gtksource-3.0,
	       gir1.2-gstreamer-1.0,
	       gir1.2-gst-plugins-base-1.0,
       	       gobject-introspection,
               xvfb,
               xauth,
Standards-Version: 4.4.1
Homepage: http://www.pychess.org/
Vcs-Git: https://salsa.debian.org/debian/pychess.git
Vcs-Browser: https://salsa.debian.org/debian/pychess

Package: pychess
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
	 gnome-icon-theme,
	 python3-cairo,
	 python3-gi,
	 python3-gi-cairo,
	 python3-pexpect,
	 python3-sqlalchemy,
	 python3-psutil,
	 python3-websockets,
	 gobject-introspection,
	 gir1.2-glib-2.0,
	 gir1.2-gtk-3.0,
	 gir1.2-pango-1.0,
	 gir1.2-rsvg-2.0,
	 gir1.2-gdkpixbuf-2.0,
	 gir1.2-gtksource-3.0,
	 gir1.2-gstreamer-1.0,
	 gir1.2-gst-plugins-base-1.0,
	 libgaviotatb1,
	 gaviotatb
Description: Fully featured, nice looking, easy to use Chess Client
 The goal of pychess, is to provide a fully featured, nice looking,
 easy to use chess client for the gnome-desktop.
 .
 The client should be usable both to those totally new to chess, and
 those who want to use a computer to further enchance their play.
 .
 Features include:
  Tabbed interface
  pgn+epd read/write support
  Hints and spymode
  xboard/cecp engine support
  Builtin Python based engine
  Openingbook using sqlite
  Clean interface and dialogs
  Builtin move validator
  Legal move highlighting
  Supports drag'n'drop.