diff options
author | 2021-11-18 22:54:24 +0100 | |
---|---|---|
committer | 2021-11-19 19:25:04 +0100 | |
commit | 66f3e8a479031025ac12d09f0ce71e0b0d31b448 (patch) | |
tree | ecf9f4760a47bc3e35af067212408da404d2017e /app-admin | |
parent | dev-python/ansible-compat: deselect network sandbox-violating tests (diff) | |
download | gentoo-66f3e8a479031025ac12d09f0ce71e0b0d31b448.tar.gz gentoo-66f3e8a479031025ac12d09f0ce71e0b0d31b448.tar.bz2 gentoo-66f3e8a479031025ac12d09f0ce71e0b0d31b448.zip |
app-admin/ansible-cmdb: bump
* PYTHON_COMPAT bump (3.9)
* EAPI 8 bump
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/22993
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ansible-cmdb/ansible-cmdb-1.30-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-admin/ansible-cmdb/ansible-cmdb-1.30-r1.ebuild b/app-admin/ansible-cmdb/ansible-cmdb-1.30-r1.ebuild new file mode 100644 index 000000000000..a87e1129b407 --- /dev/null +++ b/app-admin/ansible-cmdb/ansible-cmdb-1.30-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Ansible Configuration Management Database" +HOMEPAGE="https://github.com/fboender/ansible-cmdb" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/mako[${PYTHON_USEDEP}] + dev-python/jsonxs[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}]" |