commit:     66f3e8a479031025ac12d09f0ce71e0b0d31b448
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 21:54:24 2021 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 18:25:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f3e8a4

app-admin/ansible-cmdb: bump

* PYTHON_COMPAT bump (3.9)
* EAPI 8 bump

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/22993
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-admin/ansible-cmdb/ansible-cmdb-1.30-r1.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

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}]"

Reply via email to