vp-build/srcpkgs/python3-flexmock/template

21 lines
684 B
Bash

# Template file for 'python3-flexmock'
pkgname=python3-flexmock
version=0.11.3
revision=1
wrksrc="flexmock-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
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=b1fe35f6a5f32547b5cd31a15c060d9ab863dc08aff018cd73dc78d1b651edd4
post_install() {
vlicense LICENSE
}