Files
horizon-packages/srcpkgs/python3-flexmock/template
T

20 lines
656 B
Bash

# Template file for 'python3-flexmock'
pkgname=python3-flexmock
version=0.13.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3"
checkdepends="python3-pytest"
short_desc="Testing library for Python3 inspired by Ruby's flexmock"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="BSD-2-Clause"
homepage="https://flexmock.readthedocs.io/en/latest/"
changelog="https://raw.githubusercontent.com/flexmock/flexmock/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/f/flexmock/flexmock-${version}.tar.gz"
checksum=6829d7a0d7f746db3087da8fda62f924e52df7ece4051c2f59ad586cf5ad7977
post_install() {
vlicense LICENSE
}