mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-chess: update to 0.30.1.
This commit is contained in:
parent
6ea7207ca9
commit
5c67ecaf1c
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python3-chess'
|
# Template file for 'python3-chess'
|
||||||
pkgname=python3-chess
|
pkgname=python3-chess
|
||||||
version=0.27.3
|
version=0.30.1
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="python-chess-${version}"
|
wrksrc="python-chess-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="chess"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Pure Python3 chess library with move generation and validation"
|
short_desc="Pure Python3 chess library with move generation and validation"
|
||||||
|
@ -13,4 +12,4 @@ maintainer="cipr3s <cipr3s@gmx.com>"
|
||||||
license="GPL-3.0-or-later"
|
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/3/}/${pkgname/3/}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/${pkgname/3/}/${pkgname/3/}-${version}.tar.gz"
|
||||||
checksum=7053ad0870ec889cb558298278887cd8b977ca5e752f452f5f0f1de67f7d18cf
|
checksum=c472053f4e89f3bc3e3ce09f606192cfb0ccc1e5894e60b3ed1d16c08f946bc6
|
||||||
|
|
Loading…
Add table
Reference in a new issue