From ab0877ec5726595d1c8dd31bc2af11d55b0d9398 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 24 Mar 2019 11:02:13 -0300 Subject: [PATCH] python-vint: don't need on package that doesn't exist python3-typing --- srcpkgs/python-vint/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-vint/template b/srcpkgs/python-vint/template index 0cc3b813cee..4ca693f7eb2 100644 --- a/srcpkgs/python-vint/template +++ b/srcpkgs/python-vint/template @@ -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 " -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"