python3-pysol_cards: update to 0.8.6.
This commit is contained in:
parent
9802605f89
commit
4d693b4fbb
1 changed files with 8 additions and 5 deletions
|
@ -1,20 +1,23 @@
|
||||||
# Template file for 'python3-pysol_cards'
|
# Template file for 'python3-pysol_cards'
|
||||||
pkgname=python3-pysol_cards
|
pkgname=python3-pysol_cards
|
||||||
version=0.8.4
|
version=0.8.6
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pysol_cards-${version}"
|
wrksrc="pysol_cards-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="pysol_cards"
|
pycompile_module="pysol_cards"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pbr"
|
depends="python3-pbr python3-six"
|
||||||
checkdepends="python3-random2 python3-six python3-pyperclip python3-colorama
|
checkdepends="python3-appdirs python3-attrs python3-colorama python3-coverage
|
||||||
python3-cffi python3-appdirs python3-decorator python3-netifaces"
|
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"
|
short_desc="Deal PySol FC Cards"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://fc-solve.shlomifish.org/"
|
homepage="https://fc-solve.shlomifish.org/"
|
||||||
distfiles="${PYPI_SITE}/p/pysol_cards/pysol_cards-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pysol_cards/pysol_cards-${version}.tar.gz"
|
||||||
checksum=24c6d1dd8e6ee3a1d009e6b786e2973377d43e6008fc712fff5d05901936ec78
|
checksum=6e536a60fad9a59d5ecc197b0a22718fa8b16de42ede37caa8f7b87b8e256148
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue