diff options
author | 2022-10-05 08:26:14 +0300 | |
---|---|---|
committer | 2022-10-05 08:53:02 +0300 | |
commit | b2400bd3e68289cb8a25f6f828af1c543ac77bfa (patch) | |
tree | 44fae4a9bad19b479cb8487f02538bea4e7f9062 /dev-python/pyupgrade/pyupgrade-2.38.0.ebuild | |
parent | dev-python/pyupgrade: add 3.0.0 (diff) | |
download | gentoo-b2400bd3e68289cb8a25f6f828af1c543ac77bfa.tar.gz gentoo-b2400bd3e68289cb8a25f6f828af1c543ac77bfa.tar.bz2 gentoo-b2400bd3e68289cb8a25f6f828af1c543ac77bfa.zip |
dev-python/pyupgrade: drop 2.38.0, 2.38.1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pyupgrade/pyupgrade-2.38.0.ebuild')
-rw-r--r-- | dev-python/pyupgrade/pyupgrade-2.38.0.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/pyupgrade/pyupgrade-2.38.0.ebuild b/dev-python/pyupgrade/pyupgrade-2.38.0.ebuild deleted file mode 100644 index eb59646e97ec..000000000000 --- a/dev-python/pyupgrade/pyupgrade-2.38.0.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 |