From 3fa5f9995b0710b19fabbf8cf4af653066c05674 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Fri, 7 Oct 2022 09:54:29 -0500 Subject: [PATCH] python3-zope.hookable: update to 5.2 --- srcpkgs/python3-zope.hookable/template | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template index 10ea2e31545e..6925d58a7103 100644 --- a/srcpkgs/python3-zope.hookable/template +++ b/srcpkgs/python3-zope.hookable/template @@ -1,16 +1,22 @@ # Template file for 'python3-zope.hookable' pkgname=python3-zope.hookable -version=5.1.0 -revision=3 +version=5.2 +revision=1 wrksrc="zope.hookable-${version}" build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" depends="python3" +checkdepends="${depends} python3-zope.testing python3-zope.testrunner" short_desc="Zope hookable architecture for Python3" maintainer="Alex Childs " license="ZPL-2.1" homepage="https://github.com/zopefoundation/zope.hookable" changelog="https://raw.githubusercontent.com/zopefoundation/zope.hookable/master/CHANGES.rst" distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz" -checksum=8fc3e6cd0486c6af48e3317c299def719b57538332a194e0b3bc6a772f4faa0e +checksum=4c3018bcf2b39cf5cccf40826f799b4b8c140056db780f96cb0ca332a243bd29 + +do_check() { + # Manual check function running the test per the docs + python setup.py test +}