New package: python3-pysol_cards-0.6.2

This commit is contained in:
Piotr Wójcik 2019-07-16 00:26:24 +02:00 committed by Piotr
parent 3e39e595dd
commit c5c7f8627f

View file

@ -0,0 +1,21 @@
# Template file for 'python3-pysol_cards'
pkgname=python3-pysol_cards
version=0.6.2
revision=1
wrksrc="pysol_cards-${version}"
build_style=python3-module
pycompile_module="pysol_cards"
hostmakedepends="python3-setuptools"
depends="python3-pbr"
checkdepends="python3-random2 python3-six python3-pyperclip python3-colorama
python3-cffi python3-appdirs python3-decorator python3-netifaces"
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=a18cdc51ca8731dfc4a74def98ea7585c07b50aac14e1a708f9ef376f49f769d
post_install() {
vlicense LICENSE
}