18 lines
513 B
Bash
18 lines
513 B
Bash
# Template file for 'python3-MiniMock'
|
|
pkgname=python3-MiniMock
|
|
version=1.2.8
|
|
revision=8
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Simple possible mock library in Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://pypi.org/project/MiniMock/"
|
|
distfiles="${PYPI_SITE}/M/MiniMock/MiniMock-${version}.tar.gz"
|
|
checksum=5fdfdfeadf0fc781d0592a1b90d2fcc11581f682ff7cba6201cfdb15c3ea5a4c
|
|
|
|
post_install() {
|
|
vlicense docs/license.txt
|
|
}
|