python-chess: update to 0.22.2.

Closes: #12596 [via git-merge-pr]
This commit is contained in:
maxice8 2018-03-16 14:04:57 -03:00 committed by Michael Aldridge
parent d8f01ea0bc
commit 860d6d140c

View file

@ -1,6 +1,6 @@
# Template file for 'python-chess' # Template file for 'python-chess'
pkgname=python-chess pkgname=python-chess
version=0.22.1 version=0.22.2
revision=1 revision=1
noarch=yes noarch=yes
build_style=python-module build_style=python-module
@ -9,10 +9,10 @@ hostmakedepends="python-setuptools python3-setuptools"
depends="python" depends="python"
short_desc="Pure Python2 chess library with move generation and validation" short_desc="Pure Python2 chess library with move generation and validation"
maintainer="cipr3s <cipr3s@gmx.com>" maintainer="cipr3s <cipr3s@gmx.com>"
license="GPL-3" license="GPL-3.0-or-later"
homepage="https://github.com/niklasf/python-chess" homepage="https://github.com/niklasf/python-chess"
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=0e01cdd980a32e04c7d41a1c677643c8acee4131d7804263fb0783a0d52c7515 checksum=0c0cf430c6c0b98c9a1303d8d2ea1cc3dfac70d88740c2d1427eaa7d10157c55
python3-chess_package() { python3-chess_package() {
noarch=yes noarch=yes