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: Sun, 30 Oct 2022 06:39:59
Message-Id: 1667111930.8336f158dfe12480a29c9869821f9de844822188.mgorny@gentoo
1 commit: 8336f158dfe12480a29c9869821f9de844822188
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 05:56:51 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 06:38:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8336f158
7
8 dev-python/pyupgrade: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyupgrade/Manifest | 2 --
13 dev-python/pyupgrade/pyupgrade-2.38.2.ebuild | 29 ----------------------------
14 dev-python/pyupgrade/pyupgrade-3.0.0.ebuild | 29 ----------------------------
15 3 files changed, 60 deletions(-)
16
17 diff --git a/dev-python/pyupgrade/Manifest b/dev-python/pyupgrade/Manifest
18 index accbd092a262..fd1572877816 100644
19 --- a/dev-python/pyupgrade/Manifest
20 +++ b/dev-python/pyupgrade/Manifest
21 @@ -1,3 +1 @@
22 -DIST pyupgrade-2.38.2.gh.tar.gz 64004 BLAKE2B 4d5456173d7202749e87726f5547f8f406ab226e2258d78393f10e1ee8129835a65272ee12c95d3d71139f57982c240c38d67353153af43dfa30a8dc7e4147e0 SHA512 e7184539f9e4c8090be02ba1fef1288564e7f8860457345b3305c06391962491af04497e5fe14297fb9c90a6e7e4de1f07a39235a5358188f5f5fa035ab7eb1b
23 -DIST pyupgrade-3.0.0.gh.tar.gz 61941 BLAKE2B b1760bfe86dabbb5b93bd2c741c7315ce6463df4fbf477ddc30a830e28044fdfc21328ff32589196c6383396b9550fea3711119ee8cd0c5e4468ec7907066d69 SHA512 ed6b8407e7f39e44d78215e4bb275c3b70426fc087ab9890964cc35133859568147bbdd0ea5731a214f397f58691b0f4c63de55201c38bbfa83cb99db1c6655d
24 DIST pyupgrade-3.1.0.gh.tar.gz 62086 BLAKE2B 0a5eccb457591e719e132bfa2444c8587a81a731505f9f848755e72c25bf8addf152ea6f3845fa071fb836c521279934533f58717b261041c700b3b51305f7ec SHA512 b63ced8efe7d76fa40f6f8ccf0f922eec1967098b770ff3a5cdc67a3bf3a057900c592bb041500f8f78f2df782c7b90ab8c453591c8b45d3d2d073f00e8bdae1
25
26 diff --git a/dev-python/pyupgrade/pyupgrade-2.38.2.ebuild b/dev-python/pyupgrade/pyupgrade-2.38.2.ebuild
27 deleted file mode 100644
28 index 02368726bb1d..000000000000
29 --- a/dev-python/pyupgrade/pyupgrade-2.38.2.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..11} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Tool + pre-commit hook to automatically upgrade syntax for newer Pythons"
43 -HOMEPAGE="
44 - https://github.com/asottile/pyupgrade/
45 - https://pypi.org/project/pyupgrade/
46 -"
47 -SRC_URI="
48 - https://github.com/asottile/pyupgrade/archive/v${PV}.tar.gz
49 - -> ${P}.gh.tar.gz
50 -"
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -KEYWORDS="~amd64"
55 -
56 -RDEPEND="
57 - dev-python/tokenize-rt[${PYTHON_USEDEP}]
58 -"
59 -
60 -distutils_enable_tests pytest
61
62 diff --git a/dev-python/pyupgrade/pyupgrade-3.0.0.ebuild b/dev-python/pyupgrade/pyupgrade-3.0.0.ebuild
63 deleted file mode 100644
64 index 02368726bb1d..000000000000
65 --- a/dev-python/pyupgrade/pyupgrade-3.0.0.ebuild
66 +++ /dev/null
67 @@ -1,29 +0,0 @@
68 -# Copyright 2022 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=8
72 -
73 -DISTUTILS_USE_PEP517=setuptools
74 -PYTHON_COMPAT=( python3_{8..11} )
75 -
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="Tool + pre-commit hook to automatically upgrade syntax for newer Pythons"
79 -HOMEPAGE="
80 - https://github.com/asottile/pyupgrade/
81 - https://pypi.org/project/pyupgrade/
82 -"
83 -SRC_URI="
84 - https://github.com/asottile/pyupgrade/archive/v${PV}.tar.gz
85 - -> ${P}.gh.tar.gz
86 -"
87 -
88 -LICENSE="MIT"
89 -SLOT="0"
90 -KEYWORDS="~amd64"
91 -
92 -RDEPEND="
93 - dev-python/tokenize-rt[${PYTHON_USEDEP}]
94 -"
95 -
96 -distutils_enable_tests pytest