summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-09-23 02:31:28 +0100
committerSam James <sam@gentoo.org>2022-09-23 02:35:19 +0100
commit51425e9c585508f655c74403232c4c7fac6c8707 (patch)
tree38610868308f3cd969a9a0a42164cf4a39bbbc11 /dev-python/pyupgrade
parentsys-process/at: Stabilize 3.2.5 arm, #872431 (diff)
downloadgentoo-51425e9c585508f655c74403232c4c7fac6c8707.tar.gz
gentoo-51425e9c585508f655c74403232c4c7fac6c8707.tar.bz2
gentoo-51425e9c585508f655c74403232c4c7fac6c8707.zip
dev-python/pyupgrade: drop 2.37.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pyupgrade')
-rw-r--r--dev-python/pyupgrade/Manifest1
-rw-r--r--dev-python/pyupgrade/pyupgrade-2.37.3.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/pyupgrade/Manifest b/dev-python/pyupgrade/Manifest
index 566b76a4fb2b..a204959f7420 100644
--- a/dev-python/pyupgrade/Manifest
+++ b/dev-python/pyupgrade/Manifest
@@ -1,2 +1 @@
-DIST pyupgrade-2.37.3.gh.tar.gz 64041 BLAKE2B 531ac8038c7084a4e46bac15d8da056d04496d979beb1fa98ab0832fab50425f412e3b17de3a52a24264acf489af9a9dde6094dd8a5939877269b38d1997d9ad SHA512 dd7e31c2e586d412902d25f30102dc7d229f76f4735e61ad9c77ad59642c2c2ed65d937cc5c6cde9bd50a1a2dad99d06a97c88fb6b0bd034cbc139685045f738
DIST pyupgrade-2.38.0.gh.tar.gz 63620 BLAKE2B 73f551e92a6d68e0e1e2b1f21a3afd0f26ece7889450135fe7c68ad3ce094799cba669547965ff3c5589f1e667568e8dcf60709e8d1b3699fd36680494b79f96 SHA512 c65534c59f1810730cd039375678c648565023e1fbb03df4bd14846be95757b33d712c51197f54009e907da647a04700dd8d8ff1094188ef7ba0dbf2352084cf
diff --git a/dev-python/pyupgrade/pyupgrade-2.37.3.ebuild b/dev-python/pyupgrade/pyupgrade-2.37.3.ebuild
deleted file mode 100644
index eb59646e97ec..000000000000
--- a/dev-python/pyupgrade/pyupgrade-2.37.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1
-
-DESCRIPTION="Tool + pre-commit hook to automatically upgrade syntax for newer Pythons"
-HOMEPAGE="https://github.com/asottile/pyupgrade"
-SRC_URI="https://github.com/asottile/pyupgrade/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/tokenize-rt[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest