16 lines
635 B
Bash
16 lines
635 B
Bash
# Template file for 'python3-chess'
|
|
pkgname=python3-chess
|
|
version=1.9.4
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="stockfish"
|
|
short_desc="Pure Python3 chess library with move generation and validation"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/niklasf/python-chess"
|
|
changelog="https://raw.githubusercontent.com/niklasf/python-chess/master/CHANGELOG.rst"
|
|
distfiles="https://github.com/niklasf/python-chess/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=52650b90d75eda17f74cd4165dd905cecc64a8e4f070dc687dfabf5c04020f3c
|