diff --git a/srcpkgs/python-pyflakes/template b/srcpkgs/python-pyflakes/template deleted file mode 100644 index 586cba32b89..00000000000 --- a/srcpkgs/python-pyflakes/template +++ /dev/null @@ -1,32 +0,0 @@ -# Template file for 'python-pyflakes' -pkgname=python-pyflakes -version=2.2.0 -revision=1 -archs=noarch -wrksrc="pyflakes-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -depends="python-setuptools" -short_desc="Passive checker of Python programs (Python2)" -maintainer="Alessio Sergi " -license="MIT" -homepage="https://github.com/PyCQA/pyflakes" -distfiles="${PYPI_SITE}/p/pyflakes/pyflakes-${version}.tar.gz" -checksum=35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8 -alternatives="pyflakes:pyflakes:/usr/bin/pyflakes2" - -post_install() { - vlicense LICENSE -} - -python3-pyflakes_package() { - archs=noarch - depends="python3-setuptools" - short_desc="${short_desc/Python2/Python3}" - alternatives="pyflakes:pyflakes:/usr/bin/pyflakes3" - pkg_install() { - vmove usr/bin/*3 - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-pyflakes b/srcpkgs/python3-pyflakes deleted file mode 120000 index 5b70bae7b6a..00000000000 --- a/srcpkgs/python3-pyflakes +++ /dev/null @@ -1 +0,0 @@ -python-pyflakes \ No newline at end of file diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template new file mode 100644 index 00000000000..67983857755 --- /dev/null +++ b/srcpkgs/python3-pyflakes/template @@ -0,0 +1,19 @@ +# Template file for 'python3-pyflakes' +pkgname=python3-pyflakes +version=2.2.0 +revision=2 +wrksrc="pyflakes-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-setuptools" +short_desc="Passive checker of Python programs (Python3)" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/PyCQA/pyflakes" +distfiles="${PYPI_SITE}/p/pyflakes/pyflakes-${version}.tar.gz" +checksum=35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8 +conflicts="python-pyflakes>=0" + +post_install() { + vlicense LICENSE +}