void-packages/srcpkgs/python3-pysol_cards/template

19 lines
578 B
Bash

# Template file for 'python3-pysol_cards'
pkgname=python3-pysol_cards
version=0.14.3
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-pbr"
depends="python3-pbr python3-six"
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=b0fbfd38615bfc6fd755dab58505a9ae162d0da1866c25ca9141938b5823f061
make_check=no # unpackaged hacking, oslotest, stestr
post_install() {
vlicense LICENSE
}