From 32a968a6857485250cb61d4e874989f64b478906 Mon Sep 17 00:00:00 2001 From: Gadzhi Kharkharov Date: Sat, 23 Oct 2021 01:49:47 +0300 Subject: [PATCH] python3-proselint: update to 0.12.0. --- srcpkgs/python3-proselint/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template index 2ad63eba5c3..57695420e85 100644 --- a/srcpkgs/python3-proselint/template +++ b/srcpkgs/python3-proselint/template @@ -1,18 +1,19 @@ # Template file for 'python3-proselint' pkgname=python3-proselint -version=0.10.2 -revision=5 +version=0.12.0 +revision=1 wrksrc="proselint-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-click python3-future python3-six" +checkdepends="$depends python3-pytest" short_desc="Linter for prose (Python3)" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/amperser/proselint" changelog="https://raw.githubusercontent.com/amperser/proselint/master/CHANGELOG.md" distfiles="${PYPI_SITE}/p/proselint/proselint-${version}.tar.gz" -checksum=3a87eb393056d1bc77d898e4bcf8998f50e9ad84f7b9ff7cf2720509ac8ef904 +checksum=2a98d9c14382d94ed9122a6c0b0657a814cd5c892c77d9477309fc99f86592e6 conflicts="python-proselint>=0" post_install() {