From 8dce83ba630e028fefca40124b2300bb18cb812c Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Wed, 11 Dec 2019 17:50:01 -0600 Subject: [PATCH] python-ansible-lint: change to python3 Signed-off-by: Nathan Owens --- .../template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) rename srcpkgs/{python-ansible-lint => python3-ansible-lint}/template (65%) diff --git a/srcpkgs/python-ansible-lint/template b/srcpkgs/python3-ansible-lint/template similarity index 65% rename from srcpkgs/python-ansible-lint/template rename to srcpkgs/python3-ansible-lint/template index 818e974d0f..9135ed6c94 100644 --- a/srcpkgs/python-ansible-lint/template +++ b/srcpkgs/python3-ansible-lint/template @@ -1,14 +1,15 @@ -# Template file for 'python-ansible-lint' -pkgname=python-ansible-lint +# Template file for 'python3-ansible-lint' +pkgname=python3-ansible-lint version=4.1.0 revision=1 archs=noarch wrksrc="ansible-lint-${version}" -build_style=python2-module +build_style=python3-module pycompile_module="ansiblelint" -hostmakedepends="python-setuptools" -depends="ansible python-setuptools python-six python-yaml" -short_desc="Python2 linter for Ansible files" +hostmakedepends="python3-setuptools" +depends="ansible python3-setuptools python3-six python3-yaml + python3-ruamel.yaml" +short_desc="Linter for Ansible files" maintainer="Joseph LaFreniere " license="MIT" homepage="https://github.com/willthames/ansible-lint"