python3-vint: update to 0.3.21.
Switch distfiles to Github source since it includes the tests.
This commit is contained in:
parent
e749222d12
commit
9ecb937320
1 changed files with 7 additions and 6 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-vint'
|
# Template file for 'python3-vint'
|
||||||
pkgname=python3-vint
|
pkgname=python3-vint
|
||||||
version=0.3.19
|
version=0.3.21
|
||||||
revision=6
|
revision=1
|
||||||
wrksrc="vim-vint-${version}"
|
wrksrc="vint-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-ansicolor python3-chardet python3-yaml"
|
depends="python3-setuptools python3-ansicolor python3-chardet python3-yaml"
|
||||||
|
checkdepends="python3-pytest ${depends}"
|
||||||
short_desc="Lint tool for Vim script language (Python3)"
|
short_desc="Lint tool for Vim script language (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/Kuniwak/vint"
|
homepage="https://github.com/Vimjas/vint"
|
||||||
distfiles="${PYPI_SITE}/v/vim-vint/vim-vint-${version}.tar.gz"
|
distfiles="https://github.com/Vimjas/vint/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=aba8938f4c720e5c70a25f4dc7d845c5ce87aba0b778d1686f18b8da0c88f234
|
checksum=ebbb4ffd790324331aabf82d0b8777db8ce41d72d7c4c1c328bc099359ae06d6
|
||||||
conflicts="python-vint>=0"
|
conflicts="python-vint>=0"
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue