parent
6ec51e8a49
commit
5b20d87cd0
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'python-vint'
|
# Template file for 'python-vint'
|
||||||
pkgname=python-vint
|
pkgname=python-vint
|
||||||
version=0.3.17
|
version=0.3.18
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="vim-vint-${version}"
|
wrksrc="vim-vint-${version}"
|
||||||
@ -8,13 +8,13 @@ build_style=python-module
|
|||||||
pycompile_module="vint"
|
pycompile_module="vint"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools python-ansicolor python-chardet python-enum34
|
depends="python-setuptools python-ansicolor python-chardet python-enum34
|
||||||
python-pathlib python-yaml"
|
python-pathlib python-yaml python-typing"
|
||||||
short_desc="Lint tool for Vim script language (Python2)"
|
short_desc="Lint tool for Vim script language (Python2)"
|
||||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||||
homepage="https://github.com/Kuniwak/vint"
|
homepage="https://github.com/Kuniwak/vint"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/v/vim-vint/vim-vint-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/v/vim-vint/vim-vint-${version}.tar.gz"
|
||||||
checksum=5465f16333b054d27665ad785ff5bd6a4c17ec90df895afbfcd9233be02f446f
|
checksum=fedc9b9177c64741d9be50a3a6607d740cc9dfe899c30c4c8d2d1f16df420370
|
||||||
alternatives="vint:vint:/usr/bin/vint2"
|
alternatives="vint:vint:/usr/bin/vint2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
@ -23,7 +23,7 @@ post_install() {
|
|||||||
|
|
||||||
python3-vint_package() {
|
python3-vint_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3-setuptools python3-ansicolor python3-chardet python3-yaml"
|
depends="python3-setuptools python3-ansicolor python3-chardet python3-yaml python3-typing"
|
||||||
pycompile_module="vint"
|
pycompile_module="vint"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="vint:vint:/usr/bin/vint3"
|
alternatives="vint:vint:/usr/bin/vint3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user