23 lines
871 B
Bash
23 lines
871 B
Bash
# Template file for 'python3-pysol_cards'
|
|
pkgname=python3-pysol_cards
|
|
version=0.8.7
|
|
revision=1
|
|
wrksrc="pysol_cards-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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=b723c94ee5ccaa86ac40208cdd0b10e30f403f0c739731e5484e53a7932eecf8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|