public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/
Date: Fri, 17 Mar 2023 15:29:18 +0000 (UTC)	[thread overview]
Message-ID: <1679066949.99dec4c03bc998e7ebbde2689f90b092d743e4a1.mgorny@gentoo> (raw)

commit:     99dec4c03bc998e7ebbde2689f90b092d743e4a1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 12:07:54 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 15:29:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99dec4c0

app-admin/ansible-core: Sync the live ebuild

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-admin/ansible-core/ansible-core-9999.ebuild | 23 ++++++++---------------
 1 file changed, 8 insertions(+), 15 deletions(-)

diff --git a/app-admin/ansible-core/ansible-core-9999.ebuild b/app-admin/ansible-core/ansible-core-9999.ebuild
index 1cec22f8239c..e9f5858cfb36 100644
--- a/app-admin/ansible-core/ansible-core-9999.ebuild
+++ b/app-admin/ansible-core/ansible-core-9999.ebuild
@@ -5,6 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_SETUPTOOLS=bdepend
+PYPI_NO_NORMALIZE=1
 
 inherit distutils-r1
 
@@ -16,13 +17,12 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/ansible/ansible.git"
 	EGIT_BRANCH="devel"
 else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	inherit pypi
 	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="test"
 RESTRICT="test"
 
 RDEPEND="
@@ -35,27 +35,20 @@ RDEPEND="
 	dev-python/netaddr[${PYTHON_USEDEP}]
 	dev-python/pexpect[${PYTHON_USEDEP}]
 	>=dev-python/resolvelib-0.5.3[${PYTHON_USEDEP}]
-	<dev-python/resolvelib-0.6.0[${PYTHON_USEDEP}]
+	<dev-python/resolvelib-0.9.0[${PYTHON_USEDEP}]
 	net-misc/sshpass
 	virtual/ssh
 "
-DEPEND="
+BDEPEND="
 	>=dev-python/packaging-16.6[${PYTHON_USEDEP}]
 	test? (
-		${RDEPEND}
-		dev-python/bcrypt[${PYTHON_USEDEP}]
-		dev-python/nose[${PYTHON_USEDEP}]
-		>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-		dev-python/passlib[${PYTHON_USEDEP}]
-		dev-python/coverage[${PYTHON_USEDEP}]
-		dev-vcs/git
+		dev-python/botocore[${PYTHON_USEDEP}]
+		dev-python/pytz[${PYTHON_USEDEP}]
 	)"
 
+distutils_enable_tests pytest
+
 python_compile() {
 	export ANSIBLE_SKIP_CONFLICT_CHECK=1
 	distutils-r1_python_compile
 }
-
-python_test() {
-	nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
-}


             reply	other threads:[~2023-03-17 15:29 UTC|newest]

