app-admin/reclass: add new package
This commit is contained in:
25
app-admin/reclass/reclass-1.7.0.ebuild
Normal file
25
app-admin/reclass/reclass-1.7.0.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user