From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cvise/
Date: Sat, 04 Oct 2025 18:08:29 +0000 (UTC) [thread overview]
Message-ID: <1759601270.8d4c41469f36d9776cfd9d33d2b9f45e8eaeb743.sam@gentoo> (raw)
commit: 8d4c41469f36d9776cfd9d33d2b9f45e8eaeb743
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 4 05:02:48 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 4 18:07:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4c4146
dev-util/cvise: add 2.12.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/cvise/Manifest | 1 +
dev-util/cvise/cvise-2.12.0.ebuild | 70 ++++++++++++++++++++++++++++++++++++++
2 files changed, 71 insertions(+)
diff --git a/dev-util/cvise/Manifest b/dev-util/cvise/Manifest
index 44d4881a3d58..faaa9607920f 100644
--- a/dev-util/cvise/Manifest
+++ b/dev-util/cvise/Manifest
@@ -1 +1,2 @@
DIST cvise-2.11.0.tar.gz 272016 BLAKE2B 1551cb1c8ee80cad9c4ed5846f5185432649d75f78c9d90cca93ab8e2615fa58f1bb08d43d156289592faac68343d3e021b74e0163eb92b914b16c65c0fe7422 SHA512 4c0844f1ce0596a7aed84018ecf63fbed31e7fb474d341f9947e99ee61274713ad8ae5dce619fcbc7b2acdddb950b1418989e9cd6cd6d7a2031e56226ccf9f57
+DIST cvise-2.12.0.tar.gz 274458 BLAKE2B 7ee8a3d1d53ac930c428cab7d2102b151e9fbc4d1dfff61dc46cb69ba8ce3fd7d42d56c9ab2de9471b8bbda1c9e9ee537d7263e1f00f94ac510f75a6a55af1a0 SHA512 90c36f874985fff3ebfaf0d33d8510c4f03bbb74fcd493c66e5f25b6ee340b01fce78f2828da782e412c95c528e1387f25f20ad0d9dcd185d88fdef3816ba344
diff --git a/dev-util/cvise/cvise-2.12.0.ebuild b/dev-util/cvise/cvise-2.12.0.ebuild
new file mode 100644
index 000000000000..e8e5b2e56d54
--- /dev/null
+++ b/dev-util/cvise/cvise-2.12.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+LLVM_COMPAT=( {16..20} )
+inherit cmake llvm-r2 python-single-r1
+
+DESCRIPTION="Super-parallel Python port of the C-Reduce"
+HOMEPAGE="https://github.com/marxin/cvise/"
+SRC_URI="
+ https://github.com/marxin/cvise/archive/v${PV}.tar.gz -> ${P}.tar.gz
+"
+
+LICENSE="UoI-NCSA"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+DEPEND="
+ $(llvm_gen_dep '
+ llvm-core/clang:${LLVM_SLOT}
+ llvm-core/llvm:${LLVM_SLOT}
+ ')
+"
+RDEPEND="
+ ${DEPEND}
+ ${PYTHON_DEPS}
+ $(python_gen_cond_dep '
+ dev-python/chardet[${PYTHON_USEDEP}]
+ dev-python/pebble[${PYTHON_USEDEP}]
+ dev-python/psutil[${PYTHON_USEDEP}]
+ ')
+ dev-util/unifdef
+ app-alternatives/lex
+"
+BDEPEND="
+ ${PYTHON_DEPS}
+ app-alternatives/lex
+ test? (
+ $(python_gen_cond_dep '
+ dev-python/pebble[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
+ ')
+ )
+"
+
+pkg_setup() {
+ python-single-r1_pkg_setup
+ llvm-r2_pkg_setup
+}
+
+src_prepare() {
+ sed -i -e 's:-Werror::' -e '/CMAKE_CXX_FLAGS_REL/d' CMakeLists.txt || die
+ cmake_src_prepare
+}
+
+src_test() {
+ cd "${BUILD_DIR}" || die
+ epytest
+}
+
+src_install() {
+ cmake_src_install
+
+ python_fix_shebang "${ED}"
+}
next reply other threads:[~2025-10-04 18:08 UTC|newest]
Thread overview: 84+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-04 18:08 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-30 15:16 [gentoo-commits] repo/gentoo:master commit in: dev-util/cvise/ Arthur Zamarin
2025-08-30 14:05 Arthur Zamarin
2025-08-30 9:04 Arthur Zamarin
2025-08-30 1:06 Sam James
2025-08-28 19:45 Sam James
2025-08-28 19:40 Sam James
2025-08-14 2:20 Sam James
2025-08-14 2:13 Sam James
2025-07-23 14:01 Sam James
2025-07-22 18:52 Sam James
2025-06-21 5:50 Arthur Zamarin
2025-06-20 6:12 Sam James
2025-06-20 4:27 Sam James
2025-04-10 14:44 Sam James
2025-04-10 14:44 Sam James
2024-11-28 0:09 Jakov Smolić
2024-11-27 20:10 Sam James
2024-11-27 20:10 Sam James
2024-11-23 15:49 Sam James
2024-10-28 8:11 Sam James
2024-10-03 10:00 Sam James
2024-05-18 17:06 Sam James
2024-05-04 8:02 Arthur Zamarin
2024-04-29 2:38 Sam James
2024-04-29 2:38 Sam James
2024-03-15 6:24 Sam James
2024-03-15 6:24 Sam James
2024-01-03 6:22 Sam James
2023-12-16 7:05 Arthur Zamarin
2023-12-16 4:46 Sam James
2023-11-07 20:02 Sam James
2023-11-07 20:02 Sam James
2023-11-07 15:19 Michał Górny
2023-10-21 16:42 WANG Xuerui
2023-06-02 1:38 Sam James
2023-06-02 1:13 Yixun Lan
2023-06-01 21:23 Sam James
2023-06-01 20:04 Sam James
2023-04-28 14:13 Michał Górny
2023-03-10 18:34 Arthur Zamarin
2023-03-10 12:25 Sam James
2023-03-10 11:32 Arthur Zamarin
2023-02-03 12:35 Michał Górny
2023-02-03 12:31 Arthur Zamarin
2023-02-03 12:20 Arthur Zamarin
2022-12-23 11:25 Michał Górny
2022-12-11 17:36 Arthur Zamarin
2022-10-08 20:10 Michał Górny
2022-10-08 19:28 Sam James
2022-10-08 19:28 Sam James
2022-10-03 19:55 Michał Górny
2022-08-30 10:15 Michał Górny
2022-07-28 13:59 Sam James
2022-06-03 6:22 Michał Górny
2022-05-13 16:46 Jakov Smolić
2022-05-12 18:33 Sam James
2022-05-12 18:33 Sam James
2021-12-20 13:18 Michał Górny
2021-12-20 12:10 Agostino Sarubbo
2021-12-18 15:09 Arthur Zamarin
2021-10-15 6:05 Michał Górny
2021-10-14 21:13 Michał Górny
2021-04-11 11:23 Michał Górny
2021-04-11 11:11 Sam James
2021-04-11 11:06 Sam James
2021-03-10 3:04 Sam James
2021-03-09 11:31 Sam James
2021-03-09 8:54 Michał Górny
2021-03-04 14:56 Michał Górny
2021-01-29 10:43 Michał Górny
2021-01-11 11:40 Michał Górny
2020-12-20 20:34 Michał Górny
2020-12-20 19:07 Thomas Deutschmann
2020-11-10 9:38 Michał Górny
2020-11-10 8:24 Michał Górny
2020-10-21 18:53 Michał Górny
2020-09-30 7:55 Michał Górny
2020-09-30 7:14 Michał Górny
2020-09-24 6:59 Agostino Sarubbo
2020-09-23 11:03 Agostino Sarubbo
2020-09-18 9:38 Michał Górny
2020-08-03 11:18 Michał Górny
2020-05-01 15:44 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=1759601270.8d4c41469f36d9776cfd9d33d2b9f45e8eaeb743.sam@gentoo \
--to=sam@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