2021-08-22 21:45:23 +03:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2023-05-22 15:18:51 +03:00
|
|
|
EAPI=8
|
2021-08-22 21:45:23 +03:00
|
|
|
|
2024-08-28 09:24:37 +03:00
|
|
|
PYTHON_COMPAT=( python3_{10..13} )
|
2021-08-22 21:45:23 +03:00
|
|
|
|
|
|
|
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/ddt"
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
|
|
|
distutils_enable_tests pytest
|