Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gallery-dl/
Date: Mon, 03 Jan 2022 01:28:28
Message-Id: 1641173297.414e88263292b92a25e7eddbec87a7e887bca400.xgqt@gentoo
1 commit: 414e88263292b92a25e7eddbec87a7e887bca400
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 01:24:53 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 01:28:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414e8826
7
8 net-misc/gallery-dl: bump PYTHON_COMPAT to 3_10
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
12
13 net-misc/gallery-dl/gallery-dl-1.19.2.ebuild | 4 ++--
14 net-misc/gallery-dl/gallery-dl-1.19.3.ebuild | 4 ++--
15 net-misc/gallery-dl/gallery-dl-9999.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild
19 index 79c29ccc0450..e0f925d5ec54 100644
20 --- a/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild
21 +++ b/net-misc/gallery-dl/gallery-dl-1.19.2.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=8
28
29 -PYTHON_COMPAT=(python3_{8,9})
30 +PYTHON_COMPAT=(python3_{8,9,10})
31 PYTHON_REQ_USE="sqlite,ssl,xml"
32
33 inherit distutils-r1 optfeature
34
35 diff --git a/net-misc/gallery-dl/gallery-dl-1.19.3.ebuild b/net-misc/gallery-dl/gallery-dl-1.19.3.ebuild
36 index 79c29ccc0450..e0f925d5ec54 100644
37 --- a/net-misc/gallery-dl/gallery-dl-1.19.3.ebuild
38 +++ b/net-misc/gallery-dl/gallery-dl-1.19.3.ebuild
39 @@ -1,9 +1,9 @@
40 -# Copyright 1999-2021 Gentoo Authors
41 +# Copyright 1999-2022 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=8
45
46 -PYTHON_COMPAT=(python3_{8,9})
47 +PYTHON_COMPAT=(python3_{8,9,10})
48 PYTHON_REQ_USE="sqlite,ssl,xml"
49
50 inherit distutils-r1 optfeature
51
52 diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild b/net-misc/gallery-dl/gallery-dl-9999.ebuild
53 index 79c29ccc0450..e0f925d5ec54 100644
54 --- a/net-misc/gallery-dl/gallery-dl-9999.ebuild
55 +++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild
56 @@ -1,9 +1,9 @@
57 -# Copyright 1999-2021 Gentoo Authors
58 +# Copyright 1999-2022 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=8
62
63 -PYTHON_COMPAT=(python3_{8,9})
64 +PYTHON_COMPAT=(python3_{8,9,10})
65 PYTHON_REQ_USE="sqlite,ssl,xml"
66
67 inherit distutils-r1 optfeature