16 lines
636 B
Bash
16 lines
636 B
Bash
# Template file for 'python3-chess'
|
|
pkgname=python3-chess
|
|
version=1.10.0
|
|
revision=2
|
|
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=832fa7d589ffe916f5e84f08ece0d634dfb50568867932e525edcebb573041df
|