void-packages/srcpkgs/python-MiniMock/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

32 lines
832 B
Bash

# Template file for 'python-MiniMock'
pkgname=python-MiniMock
version=1.2.8
revision=2
archs=noarch
wrksrc="${pkgname/python-//}-${version}"
build_style=python-module
pycompile_module="minimock.py"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="The simplest possible mock library in Python2"
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
}
python3-MiniMock_package() {
archs=noarch
depends="python3"
pycompile_module="minimock.py"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense docs/license.txt
}
}