From b32c4d2d14d49f170c735e4638a899ae56845dcb Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 14 Oct 2018 07:12:21 -0300 Subject: [PATCH] python-smmap: update to 2.0.5. --- srcpkgs/python-smmap/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-smmap/template b/srcpkgs/python-smmap/template index 9dc22d6662..d3eafacc88 100644 --- a/srcpkgs/python-smmap/template +++ b/srcpkgs/python-smmap/template @@ -1,6 +1,6 @@ # Template file for 'python-smmap' pkgname=python-smmap -version=2.0.4 +version=2.0.5 revision=1 noarch=yes wrksrc="smmap-${version}" @@ -8,12 +8,17 @@ build_style=python-module pycompile_module="smmap" hostmakedepends="python-setuptools python3-setuptools" depends="python" +checkdepends="python3-nose python3-coverage" short_desc="Sliding memory map manager (Python2)" maintainer="Joseph LaFreniere " license="BSD-3-Clause" homepage="https://github.com/gitpython-developers/smmap" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=88a0f04ab586dbcb1a13540ec979c687191918c0a0067899e228b3cbfbe05485 +checksum=e348efaf6ce81b8c923fb03d5b09f857c87605ff7f1d00b146d4aff9cf1fa776 + +do_check() { + python3 setup.py test +} post_install() { vlicense LICENSE