python3-proselint: update to 0.12.0.

This commit is contained in:
Gadzhi Kharkharov 2021-10-23 01:49:47 +03:00 committed by Érico Nogueira Rolim
parent ea90e11ce5
commit 32a968a685

View file

@ -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 <orphan@voidlinux.org>"
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() {