From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/reflink/
Date: Sun, 11 Jun 2023 09:21:45 +0000 (UTC) [thread overview]
Message-ID: <1686475301.0a421aee75aee8e3c9f18b3cf2f5aae8096aee38.mgorny@gentoo> (raw)
commit: 0a421aee75aee8e3c9f18b3cf2f5aae8096aee38
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 09:17:08 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 09:21:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a421aee
dev-python/reflink: Replace virtual/python-cffi dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/reflink/reflink-0.2.1-r3.ebuild | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
diff --git a/dev-python/reflink/reflink-0.2.1-r3.ebuild b/dev-python/reflink/reflink-0.2.1-r3.ebuild
index 2d30e2b09a0e..f6eb77f2210f 100644
--- a/dev-python/reflink/reflink-0.2.1-r3.ebuild
+++ b/dev-python/reflink/reflink-0.2.1-r3.ebuild
@@ -4,20 +4,30 @@
EAPI=8
DISTUTILS_IN_SOURCE_BUILD=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 pypi
DESCRIPTION="Python wrapper around the reflink system calls"
-HOMEPAGE="https://gitlab.com/rubdos/pyreflink"
+HOMEPAGE="
+ https://gitlab.com/rubdos/pyreflink/
+ https://pypi.org/project/reflink/
+"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~ppc64 ~x86"
-RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}
+RDEPEND="
+ $(python_gen_cond_dep '
+ dev-python/cffi[${PYTHON_USEDEP}]
+ ' 'python*')
+"
+DEPEND="
+ ${RDEPEND}
+"
+BDEPEND="
+ ${RDEPEND}
test? ( sys-fs/btrfs-progs )
"
next reply other threads:[~2023-06-11 9:21 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-11 9:21 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-27 18:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/reflink/ Michał Górny
2024-03-13 15:13 Michał Górny
2024-03-13 15:05 Arthur Zamarin
2024-02-24 10:26 Michał Górny
2024-02-14 17:25 Michał Górny
2024-02-14 17:25 Michał Górny
2023-03-16 4:07 Michał Górny
2022-11-04 18:23 Arthur Zamarin
2022-06-26 10:57 Georgy Yakovlev
2022-06-22 13:22 Agostino Sarubbo
2022-06-21 5:35 Sam James
2022-06-16 8:09 Michał Górny
2022-05-29 18:38 Arthur Zamarin
2022-05-29 18:38 Arthur Zamarin
2022-02-13 22:59 Jakov Smolić
2021-04-18 0:36 Georgy Yakovlev
2020-06-09 3:20 Georgy Yakovlev
2020-02-21 8:55 Georgy Yakovlev
2019-01-27 23:29 Georgy Yakovlev
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=1686475301.0a421aee75aee8e3c9f18b3cf2f5aae8096aee38.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