# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{9,10} ) inherit distutils-r1 DESCRIPTION="A recursive external node classifier for automation tools like Ansible, Puppet, and Salt" HOMEPAGE="https://github.com/salt-formulas/reclass" SRC_URI="https://github.com/salt-formulas/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="Artistic-2.0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" DEPEND="dev-python/pyparsing dev-python/pyyaml dev-python/six dev-python/enum34 dev-python/ddt" RDEPEND="${DEPEND}" distutils_enable_tests pytest