Thread overview: 114+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-17 15:29 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-12 11:22 [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/ Michał Górny
2024-07-20 19:22 Matthew Thode
2024-06-20 17:39 Matthew Thode
2024-05-26 15:03 Matthew Thode
2024-05-20 18:01 Matthew Thode
2024-04-26 14:01 Matthew Thode
2024-04-20 14:19 Matthew Thode
2024-03-26 19:08 Matthew Thode
2024-03-12  5:16 Sam James
2024-03-08  4:29 Matthew Thode
2024-02-28  1:01 Matthew Thode
2024-02-28  1:01 Matthew Thode
2024-02-28  1:01 Matthew Thode
2024-02-04 16:39 Matthew Thode
2024-02-04 16:39 Matthew Thode
2024-02-04 16:39 Matthew Thode
2024-01-13  0:17 Matthew Thode
2024-01-13  0:17 Matthew Thode
2024-01-13  0:17 Matthew Thode
2024-01-07 18:49 Matthew Thode
2024-01-07 18:49 Matthew Thode
2024-01-07 18:49 Matthew Thode
2024-01-04 20:58 Matthew Thode
2024-01-04 20:58 Matthew Thode
2024-01-04 20:58 Matthew Thode
2023-12-12 19:19 Matthew Thode
2023-12-12 19:19 Matthew Thode
2023-12-12 19:19 Matthew Thode
2023-12-10 16:24 Matthew Thode
2023-12-07 23:59 Matthew Thode
2023-12-07 23:59 Matthew Thode
2023-12-05  2:09 Matthew Thode
2023-12-05  2:09 Matthew Thode
2023-12-05  2:09 Matthew Thode
2023-11-13 21:42 Matthew Thode
2023-11-10 19:31 Matthew Thode
2023-11-10 19:31 Matthew Thode
2023-11-10 19:31 Matthew Thode
2023-11-10 19:31 Matthew Thode
2023-11-07 23:44 Matthew Thode
2023-10-13 19:51 Matthew Thode
2023-10-13 19:51 Matthew Thode
2023-10-13 19:51 Matthew Thode
2023-10-10  2:00 Matthew Thode
2023-10-10  2:00 Matthew Thode
2023-09-15 21:54 Matthew Thode
2023-09-15 21:54 Matthew Thode
2023-09-15 21:54 Matthew Thode
2023-09-15 21:54 Matthew Thode
2023-09-15 21:54 Matthew Thode
2023-09-13  2:12 Matthew Thode
2023-09-13  2:12 Matthew Thode
2023-08-18 18:02 Matthew Thode
2023-08-18 18:02 Matthew Thode
2023-08-15 16:25 Matthew Thode
2023-08-15 16:25 Matthew Thode
2023-07-24 12:49 Michał Górny
2023-07-18 18:11 Matthew Thode
2023-07-18 18:11 Matthew Thode
2023-07-16 15:54 Matthew Thode
2023-06-22  3:16 Matthew Thode
2023-06-22  3:16 Matthew Thode
2023-06-16 21:21 Matthew Thode
2023-05-29 20:27 Matthew Thode
2023-05-26  2:55 Matthew Thode
2023-05-23 18:13 Matthew Thode
2023-05-20  6:22 Michał Górny
2023-05-16 22:31 Matthew Thode
2023-04-28 17:11 Matthew Thode
2023-04-28 17:11 Matthew Thode
2023-04-25 18:24 Matthew Thode
2023-04-09  2:56 Matthew Thode
2023-04-08 12:29 Michał Górny
2023-03-28 21:17 Matthew Thode
2023-03-28 21:17 Matthew Thode
2023-03-28 21:15 Matthew Thode
2023-03-28 21:15 Matthew Thode
2023-03-28 21:15 Matthew Thode
2023-02-28 16:35 Matthew Thode
2023-02-07  9:29 Marek Szuba
2023-02-06 23:50 Matthew Thode
2023-02-06 22:50 Matthew Thode
2023-01-31 16:53 Matthew Thode
2023-01-10 14:50 Michał Górny
2023-01-10 14:50 Michał Górny
2023-01-07 19:34 Matthew Thode
2023-01-06 16:55 Matthew Thode
2023-01-06 16:38 Matthew Thode
2022-12-13 17:07 Matthew Thode
2022-12-07 19:19 Matthew Thode
2022-12-07 19:19 Matthew Thode
2022-12-07 19:17 Matthew Thode
2022-12-06 21:02 Matthew Thode
2022-11-18 21:58 Matthew Thode
2022-11-14 15:55 Matthew Thode
2022-11-14 15:55 Matthew Thode
2022-11-14 14:30 Matthew Thode
2022-11-14 14:30 Matthew Thode
2022-11-13 21:25 Matthew Thode
2022-11-13 21:25 Matthew Thode
2022-11-08 16:57 Matthew Thode
2022-11-08 16:57 Matthew Thode
2022-10-16 22:19 Matthew Thode
2022-10-16 22:19 Matthew Thode
2022-10-14 23:29 Matthew Thode
2022-10-14 23:29 Matthew Thode
2022-10-14 23:29 Matthew Thode
2022-09-23 19:19 Matthew Thode
2022-09-23 19:19 Matthew Thode
2022-09-16 16:22 Matthew Thode
2022-09-13 16:36 Matthew Thode
2022-09-02 10:52 Marek Szuba
2022-09-02 10:52 Marek Szuba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1679066949.99dec4c03bc998e7ebbde2689f90b092d743e4a1.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox