mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 19:13:51 +02:00
python3-proselint: update to 0.12.0.
This commit is contained in:
parent
ea90e11ce5
commit
32a968a685
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'python3-proselint'
|
# Template file for 'python3-proselint'
|
||||||
pkgname=python3-proselint
|
pkgname=python3-proselint
|
||||||
version=0.10.2
|
version=0.12.0
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="proselint-${version}"
|
wrksrc="proselint-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-click python3-future python3-six"
|
depends="python3-setuptools python3-click python3-future python3-six"
|
||||||
|
checkdepends="$depends python3-pytest"
|
||||||
short_desc="Linter for prose (Python3)"
|
short_desc="Linter for prose (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/amperser/proselint"
|
homepage="https://github.com/amperser/proselint"
|
||||||
changelog="https://raw.githubusercontent.com/amperser/proselint/master/CHANGELOG.md"
|
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=3a87eb393056d1bc77d898e4bcf8998f50e9ad84f7b9ff7cf2720509ac8ef904
|
checksum=2a98d9c14382d94ed9122a6c0b0657a814cd5c892c77d9477309fc99f86592e6
|
||||||
conflicts="python-proselint>=0"
|
conflicts="python-proselint>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue