From b368710f0cd7007be908ef3ac7a4275dc5d08fc2 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 9 Jan 2019 22:30:24 -0600 Subject: [PATCH] New package: python-codespell-1.14.0 --- srcpkgs/python-codespell/template | 33 +++++++++++++++++++++++++++++++ srcpkgs/python3-codespell | 1 + 2 files changed, 34 insertions(+) create mode 100644 srcpkgs/python-codespell/template create mode 120000 srcpkgs/python3-codespell diff --git a/srcpkgs/python-codespell/template b/srcpkgs/python-codespell/template new file mode 100644 index 00000000000..af94b19865e --- /dev/null +++ b/srcpkgs/python-codespell/template @@ -0,0 +1,33 @@ +# Template file for 'python-codespell' +pkgname=python-codespell +version=1.14.0 +revision=1 +noarch=yes +wrksrc=codespell-${version} +build_style=python-module +pycompile_module="codespell_lib" +hostmakedepends="python-setuptools python3-setuptools" +depends="python" +short_desc="Checks code for common spelling mistakes (Python2)" +maintainer="Nathan " +license="GPL-2.0-or-later" +homepage="https://github.com/codespell-project/codespell" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=29ac8e5bca56583eb128d492508ed16f0c209b36bb86bfef0f7ddf787b7c2b77 +alternatives="python-codespell:codespell:/usr/bin/codespell2" + +post_install() { + vlicense COPYING +} + +python3-codespell_package() { + noarch=yes + depends="python3" + pycompile_module="codespell_lib" + short_desc="${short_desc/Python2/Python3}" + alternatives="python-codespell:codespell:/usr/bin/codespell3" + pkg_install() { + vmove "usr/lib/python3*" + vmove usr/bin/codespell3 + } +} diff --git a/srcpkgs/python3-codespell b/srcpkgs/python3-codespell new file mode 120000 index 00000000000..2784e18e19a --- /dev/null +++ b/srcpkgs/python3-codespell @@ -0,0 +1 @@ +python-codespell \ No newline at end of file