From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cvc4/
Date: Thu, 17 Feb 2022 14:10:50 +0000 (UTC) [thread overview]
Message-ID: <1645107032.25d067881ac71f918b69864739c6e7fabbf5d9a4.tupone@gentoo> (raw)
commit: 25d067881ac71f918b69864739c6e7fabbf5d9a4
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 17 14:10:32 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Feb 17 14:10:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d06788
sci-mathematics/cvc4: fix deps check
Closes: https://bugs.gentoo.org/833362
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-mathematics/cvc4/cvc4-1.8-r1.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/sci-mathematics/cvc4/cvc4-1.8-r1.ebuild b/sci-mathematics/cvc4/cvc4-1.8-r1.ebuild
index d15cbba2d1f8..ed74ecc20fba 100644
--- a/sci-mathematics/cvc4/cvc4-1.8-r1.ebuild
+++ b/sci-mathematics/cvc4/cvc4-1.8-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
CMAKE_MAKEFILE_GENERATOR=emake
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit cmake python-any-r1
DESCRIPTION="Automatic theorem prover for satisfiability modulo theories (SMT) problems"
@@ -23,8 +23,7 @@ RDEPEND="dev-libs/antlr-c
cln? ( sci-libs/cln )
!cln? ( dev-libs/gmp:= )"
DEPEND="${RDEPEND}"
-BDEPEND="${PYTHON_DEPS}
- $(python_gen_any_dep '
+BDEPEND="$(python_gen_any_dep '
dev-python/toml[${PYTHON_USEDEP}]
')
"
@@ -33,6 +32,10 @@ S="${WORKDIR}"/${PN^^}-archived-${PV}
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+python_check_deps() {
+ has_version "dev-python/toml[${PYTHON_USEDEP}]"
+}
+
src_configure() {
local mycmakeargs=(
-DANTLR_BINARY=/usr/bin/antlr3
next reply other threads:[~2022-02-17 14:10 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-17 14:10 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-17 15:32 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cvc4/ Arthur Zamarin
2024-09-22 8:19 Alfredo Tupone
2024-01-19 21:32 Alfredo Tupone
2023-02-22 11:25 Alfredo Tupone
2022-12-05 13:32 Alfredo Tupone
2022-10-15 15:01 Sam James
2022-08-26 10:46 Sam James
2022-02-09 1:38 Sam James
2022-02-08 8:56 Alfredo Tupone
2022-02-08 7:44 Alfredo Tupone
2022-02-05 11:22 Alfredo Tupone
2021-04-05 16:53 Andreas Sturmlechner
2021-01-20 7:32 Alfredo Tupone
2019-07-25 6:13 Alfredo Tupone
2019-07-23 13:20 Alfredo Tupone
2018-07-18 6:29 Alfredo Tupone
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=1645107032.25d067881ac71f918b69864739c6e7fabbf5d9a4.tupone@gentoo \
--to=tupone@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