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/license-expression/
Date: Mon, 16 May 2022 13:20:50
Message-Id: 1652707136.a61fca1124abd21f64dee68ca053a225d0a1da6e.mgorny@gentoo
1 commit: a61fca1124abd21f64dee68ca053a225d0a1da6e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:18:56 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:18:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61fca11
7
8 dev-python/license-expression: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/license-expression/Manifest | 1 -
13 .../license-expression-21.6.14.ebuild | 33 ----------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/dev-python/license-expression/Manifest b/dev-python/license-expression/Manifest
17 index 092af4f2c365..0cb835a32350 100644
18 --- a/dev-python/license-expression/Manifest
19 +++ b/dev-python/license-expression/Manifest
20 @@ -1,2 +1 @@
21 -DIST license-expression-21.6.14.gh.tar.gz 107788 BLAKE2B 18e123be256df2de289b00f292782fd5010333f692ba56caea448bf9a5102d2a11868a3c85787b5cd8129a9d3f9728e0776fa7658d00efe79c124a40f2263683 SHA512 12c4333a53f30c73f123434c9e50ee50163a3bad5831e756cc1350c14daa062b939e8382f4bcf2fef11020f8bec5185f71302f3c68ae88cd59b8da9a5f2964f4
22 DIST license-expression-30.0.0.gh.tar.gz 153630 BLAKE2B 4231bf14e69705fbf40cc4af5f17a1070c780d595db5ab0098b318eeb7289740b86319c683e61aaf844a1cc5b8598d832f14e4eeac354aff37f7b82e5437df1d SHA512 ce6e3a48c1e035e98c3831180bdafb1d70afe94b1d0148c47941129a8223b8b39e11af9407b255ed7a3d1247873c18848f8236c0a805e9b2333c6d59506aad12
23
24 diff --git a/dev-python/license-expression/license-expression-21.6.14.ebuild b/dev-python/license-expression/license-expression-21.6.14.ebuild
25 deleted file mode 100644
26 index 96779c8f4a70..000000000000
27 --- a/dev-python/license-expression/license-expression-21.6.14.ebuild
28 +++ /dev/null
29 @@ -1,33 +0,0 @@
30 -# Copyright 2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Parse, compare, simplify and normalize license expressions"
40 -HOMEPAGE="
41 - https://pypi.org/project/license-expression/
42 - https://github.com/nexB/license-expression/
43 -"
44 -SRC_URI="
45 - https://github.com/nexB/license-expression/archive/v${PV}.tar.gz
46 - -> ${P}.gh.tar.gz
47 -"
48 -
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -
53 -RDEPEND="
54 - <dev-python/boolean-py-4.0.0[${PYTHON_USEDEP}]
55 -"
56 -BDEPEND="
57 - >=dev-python/setuptools_scm-4[${PYTHON_USEDEP}]
58 -"
59 -
60 -distutils_enable_tests pytest
61 -
62 -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}