Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/
Date: Fri, 04 Nov 2022 10:31:58
Message-Id: 1667557832.f5709372618aa1c820c21c1a811e3357131aff30.mgorny@gentoo
1 commit: f5709372618aa1c820c21c1a811e3357131aff30
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 4 10:30:32 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 10:30:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5709372
7
8 dev-python/lit: Remove 16.0.0_pre20221016
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/lit/Manifest | 1 -
13 dev-python/lit/lit-16.0.0_pre20221016.ebuild | 42 ----------------------------
14 2 files changed, 43 deletions(-)
15
16 diff --git a/dev-python/lit/Manifest b/dev-python/lit/Manifest
17 index 841b675870dc..59a8a48ba599 100644
18 --- a/dev-python/lit/Manifest
19 +++ b/dev-python/lit/Manifest
20 @@ -1,6 +1,5 @@
21 DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B ee67c5407df8cef493b9c0004f15e428f22a536a17e5f4e3eb29a003b8a8ec0abe0fa3e072591161d5f30ef7d8867c1ce34d1b341ad858e93c00263499941a99 SHA512 6fc6eeb60fac698702d1aac495fc0161eb7216a1f8db2020af8fccec5837831f7cc20dc2a169bf4f0b5f520748280b4a86621f3697d622aa58faaa45dbfaad13
22 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f SHA512 b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
23 -DIST llvm-project-14f996dca8a2b5b17d6917528bfd9ee71ba6192a.tar.gz 169054148 BLAKE2B a23af6658a6ea8a7cb4272faef151937da229e39383ec068d7ef81e72a25d2a46dc2a86255a7f1148b7385b339d1c17e62f627df834d8eccc39be8921575f88d SHA512 e719d296016e7af718d022424c337a5df8d7124fdb49b9f219ab2a5dc592e6a59f6c09064775ea9349bcf4eed9d72214abb648de649ab872174c35635c945c04
24 DIST llvm-project-15.0.3.src.tar.xz 112069972 BLAKE2B 3d29bab890467ba87fedcc4e76522f444e63e3dfbe546793f8e67821bcd403bad460ea176254c9e0b72d60ea56b8480e498a7f610477c1108732d178804c26cd SHA512 d378d417f01c56534f301cfe6cb4958d811c04ae22acaacc917e7e5f0380859d40ce19dffb265d046b70fff95dbc2e759f492e4d5af0ade52f21ebaa8da65856
25 DIST llvm-project-15.0.3.src.tar.xz.sig 438 BLAKE2B e7e0614e144eb878f694c12e97cf42ff8476e47cb55e8f259eb2ec52e303463ad753771271512e89baf0137c1382b11cfa028c85324174ebcd054a124000f537 SHA512 41229bebdb0c2df9a5e3a4d6f02d39fac7dc91f21895a659523beab4fa3ef99ff06eff5e4386221369b6e2b6f8fe974d67b7d8496d5911ce484d09ae0db8b916
26 DIST llvm-project-15.0.4.src.tar.xz 110936424 BLAKE2B a02b76ad161e352b4d3d84baffdada9c6a0e704de7a2c4017df4d4d05a9e9d02113791cd7d91c3edfa1f5bcb7ab95e1772d60f7061514928c6828600f41a8322 SHA512 9d5b664dd77c08130601636f9d6c006b257f369470ce823aa56d06698a9f0edfec42f2c90da934b9ad52c4d7960d9a024ea46dc9640275be6d191b1ba9869459
27
28 diff --git a/dev-python/lit/lit-16.0.0_pre20221016.ebuild b/dev-python/lit/lit-16.0.0_pre20221016.ebuild
29 deleted file mode 100644
30 index 8ace6ca8b915..000000000000
31 --- a/dev-python/lit/lit-16.0.0_pre20221016.ebuild
32 +++ /dev/null
33 @@ -1,42 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DISTUTILS_USE_PEP517=setuptools
40 -PYTHON_COMPAT=( python3_{8..11} )
41 -
42 -inherit distutils-r1 llvm.org
43 -
44 -DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
45 -HOMEPAGE="https://llvm.org/"
46 -
47 -LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
48 -SLOT="0"
49 -KEYWORDS=""
50 -IUSE="test"
51 -RESTRICT="!test? ( test )"
52 -
53 -# Tests require 'FileCheck' and 'not' utilities (from llvm)
54 -BDEPEND="
55 - test? (
56 - dev-python/psutil[${PYTHON_USEDEP}]
57 - sys-devel/llvm
58 - )
59 -"
60 -
61 -LLVM_COMPONENTS=( llvm/utils/lit )
62 -llvm.org_set_globals
63 -
64 -# TODO: move the manpage generation here (from sys-devel/llvm)
65 -
66 -src_prepare() {
67 - cd "${WORKDIR}" || die
68 - distutils-r1_src_prepare
69 -}
70 -
71 -python_test() {
72 - local -x LIT_PRESERVES_TMP=1
73 - local litflags=$(get_lit_flags)
74 - ./lit.py ${litflags//;/ } tests || die
75 -}