void-packages/srcpkgs/python-chess/template
maxice8 5715cefc99 python-chess: update to 0.23.6.
Closes #14720.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-26 14:09:47 +02:00

25 lines
723 B
Bash

# Template file for 'python-chess'
pkgname=python-chess
version=0.23.6
revision=1
noarch=yes
build_style=python-module
pycompile_module="chess"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Pure Python2 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}/${pkgname}-${version}.tar.gz"
checksum=9fff4cc105b63b64b79e602760e89d4e622d8a1193fe69a42bb17ad53e5a6020
python3-chess_package() {
noarch=yes
depends="python3"
pycompile_module="chess"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}