void-packages/srcpkgs/python3-flexmock/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

25 lines
676 B
Bash

# Template file for 'python3-flexmock'
pkgname=python3-flexmock
version=0.10.4
revision=1
archs=noarch
wrksrc="flexmock-${version}"
build_style=python3-module
pycompile_module="flexmock.py"
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Testing library for Python3 inspired by Ruby's flexmock"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://flexmock.readthedocs.io/en/latest/"
distfiles="${PYPI_SITE}/f/flexmock/flexmock-${version}.tar.gz"
checksum=5033ceb974d6452cf8716c2ff5059074b77e546df5c849fb44a53f98dfe0d82c
do_check() {
python3 -m pytest
}
post_install() {
vlicense LICENSE
}