17 lines
573 B
Bash
17 lines
573 B
Bash
# Template file for 'python3-chess'
|
|
pkgname=python3-chess
|
|
version=0.25.1
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="python-chess-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="chess"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Pure Python3 chess library with move generation and validation"
|
|
maintainer="cipr3s <cipr3s@gmx.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/niklasf/python-chess"
|
|
distfiles="${PYPI_SITE}/p/${pkgname/3/}/${pkgname/3/}-${version}.tar.gz"
|
|
checksum=a60b209873d0d5dbcabe311378ff71bf7913725bd38c2288fd0e796cda7293f9
|