python3-pysol_cards: update to 0.10.2.
This commit is contained in:
parent
834f4c73ee
commit
70bb32de13
1 changed files with 4 additions and 8 deletions
|
@ -1,22 +1,18 @@
|
|||
# Template file for 'python3-pysol_cards'
|
||||
pkgname=python3-pysol_cards
|
||||
version=0.10.1
|
||||
revision=3
|
||||
version=0.10.2
|
||||
revision=1
|
||||
wrksrc="pysol_cards-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-pbr"
|
||||
depends="python3-pbr python3-six"
|
||||
checkdepends="python3-appdirs python3-attrs python3-colorama python3-coverage
|
||||
python3-cryptography python3-dogpile.cache python3-future python3-jmespath
|
||||
python3-jsonpointer python3-netifaces python3-pyperclip python3-random2
|
||||
python3-requests python3-stevedore python3-voluptuous python3-wcwidth
|
||||
python3-wrapt python3-yaml"
|
||||
short_desc="Deal PySol FC Cards"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
license="MIT"
|
||||
homepage="https://fc-solve.shlomifish.org/"
|
||||
distfiles="${PYPI_SITE}/p/pysol_cards/pysol_cards-${version}.tar.gz"
|
||||
checksum=ea6ac7e5849d0002cc880868f3a82a84332d5bbb79eb6496ed9676a104046297
|
||||
checksum=2e9f5bfe5b6df3760ca274731e92820423066831df6351bbfdf832e32bbcc76e
|
||||
make_check=no # unpackaged hacking, oslotest, stestr
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue