public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/portalocker/
Date: Tue, 15 Aug 2023 18:31:50 +0000 (UTC)	[thread overview]
Message-ID: <1692124301.132bf1db04df2026855a68960f80c60750b2145b.flow@gentoo> (raw)

commit:     132bf1db04df2026855a68960f80c60750b2145b
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 18:31:18 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 18:31:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132bf1db

dev-python/portalocker: add missing dev-python/redis test dep

Closes: https://bugs.gentoo.org/912318
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-python/portalocker/portalocker-2.7.0.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-python/portalocker/portalocker-2.7.0.ebuild b/dev-python/portalocker/portalocker-2.7.0.ebuild
index bf13c3b24040..1129e7ffef3a 100644
--- a/dev-python/portalocker/portalocker-2.7.0.ebuild
+++ b/dev-python/portalocker/portalocker-2.7.0.ebuild
@@ -5,7 +5,8 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_11 )
-inherit distutils-r1
+
+inherit distutils-r1 optfeature
 
 DESCRIPTION="A library for Python file locking"
 HOMEPAGE="
@@ -24,6 +25,7 @@ KEYWORDS="~amd64"
 
 BDEPEND="
 	test? (
+		dev-python/redis[${PYTHON_USEDEP}]
 		>=dev-python/pytest-timeout-2.1.0[${PYTHON_USEDEP}]
 		>=dev-python/sphinx-6.0.0[${PYTHON_USEDEP}]
 	)
@@ -37,3 +39,7 @@ src_prepare() {
 	# Disable code coverage in tests.
 	sed -i '/^ *--cov.*$/d' pytest.ini || die
 }
+
+pkg_postinst() {
+	optfeature "redis support" dev-python/redis
+}


             reply	other threads:[~2023-08-15 18:31 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-15 18:31 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-13 14:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/portalocker/ Michał Górny
2025-08-13 14:21 Michał Górny
2025-07-05 13:27 Michał Górny
2025-07-05 13:20 Arthur Zamarin
2025-06-15  3:24 Michał Górny
2025-05-23 13:23 Arthur Zamarin
2025-01-18 10:48 Michał Górny
2025-01-18 10:45 Arthur Zamarin
2025-01-01  6:18 Michał Górny
2024-12-09 20:37 Michał Górny
2024-12-09 19:20 Arthur Zamarin
2024-11-19  4:42 Michał Górny
2024-08-03  6:37 Michał Górny
2024-08-03  6:24 Michał Górny
2024-07-14  3:23 Michał Górny
2024-07-13 14:14 Michał Górny
2024-07-13 12:10 Arthur Zamarin
2024-07-13  7:46 Michał Górny
2024-06-23  2:53 Michał Górny
2024-06-15 17:33 Michał Górny
2024-06-15 17:33 Michał Górny
2023-09-21 18:57 Arthur Zamarin
2023-09-17  4:44 Michał Górny
2023-08-15 15:53 Florian Schmaus

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=1692124301.132bf1db04df2026855a68960f80c60750b2145b.flow@gentoo \
    --to=flow@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