app-admin/reclass: bump to v1.7.1

This commit is contained in:
2025-05-24 13:20:18 +03:00
parent 66e4c264fe
commit 6c3c39f54b
2 changed files with 2 additions and 3 deletions

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..13} )
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