public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cvise/
Date: Wed, 21 Oct 2020 18:53:55 +0000 (UTC)	[thread overview]
Message-ID: <1603306431.56302140c19e1ff2ddedaae856a77451e4dc9c8d.mgorny@gentoo> (raw)

commit:     56302140c19e1ff2ddedaae856a77451e4dc9c8d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 15:40:04 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 18:53:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56302140

dev-util/cvise: Bump to 1.8.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/cvise/Manifest           |  1 +
 dev-util/cvise/cvise-1.8.0.ebuild | 60 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/dev-util/cvise/Manifest b/dev-util/cvise/Manifest
index 9a204e131ca..365356439f6 100644
--- a/dev-util/cvise/Manifest
+++ b/dev-util/cvise/Manifest
@@ -1,2 +1,3 @@
 DIST cvise-1.6.0.tar.gz 243050 BLAKE2B 64c305426dbeaf2e3f3a92a902209b35fcc76b5f5a6d2e48fcc8e24d1325badc0839e70afa1381c6d1412c22a7e9dd41ca03d6ca714fa5082958378cc8863000 SHA512 9d4ee043c34748b600b49ac4f00463b853faff2809f8b581e9b07433a8f3bef4436d0e5d5a9dbff1b2d7c3a8ab1d6d4823e78787eb3e911a683808703b2e24b6
 DIST cvise-1.7.0.tar.gz 248515 BLAKE2B b1a2ca8abc7a09c240a7ae39400e3e60ca641dd0dff4edb34f43d755619ec47bb7a0d25fd6b4461bf80a3be14a63c6e56d0e3e758827ca7c2ef90370aba5d539 SHA512 2e0115355c0ca3cdf593ad4a8d0079ea0ea193234ff4fcae8bdc7c0244cc7b8672025682821279b826fda97f80dc71455390d709836acb671c19772f13156de5
+DIST cvise-1.8.0.tar.gz 248744 BLAKE2B 5196a2bb68c0f9ca1a8219ee0dccae80aa7adac64df5bc4c7601a8ef81048875bfa3d8fb2e8c407cfa8f238739733ad4fbdf08bb14a72ec208d562bd7e69ba84 SHA512 eaef3506f0fcd54953271494ebdbd043c028cd98c4a976bc2d978112c28d27d5d307527db52c2a3f8f153b52430ba9c61ad072dcae5a6e0b9bfb8be844a50bab

diff --git a/dev-util/cvise/cvise-1.8.0.ebuild b/dev-util/cvise/cvise-1.8.0.ebuild
new file mode 100644
index 00000000000..16f63504e0d
--- /dev/null
+++ b/dev-util/cvise/cvise-1.8.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+: ${CMAKE_MAKEFILE_GENERATOR=ninja}
+PYTHON_COMPAT=( python3_{6..9} )
+inherit cmake llvm 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 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+LLVM_MAX_SLOT=12
+DEPEND="
+	|| (
+		sys-devel/clang:12
+		sys-devel/clang:11
+		sys-devel/clang:10
+	)
+	<=sys-devel/clang-$(( LLVM_MAX_SLOT + 1 )):="
+RDEPEND="${DEPEND}
+	${PYTHON_DEPS}
+	$(python_gen_cond_dep '
+		dev-python/pebble[${PYTHON_USEDEP}]
+		dev-python/psutil[${PYTHON_USEDEP}]
+	')
+	dev-util/unifdef
+	sys-devel/flex"
+BDEPEND="
+	${PYTHON_DEPS}
+	sys-devel/flex
+	test? (
+		$(python_gen_cond_dep '
+			dev-python/pebble[${PYTHON_USEDEP}]
+			dev-python/pytest[${PYTHON_USEDEP}]
+		')
+	)"
+
+llvm_check_deps() {
+	has_version "sys-devel/clang:${LLVM_SLOT}"
+}
+
+pkg_setup() {
+	python-single-r1_pkg_setup
+	llvm_pkg_setup
+}
+
+src_test() {
+	cd "${BUILD_DIR}" || die
+	pytest -vv || die
+}


             reply	other threads:[~2020-10-21 18:53 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-21 18:53 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-03 10:00 [gentoo-commits] repo/gentoo:master commit in: dev-util/cvise/ 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-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=1603306431.56302140c19e1ff2ddedaae856a77451e4dc9c8d.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