mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
python-proselint: update to 0.10.2.
This commit is contained in:
parent
f3e7fab088
commit
ce36c41db6
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-proselint'
|
# Template file for 'python-proselint'
|
||||||
pkgname=python-proselint
|
pkgname=python-proselint
|
||||||
version=0.8.0
|
version=0.10.2
|
||||||
revision=3
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="proselint-${version}"
|
wrksrc="proselint-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -10,10 +10,11 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools python-click python-future python-six"
|
depends="python-setuptools python-click python-future python-six"
|
||||||
short_desc="Linter for prose (Python2)"
|
short_desc="Linter for prose (Python2)"
|
||||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/amperser/proselint"
|
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"
|
distfiles="${PYPI_SITE}/p/proselint/proselint-${version}.tar.gz"
|
||||||
checksum=08d48494533f178eb7a978cbdf10ddf85ed7fc2eb486ff5e7d0aecfa08e81bbd
|
checksum=3a87eb393056d1bc77d898e4bcf8998f50e9ad84f7b9ff7cf2720509ac8ef904
|
||||||
alternatives="proselint:proselint:/usr/bin/proselint2"
|
alternatives="proselint:proselint:/usr/bin/proselint2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue