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/pwman3/
Date: Mon, 25 Mar 2024 14:30:58 +0000 (UTC)	[thread overview]
Message-ID: <1711377023.16adb631958f0786e084763f5a920a43e0f26f27.mgorny@gentoo> (raw)

commit:     16adb631958f0786e084763f5a920a43e0f26f27
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Mon Mar 25 11:54:00 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 14:30:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16adb631

app-admin/pwman3: remove 'distutils_enable_tests setup.py'

Closes: https://bugs.gentoo.org/927511
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-admin/pwman3/pwman3-0.12.2.ebuild | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/app-admin/pwman3/pwman3-0.12.2.ebuild b/app-admin/pwman3/pwman3-0.12.2.ebuild
index 5fb9d641fba2..9420b070c500 100644
--- a/app-admin/pwman3/pwman3-0.12.2.ebuild
+++ b/app-admin/pwman3/pwman3-0.12.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 PYTHON_REQ_USE="sqlite"
 DISTUTILS_USE_PEP517=setuptools
 
@@ -16,15 +16,22 @@ SRC_URI="https://github.com/pwman3/pwman3/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
+IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
 	>=dev-python/cryptography-2.3[${PYTHON_USEDEP}]
 	>=dev-python/colorama-0.4.0[${PYTHON_USEDEP}]
 "
-BDEPEND="test? ( dev-python/pexpect[${PYTHON_USEDEP}] )"
+BDEPEND="
+	test? (
+		dev-python/pexpect[${PYTHON_USEDEP}]
+	)
+"
 
-distutils_enable_tests setup.py
+python_test() {
+	"${EPYTHON}" -m tests.test_pwman || die "Tests fail with ${EPYTHON}"
+}
 
 pkg_postinst() {
 	optfeature "Support for mongodb" dev-python/pymongo


             reply	other threads:[~2024-03-25 14:31 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-25 14:30 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-15  8:43 [gentoo-commits] repo/gentoo:master commit in: app-admin/pwman3/ Petr Vaněk
2025-03-15  8:43 Petr Vaněk
2024-08-28  6:11 Joonas Niilola
2024-03-25 15:21 Michał Górny
2024-03-25 14:30 Michał Górny
2023-03-07  7:49 Joonas Niilola
2023-03-07  7:49 Joonas Niilola
2022-11-15 18:17 Michał Górny
2022-06-04  7:42 Michał Górny
2021-05-23  9:20 Michał Górny
2020-08-08  9:04 Joonas Niilola
2020-04-23  6:37 Joonas Niilola
2020-04-23  6:37 Joonas Niilola
2020-04-23  6:37 Joonas Niilola
2020-01-20 21:43 Ben Kohler
2019-04-14 18:18 Patrice Clement
2018-09-18  7:10 Michał Górny
2018-09-13  7:55 Michał Górny

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=1711377023.16adb631958f0786e084763f5a920a43e0f26f27.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