Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37704452
en ru br
ALT Linux repos
S:0.2-alt1

Group :: Games/Boards
RPM: sunfish

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:    sunfish
Version: 0.1
Release: alt2

Summary: A Python Chess Engine in 111 lines of code

License: GPLv3
Group:   Games/Boards
Url:     https://github.com/thomasahle/sunfish

Packager: Grigory Ustinov <grenka at altlinux.org>

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-dev

BuildArch: noarch

Source:  %name-%version.tar
Patch: %name-%version-alt-no-pypy.patch

%description
Sunfish is a simple, but strong chess engine, written in Python, mostly for
teaching purposes. Without tables and its simple interface, it takes up
just 111 lines of code!
Because Sunfish is small and strives to be simple, the code provides a great
platform for experimenting. People have used it for testing parallel search
algorithms, experimenting with evaluation functions, and developing
deep learning chess programs. Fork it today and see what you can do!

%prep
%setup
%patch -p1

%install
install -Dm755 %name.py %buildroot%_bindir/%name

%files
%_bindir/%name

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin