app-admin/reclass: add new package
This commit is contained in:
parent
c2b6664405
commit
7cf7351f21
|
@ -0,0 +1,2 @@
|
||||||
|
DIST reclass-1.7.0.tar.gz 91451 BLAKE2B 242519079231b7b4a6aeed1dccdec19d45767d9913c6e0dcf2d49a14e81d49eb7861e3af68ae78eda7ef6ba0f10e29e196f6d6aabd5d4ff4a287e58e4d7a344c SHA512 ba484c4488b448490ce19857cf04f3d81fc478b02e21ef1d3a12f8d101fade92b0c737f177ed9d2940fff244ff8eea7482df8e6bc7b03b6d4015197d01180067
|
||||||
|
EBUILD reclass-1.7.0.ebuild 656 BLAKE2B b0fe94889d53803ef8d0297b3d38a35f842c909769ba9755512b0cb9632df63982d2733a3ea85dd0385538d4fd457e0749081046029366525c3d9db64ed8aeed SHA512 c806de7fe426407d584f10a61656aabc6d9a6f66abd7956e2ba9a0c6e19a3eee76c307d78e0f691c0c024da4dd1cc3743a44bdd3f1930dfb40843d9521c2bf48
|
|
@ -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
|
Loading…
Reference in New Issue