17 lines
575 B
Bash
17 lines
575 B
Bash
# Template file for 'python3-chess'
|
|
pkgname=python3-chess
|
|
version=0.26.0
|
|
revision=1
|
|
archs=noarch
|
|
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=efd2d980d78976f24feb3864d303b50710822c2bdd72545bf5cc3dd391d40c00
|