python-vint: don't need on package that doesn't exist python3-typing
This commit is contained in:
parent
29c71f3ff0
commit
ab0877ec57
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-vint'
|
||||
pkgname=python-vint
|
||||
version=0.3.19
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="vim-vint-${version}"
|
||||
build_style=python-module
|
||||
|
@ -11,8 +11,8 @@ depends="python-setuptools python-ansicolor python-chardet python-enum34
|
|||
python-pathlib python-yaml python-typing"
|
||||
short_desc="Lint tool for Vim script language (Python2)"
|
||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||
homepage="https://github.com/Kuniwak/vint"
|
||||
license="MIT"
|
||||
homepage="https://github.com/Kuniwak/vint"
|
||||
distfiles="${PYPI_SITE}/v/vim-vint/vim-vint-${version}.tar.gz"
|
||||
checksum=aba8938f4c720e5c70a25f4dc7d845c5ce87aba0b778d1686f18b8da0c88f234
|
||||
alternatives="vint:vint:/usr/bin/vint2"
|
||||
|
@ -23,7 +23,7 @@ post_install() {
|
|||
|
||||
python3-vint_package() {
|
||||
archs=noarch
|
||||
depends="python3-setuptools python3-ansicolor python3-chardet python3-yaml python3-typing"
|
||||
depends="python3-setuptools python3-ansicolor python3-chardet python3-yaml"
|
||||
pycompile_module="vint"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
alternatives="vint:vint:/usr/bin/vint3"
|
||||
|
|
Loading…
Reference in New Issue