python-proselint: update to 0.10.2.
This commit is contained in:
parent
f3e7fab088
commit
ce36c41db6
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-proselint'
|
||||
pkgname=python-proselint
|
||||
version=0.8.0
|
||||
revision=3
|
||||
version=0.10.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="proselint-${version}"
|
||||
build_style=python-module
|
||||
|
@ -10,10 +10,11 @@ hostmakedepends="python-setuptools python3-setuptools"
|
|||
depends="python-setuptools python-click python-future python-six"
|
||||
short_desc="Linter for prose (Python2)"
|
||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/amperser/proselint"
|
||||
license="3-clause-BSD"
|
||||
changelog="https://raw.githubusercontent.com/amperser/proselint/master/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/p/proselint/proselint-${version}.tar.gz"
|
||||
checksum=08d48494533f178eb7a978cbdf10ddf85ed7fc2eb486ff5e7d0aecfa08e81bbd
|
||||
checksum=3a87eb393056d1bc77d898e4bcf8998f50e9ad84f7b9ff7cf2720509ac8ef904
|
||||
alternatives="proselint:proselint:/usr/bin/proselint2"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue