gentoo-overlay/app-admin/reclass/reclass-1.7.0.ebuild

25 lines
638 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
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