commit:     b82b3dfe2905ad7ec9a7ee471c9b96bfb9e7b4a5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 11:19:51 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 11:33:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82b3dfe

dev-python/pyupgrade: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyupgrade/Manifest               |  6 ------
 dev-python/pyupgrade/pyupgrade-3.3.1.ebuild | 29 ----------------------------
 dev-python/pyupgrade/pyupgrade-3.3.2.ebuild | 30 -----------------------------
 dev-python/pyupgrade/pyupgrade-3.4.0.ebuild | 30 -----------------------------
 dev-python/pyupgrade/pyupgrade-3.6.0.ebuild | 30 -----------------------------
 dev-python/pyupgrade/pyupgrade-3.7.0.ebuild | 30 -----------------------------
 dev-python/pyupgrade/pyupgrade-3.8.0.ebuild | 30 -----------------------------
 7 files changed, 185 deletions(-)

diff --git a/dev-python/pyupgrade/Manifest b/dev-python/pyupgrade/Manifest
index dc4b12ac1b63..389c9cc92074 100644
--- a/dev-python/pyupgrade/Manifest
+++ b/dev-python/pyupgrade/Manifest
@@ -1,7 +1 @@
-DIST pyupgrade-3.3.1.gh.tar.gz 62720 BLAKE2B 
e1b1d899bb46871f0a28ac3423efbcbd91e0bbdac2ab3054fc19434c67a8702e4967d3cd7674284022e7b7847dc947c8d1736eeee78d8a9416de2b7c25eae715
 SHA512 
1f062a884061e77ec11e6dd1cc1bedd2680b443b1268b30a9f6bfa2954ef3ff8a6dd1108abdb3a9b0acc937456fe6621a5ad3b9e9ad5c1696e95d0903859ff5f
-DIST pyupgrade-3.3.2.gh.tar.gz 62698 BLAKE2B 
5dc1d9e9ea7b91cb2835ffdbc109fb4fcde629f375c49714cf52fe779b20a61f38f13321a14803636e759ac8a4460e768c4173c6608da1cf7cd44a3a347660e9
 SHA512 
6436286a9398d9cae8c5e9cff2104c43638cafb866a1b97794c1d20cadc078ae5a657d1b83512461d20d2f581b8f8fbbb2ee4d0516f8e75d562c5934be4966e5
-DIST pyupgrade-3.4.0.gh.tar.gz 62408 BLAKE2B 
a816cea1e2b17790312d4e17ec972a1e09a0dd81c6fe4f7eb28c686b39b468b84190b26cf9ae5a711f70f8c1213c0b472975cc76339f64d2af4b4a8593af6b79
 SHA512 
cf9b8d8b430949eb0b49ec1b28576db7d6932c83a727660fe5e2cd61ae32e3efba63120580e0184931e3fdd4a4913a0f9cb37984ca83adeab05ab3ca57107b27
-DIST pyupgrade-3.6.0.gh.tar.gz 62595 BLAKE2B 
a6622985e4b26bfb55cdeebd2323bd912289399bffa167b7d4ac1d16c11072b9b58793193febed31838d72691f3c6882914cd7005391f477a2ca6c78b808a33d
 SHA512 
15b3ea59e0afbd5da0c2e7d60ed938d418107eb99cae7d2a5059fcea3f3ea69f451fed962cbdbb40655c39911c92f21bb9ace55f9b1bc65be2f8870b5b48acb8
-DIST pyupgrade-3.7.0.gh.tar.gz 62560 BLAKE2B 
65715106db02e83f801b47aad5e48ba6e84cc42121298a210de8893752392ecbf99953fb6e0b7a2629b76e454523520794b7107226587d7dcfb46eecaad82439
 SHA512 
cd6b0a1516e91e1e8823333aaa314ca265387ea8dfb5739e428703f2dd798755126dc6269a5d253d6eaa3118d096945e9492f7f122ae306f6d5835b8aa9fa30f
-DIST pyupgrade-3.8.0.gh.tar.gz 62529 BLAKE2B 
d82a8670bd14294f3320f57643173e8e2963898133f38158902d6c6df01bd6859204a40b8f83ff533ca16ff583f3a739cbbba2a9c3a9205ffd796ba81f6cfbb6
 SHA512 
af04d68560fb520361ce42be449b26d3c590337ba3b54adfaf610e9477c3e913d3f38f742d055f6e435a3dc7695ae18b22d011b3cfec02b6c41c7b64a6e83b3b
 DIST pyupgrade-3.9.0.gh.tar.gz 63231 BLAKE2B 
