From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/torrentzip/
Date: Sat, 16 Mar 2024 16:25:20 +0000 (UTC) [thread overview]
Message-ID: <1710606302.3d3575f4df1aa8c81092fbc7bc8913f17f0d3520.mgorny@gentoo> (raw)
commit: 3d3575f4df1aa8c81092fbc7bc8913f17f0d3520
Author: Alexander Miller <alex.miller <AT> gmx <DOT> de>
AuthorDate: Thu Mar 7 16:50:03 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 16:25:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3575f4
app-arch/torrentzip: Enable tests
Signed-off-by: Alexander Miller <alex.miller <AT> gmx.de>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-arch/torrentzip/torrentzip-1.3.ebuild | 26 +++++++++++++++++++++++---
1 file changed, 23 insertions(+), 3 deletions(-)
diff --git a/app-arch/torrentzip/torrentzip-1.3.ebuild b/app-arch/torrentzip/torrentzip-1.3.ebuild
index d7b943a837fe..5a45d54d5f5f 100644
--- a/app-arch/torrentzip/torrentzip-1.3.ebuild
+++ b/app-arch/torrentzip/torrentzip-1.3.ebuild
@@ -3,7 +3,8 @@
EAPI=8
-inherit cmake
+PYTHON_COMPAT=( python3_{10..12} )
+inherit cmake python-any-r1
MY_P="trrntzip-${PV}"
DESCRIPTION="Create identical zip archives over multiple systems"
@@ -14,6 +15,8 @@ S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2+ ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
sys-libs/zlib:=
@@ -21,8 +24,25 @@ RDEPEND="
DEPEND="
${RDEPEND}
"
+BDEPEND="
+ test? (
+ ${RDEPEND}
+ ${PYTHON_DEPS}
+ >=dev-util/nihtest-1.5.0
+ )
+"
DOCS=(AUTHORS NEWS.md README.md)
-# Tests need nihtest <https://nih.at/nihtest/>, not packaged
-mycmakeargs=( -DRUN_REGRESS=OFF )
+pkg_setup() {
+ use test && python-any-r1_pkg_setup
+}
+
+src_configure() {
+ if use test; then
+ local mycmakeargs=( -DPYTHONBIN="${EPYTHON}" )
+ else
+ local mycmakeargs=( -DRUN_REGRESS=NO )
+ fi
+ cmake_src_configure
+}
next reply other threads:[~2024-03-16 16:25 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-16 16:25 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-10 13:28 [gentoo-commits] repo/gentoo:master commit in: app-arch/torrentzip/ Joonas Niilola
2024-04-16 5:34 Joonas Niilola
2024-04-16 5:34 Joonas Niilola
2024-03-16 16:25 Michał Górny
2024-03-16 9:51 Sam James
2024-02-24 20:07 Michał Górny
2024-02-24 20:07 Michał Górny
2023-12-22 6:46 Sam James
2023-12-22 6:46 Sam James
2023-12-22 6:46 Sam James
2021-01-07 11:33 Sam James
2020-11-19 10:22 Joonas Niilola
2017-09-03 4:02 Michael Palimaka
2016-04-06 4:39 Ian Delaney
2016-03-07 13:53 Patrice Clement
2016-02-16 10:20 Patrice Clement
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=1710606302.3d3575f4df1aa8c81092fbc7bc8913f17f0d3520.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