From 66a64a6a90a869bce96c086f26438c56c811cfc2 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 24 Aug 2022 16:12:45 -0400 Subject: [PATCH] python3-flexmock: update to 0.11.3, adopt. --- srcpkgs/python3-flexmock/template | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template index d2e196bdd2b..f8497225644 100644 --- a/srcpkgs/python3-flexmock/template +++ b/srcpkgs/python3-flexmock/template @@ -1,23 +1,19 @@ # Template file for 'python3-flexmock' pkgname=python3-flexmock -version=0.10.4 -revision=4 +version=0.11.3 +revision=1 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 " +maintainer="Joel Beckmeyer " 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=5033ceb974d6452cf8716c2ff5059074b77e546df5c849fb44a53f98dfe0d82c - -do_check() { - python3 -m pytest -} +checksum=b1fe35f6a5f32547b5cd31a15c060d9ab863dc08aff018cd73dc78d1b651edd4 post_install() { vlicense LICENSE