mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-08 11:35:11 +02:00
16 lines
572 B
Bash
16 lines
572 B
Bash
# Template file for 'python3-chess'
|
|
pkgname=python3-chess
|
|
version=0.24.0
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="python-chess-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="chess"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python"
|
|
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=d6d99166ccd846f39731397813169a3ff979eb349a0153807fa03be2590f5ce3
|