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/pyupgrade/
Date: Mon, 26 Sep 2022 10:30:57
Message-Id: 1664188249.9a10be2e9a1b330c55cfede50d8cb8073fd2cc67.mgorny@gentoo
1 commit: 9a10be2e9a1b330c55cfede50d8cb8073fd2cc67
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 10:16:24 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 10:30:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a10be2e
7
8 dev-python/pyupgrade: Bump to 2.38.2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyupgrade/Manifest | 1 +
13 dev-python/pyupgrade/pyupgrade-2.38.2.ebuild | 29 ++++++++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/dev-python/pyupgrade/Manifest b/dev-python/pyupgrade/Manifest
17 index 219934dcd06e..d3175cc06615 100644
18 --- a/dev-python/pyupgrade/Manifest
19 +++ b/dev-python/pyupgrade/Manifest
20 @@ -1,2 +1,3 @@
21 DIST pyupgrade-2.38.0.gh.tar.gz 63620 BLAKE2B 73f551e92a6d68e0e1e2b1f21a3afd0f26ece7889450135fe7c68ad3ce094799cba669547965ff3c5589f1e667568e8dcf60709e8d1b3699fd36680494b79f96 SHA512 c65534c59f1810730cd039375678c648565023e1fbb03df4bd14846be95757b33d712c51197f54009e907da647a04700dd8d8ff1094188ef7ba0dbf2352084cf
22 DIST pyupgrade-2.38.1.gh.tar.gz 63637 BLAKE2B 348346d82f85c8df4edfaf2b09e8e519b5ee1d895920a896ae4c0a23f0af0da338ec2c1c2d2c175977da725313b4b5ace6ced65a3a54f5722146f35986485a9c SHA512 056e9886a8bacaf58d74461a7cbce8b7e67392b6758a7e42363404b4822df837067a7a2ec5da6a97411ce8297955ff260901f95b17d1a9e84835bce755071fca
23 +DIST pyupgrade-2.38.2.gh.tar.gz 64004 BLAKE2B 4d5456173d7202749e87726f5547f8f406ab226e2258d78393f10e1ee8129835a65272ee12c95d3d71139f57982c240c38d67353153af43dfa30a8dc7e4147e0 SHA512 e7184539f9e4c8090be02ba1fef1288564e7f8860457345b3305c06391962491af04497e5fe14297fb9c90a6e7e4de1f07a39235a5358188f5f5fa035ab7eb1b
24
25 diff --git a/dev-python/pyupgrade/pyupgrade-2.38.2.ebuild b/dev-python/pyupgrade/pyupgrade-2.38.2.ebuild
26 new file mode 100644
27 index 000000000000..02368726bb1d
28 --- /dev/null
29 +++ b/dev-python/pyupgrade/pyupgrade-2.38.2.ebuild
30 @@ -0,0 +1,29 @@
31 +# Copyright 2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DISTUTILS_USE_PEP517=setuptools
37 +PYTHON_COMPAT=( python3_{8..11} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Tool + pre-commit hook to automatically upgrade syntax for newer Pythons"
42 +HOMEPAGE="
43 + https://github.com/asottile/pyupgrade/
44 + https://pypi.org/project/pyupgrade/
45 +"
46 +SRC_URI="
47 + https://github.com/asottile/pyupgrade/archive/v${PV}.tar.gz
48 + -> ${P}.gh.tar.gz
49 +"
50 +
51 +LICENSE="MIT"
52 +SLOT="0"
53 +KEYWORDS="~amd64"
54 +
55 +RDEPEND="
56 + dev-python/tokenize-rt[${PYTHON_USEDEP}]
57 +"
58 +
59 +distutils_enable_tests pytest