16 lines
550 B
Bash
16 lines
550 B
Bash
# Template file for 'python3-chess'
|
|
pkgname=python3-chess
|
|
version=0.30.1
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="python-chess-${version}"
|
|
build_style=python3-module
|
|
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=c472053f4e89f3bc3e3ce09f606192cfb0ccc1e5894e60b3ed1d16c08f946bc6
|