Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/capyt/
Date: Sat, 04 Jun 2022 07:07:56
Message-Id: 1654326470.bc1de9b3e090df8ad4f6d622e161d63d775ddc3b.juippis@gentoo
1 commit: bc1de9b3e090df8ad4f6d622e161d63d775ddc3b
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 06:14:40 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 07:07:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1de9b3
7
8 app-text/capyt: enable py3.11 and disable py3.7
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-text/capyt/capyt-1.1.1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-text/capyt/capyt-1.1.1.ebuild b/app-text/capyt/capyt-1.1.1.ebuild
16 index 0e5d70ae2ad9..48c2366f2c12 100644
17 --- a/app-text/capyt/capyt-1.1.1.ebuild
18 +++ b/app-text/capyt/capyt-1.1.1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7..10} )
27 +PYTHON_COMPAT=( python3_{8..11} )
28 DISTUTILS_USE_SETUPTOOLS=rdepend
29
30 inherit distutils-r1
31 @@ -13,7 +13,7 @@ MY_PV=$(ver_rs 2 '-')
32 DESCRIPTION="A python3 CLI utility to interface with cpy.pt paste service"
33 HOMEPAGE="https://github.com/lbatalha/capyt
34 https://pypi.org/project/capyt/"
35 -SRC_URI="https://github.com/lbatalha/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
36 +SRC_URI="https://github.com/lbatalha/capyt/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
37
38 LICENSE="MIT"
39 SLOT="0"