From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29445158086 for ; Fri, 19 Nov 2021 18:25:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6513DE07D8; Fri, 19 Nov 2021 18:25:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB879E07D0 for ; Fri, 19 Nov 2021 18:25:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAB4D342DD6 for ; Fri, 19 Nov 2021 18:25:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2860D1BD for ; Fri, 19 Nov 2021 18:25:17 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1637346304.66f3e8a479031025ac12d09f0ce71e0b0d31b448.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-cmdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible-cmdb/ansible-cmdb-1.30-r1.ebuild X-VCS-Directories: app-admin/ansible-cmdb/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 66f3e8a479031025ac12d09f0ce71e0b0d31b448 X-VCS-Branch: master Date: Fri, 19 Nov 2021 18:25:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef276277-d831-41b9-ab20-736c914419b1 X-Archives-Hash: 30841de9fe8cb9d5d14708bc3dc1b754 commit: 66f3e8a479031025ac12d09f0ce71e0b0d31b448 Author: Patrice Clement gentoo org> AuthorDate: Thu Nov 18 21:54:24 2021 +0000 Commit: Patrice Clement gentoo 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 gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/22993 Signed-off-by: Patrice Clement 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}]"