diff --git a/srcpkgs/python-vint/template b/srcpkgs/python-vint/template deleted file mode 100644 index 62c663bf18e..00000000000 --- a/srcpkgs/python-vint/template +++ /dev/null @@ -1,35 +0,0 @@ -# Template file for 'python-vint' -pkgname=python-vint -version=0.3.19 -revision=3 -archs=noarch -wrksrc="vim-vint-${version}" -build_style=python-module -pycompile_module="vint" -hostmakedepends="python-setuptools python3-setuptools" -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 " -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" - -post_install() { - vlicense LICENSE.txt -} - -python3-vint_package() { - archs=noarch - depends="python3-setuptools python3-ansicolor python3-chardet python3-yaml" - pycompile_module="vint" - short_desc="${short_desc/Python2/Python3}" - alternatives="vint:vint:/usr/bin/vint3" - pkg_install() { - vmove usr/bin/*3 - vmove usr/lib/python3* - vlicense LICENSE.txt - } -} diff --git a/srcpkgs/python3-vint b/srcpkgs/python3-vint deleted file mode 120000 index 1a1aa05fd19..00000000000 --- a/srcpkgs/python3-vint +++ /dev/null @@ -1 +0,0 @@ -python-vint \ No newline at end of file diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template new file mode 100644 index 00000000000..f696f11e8cd --- /dev/null +++ b/srcpkgs/python3-vint/template @@ -0,0 +1,18 @@ +# Template file for 'python3-vint' +pkgname=python3-vint +version=0.3.19 +revision=4 +wrksrc="vim-vint-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-setuptools python3-ansicolor python3-chardet python3-yaml" +short_desc="Lint tool for Vim script language (Python3)" +maintainer="Joseph LaFreniere " +license="MIT" +homepage="https://github.com/Kuniwak/vint" +distfiles="${PYPI_SITE}/v/vim-vint/vim-vint-${version}.tar.gz" +checksum=aba8938f4c720e5c70a25f4dc7d845c5ce87aba0b778d1686f18b8da0c88f234 +conflicts="python-vint>=0" +post_install() { + vlicense LICENSE.txt +}