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/pip/
Date: Tue, 02 Aug 2022 13:03:03
Message-Id: 1659445039.c2582ea052e57618d8acdbf489bbe4d4616aff98.mgorny@gentoo
1 commit: c2582ea052e57618d8acdbf489bbe4d4616aff98
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 11:51:08 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 12:57:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2582ea0
7
8 dev-python/pip: Update LICENSE for bundled libs
9
10 Unfortunately, the unbundling effort doesn't seem to be going anywhere,
11 so let's not delay and just include the complete LICENSE for vendored
12 stuff.
13
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 dev-python/pip/{pip-22.1.2.ebuild => pip-22.1.2-r1.ebuild} | 0
17 dev-python/pip/{pip-22.2.ebuild => pip-22.2-r1.ebuild} | 2 ++
18 dev-python/pip/{pip-22.2.1.ebuild => pip-22.2.1-r1.ebuild} | 2 ++
19 3 files changed, 4 insertions(+)
20
21 diff --git a/dev-python/pip/pip-22.1.2.ebuild b/dev-python/pip/pip-22.1.2-r1.ebuild
22 similarity index 100%
23 rename from dev-python/pip/pip-22.1.2.ebuild
24 rename to dev-python/pip/pip-22.1.2-r1.ebuild
25
26 diff --git a/dev-python/pip/pip-22.2.ebuild b/dev-python/pip/pip-22.2-r1.ebuild
27 similarity index 98%
28 rename from dev-python/pip/pip-22.2.ebuild
29 rename to dev-python/pip/pip-22.2-r1.ebuild
30 index 98f0a4fb0961..67d8b8ae610c 100644
31 --- a/dev-python/pip/pip-22.2.ebuild
32 +++ b/dev-python/pip/pip-22.2-r1.ebuild
33 @@ -35,6 +35,8 @@ SRC_URI="
34 "
35
36 LICENSE="MIT"
37 +# bundled deps
38 +LICENSE+=" Apache-2.0 BSD BSD-2 ISC LGPL-2.1+ MPL-2.0 PSF-2"
39 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
40 SLOT="0"
41 IUSE="vanilla"
42
43 diff --git a/dev-python/pip/pip-22.2.1.ebuild b/dev-python/pip/pip-22.2.1-r1.ebuild
44 similarity index 98%
45 rename from dev-python/pip/pip-22.2.1.ebuild
46 rename to dev-python/pip/pip-22.2.1-r1.ebuild
47 index 5e07d0a0768b..b65cd0b55288 100644
48 --- a/dev-python/pip/pip-22.2.1.ebuild
49 +++ b/dev-python/pip/pip-22.2.1-r1.ebuild
50 @@ -35,6 +35,8 @@ SRC_URI="
51 "
52
53 LICENSE="MIT"
54 +# bundled deps
55 +LICENSE+=" Apache-2.0 BSD BSD-2 ISC LGPL-2.1+ MPL-2.0 PSF-2"
56 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
57 SLOT="0"
58 IUSE="vanilla"