5b8bcba1d5f20379a2fe12df3f515222ccf05a67c6666c9de9caddc2f667010eec296f5c64354dbd56170a94f3cba00e0556f34c5f0cc2ffcc4e3a289790d24f
 SHA512 
572f5b30ce18d86ed2e0cae102cc05940e58be325e0dffb4d5c23e7ed377e497d74c01f44d2bf32a18d04eaed282df5007f5f9eea5633fc46f196c63a6fcc134

diff --git a/dev-python/pyupgrade/pyupgrade-3.3.1.ebuild 
b/dev-python/pyupgrade/pyupgrade-3.3.1.ebuild
deleted file mode 100644
index 5afda3851ff0..000000000000
--- a/dev-python/pyupgrade/pyupgrade-3.3.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tool + pre-commit hook to automatically upgrade syntax for newer 
Pythons"
-HOMEPAGE="
-       https://github.com/asottile/pyupgrade/
-       https://pypi.org/project/pyupgrade/
-"
-SRC_URI="
-       https://github.com/asottile/pyupgrade/archive/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

diff --git a/dev-python/pyupgrade/pyupgrade-3.3.2.ebuild 
b/dev-python/pyupgrade/pyupgrade-3.3.2.ebuild
deleted file mode 100644
index 3b8bbc969179..000000000000
--- a/dev-python/pyupgrade/pyupgrade-3.3.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tool + pre-commit hook to automatically upgrade syntax for newer 
Pythons"
-HOMEPAGE="
-       https://github.com/asottile/pyupgrade/
-       https://pypi.org/project/pyupgrade/
-"
-# no tests in sdist, as of 3.3.2
-SRC_URI="
-       https://github.com/asottile/pyupgrade/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-       dev-python/tokenize-rt[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pyupgrade/pyupgrade-3.4.0.ebuild 
b/dev-python/pyupgrade/pyupgrade-3.4.0.ebuild
deleted file mode 100644
index 3b8bbc969179..000000000000
--- a/dev-python/pyupgrade/pyupgrade-3.4.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tool + pre-commit hook to automatically upgrade syntax for newer 
Pythons"
-HOMEPAGE="
-       https://github.com/asottile/pyupgrade/
-       https://pypi.org/project/pyupgrade/
-"
-# no tests in sdist, as of 3.3.2
-SRC_URI="
-       https://github.com/asottile/pyupgrade/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-       dev-python/tokenize-rt[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pyupgrade/pyupgrade-3.6.0.ebuild 
b/dev-python/pyupgrade/pyupgrade-3.6.0.ebuild
deleted file mode 100644
index 8d3990592700..000000000000
--- a/dev-python/pyupgrade/pyupgrade-3.6.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tool + pre-commit hook to automatically upgrade syntax for newer 
Pythons"
-HOMEPAGE="
-       https://github.com/asottile/pyupgrade/
-       https://pypi.org/project/pyupgrade/
-"
-# no tests in sdist, as of 3.3.2
-SRC_URI="
-       https://github.com/asottile/pyupgrade/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-       dev-python/tokenize-rt[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pyupgrade/pyupgrade-3.7.0.ebuild 
b/dev-python/pyupgrade/pyupgrade-3.7.0.ebuild
deleted file mode 100644
index 8d3990592700..000000000000
--- a/dev-python/pyupgrade/pyupgrade-3.7.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tool + pre-commit hook to automatically upgrade syntax for newer 
Pythons"
-HOMEPAGE="
-       https://github.com/asottile/pyupgrade/
-       https://pypi.org/project/pyupgrade/
-"
-# no tests in sdist, as of 3.3.2
-SRC_URI="
-       https://github.com/asottile/pyupgrade/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-       dev-python/tokenize-rt[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pyupgrade/pyupgrade-3.8.0.ebuild 
b/dev-python/pyupgrade/pyupgrade-3.8.0.ebuild
deleted file mode 100644
index 8d3990592700..000000000000
--- a/dev-python/pyupgrade/pyupgrade-3.8.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tool + pre-commit hook to automatically upgrade syntax for newer 
Pythons"
-HOMEPAGE="
-       https://github.com/asottile/pyupgrade/
-       https://pypi.org/project/pyupgrade/
-"
-# no tests in sdist, as of 3.3.2
-SRC_URI="
-       https://github.com/asottile/pyupgrade/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-       dev-python/tokenize-rt[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

Reply via email to