20 lines
610 B
Bash
20 lines
610 B
Bash
# Template file for 'python3-pysol_cards'
|
|
pkgname=python3-pysol_cards
|
|
version=0.14.2
|
|
revision=1
|
|
wrksrc="pysol_cards-${version}"
|
|
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=c08de857577bc3eec970c3add3c45b365316cc2844acd6083bb56ea31d40eaf0
|
|
make_check=no # unpackaged hacking, oslotest, stestr
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|