mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-flexmock: update to 0.11.3, adopt.
This commit is contained in:
parent
5a0185b11e
commit
66a64a6a90
1 changed files with 5 additions and 9 deletions
|
@ -1,23 +1,19 @@
|
||||||
# Template file for 'python3-flexmock'
|
# Template file for 'python3-flexmock'
|
||||||
pkgname=python3-flexmock
|
pkgname=python3-flexmock
|
||||||
version=0.10.4
|
version=0.11.3
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="flexmock-${version}"
|
wrksrc="flexmock-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="flexmock.py"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Testing library for Python3 inspired by Ruby's flexmock"
|
short_desc="Testing library for Python3 inspired by Ruby's flexmock"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://flexmock.readthedocs.io/en/latest/"
|
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"
|
distfiles="${PYPI_SITE}/f/flexmock/flexmock-${version}.tar.gz"
|
||||||
checksum=5033ceb974d6452cf8716c2ff5059074b77e546df5c849fb44a53f98dfe0d82c
|
checksum=b1fe35f6a5f32547b5cd31a15c060d9ab863dc08aff018cd73dc78d1b651edd4
|
||||||
|
|
||||||
do_check() {
|
|
||||||
python3 -m pytest
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue