From: "John Helmert III" <ajak@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyupgrade/
Date: Sun, 28 Jul 2024 18:51:49 +0000 (UTC) [thread overview]
Message-ID: <1722192161.66ad86419e9338e7bce84234aa8b0fc46e239191.ajak@gentoo> (raw)
commit: 66ad86419e9338e7bce84234aa8b0fc46e239191
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 18:42:06 2024 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 18:42:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ad8641
dev-python/pyupgrade: drop 3.15.1, 3.15.2
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
dev-python/pyupgrade/Manifest | 2 --
dev-python/pyupgrade/pyupgrade-3.15.1.ebuild | 30 ----------------------------
dev-python/pyupgrade/pyupgrade-3.15.2.ebuild | 30 ----------------------------
3 files changed, 62 deletions(-)
diff --git a/dev-python/pyupgrade/Manifest b/dev-python/pyupgrade/Manifest
index fa948958c3c1..73f6338f175d 100644
--- a/dev-python/pyupgrade/Manifest
+++ b/dev-python/pyupgrade/Manifest
@@ -1,3 +1 @@
-DIST pyupgrade-3.15.1.gh.tar.gz 65432 BLAKE2B 2978745edcbbcc3aee5abb14c2b509a3912d1932401e8957e04d0491fa0e6b01521317ef62b6486f80835715f09254e6bb39c6482c2155e8986580c146ad06ca SHA512 5946cd03231e9c56543ac2f1dc4a84c0a4dc8cb44b0f88983a0a02f190a20615e2c2e4b22d8b3ec0d4728482464fe4f87bbd90514e11230776a1d67540170e91
-DIST pyupgrade-3.15.2.gh.tar.gz 65444 BLAKE2B 3e0004452957f4bac9e7bc2fab886fd3e4dc799d7c53d988da1c0515d445cb275463115d9dee495991a1be61adbee7dd72782f2a21985568dd39fd8afe4088d5 SHA512 98ac1629e2bdc0956536b51e96929e7a88a3355364ccc0696cff38d2e6cf4dd5552f91f76644d7977dbdc57ef44ca9942585acd0506ca47e7a4e69c6eb95ed7c
DIST pyupgrade-3.16.0.gh.tar.gz 65582 BLAKE2B 99c04e528d6bc8d802595ee320843561b317cdf57c87fe2f095b29dfa99b23d00c87951b48f437a72a2602a5bc7bd237abc98cdf9b802ca8c5faff83fe666396 SHA512 a348fd925418e5ec57777360f77aa814eb1b95e45842b8310ed4edb357e5a3648dfbecf09ab7c5d70a8ba98728f2355ef5e5f51908a8c53faf5762869b74e1da
diff --git a/dev-python/pyupgrade/pyupgrade-3.15.1.ebuild b/dev-python/pyupgrade/pyupgrade-3.15.1.ebuild
deleted file mode 100644
index 127ff6fc4c1d..000000000000
--- a/dev-python/pyupgrade/pyupgrade-3.15.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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-5.2.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/pyupgrade/pyupgrade-3.15.2.ebuild b/dev-python/pyupgrade/pyupgrade-3.15.2.ebuild
deleted file mode 100644
index 127ff6fc4c1d..000000000000
--- a/dev-python/pyupgrade/pyupgrade-3.15.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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-5.2.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
next reply other threads:[~2024-07-28 18:51 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-28 18:51 John Helmert III [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-22 3:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyupgrade/ Michał Górny
2024-10-22 3:10 Michał Górny
2024-10-12 4:59 Michał Górny
2024-07-29 3:26 Michał Górny
2024-06-09 3:17 Michał Górny
2024-06-09 3:17 Michał Górny
2024-03-25 4:47 Michał Górny
2024-02-26 14:25 Michał Górny
2024-02-19 4:10 Michał Górny
2023-10-08 17:48 Michał Górny
2023-10-03 5:11 Michał Górny
2023-09-24 3:12 Michał Górny
2023-09-22 3:12 Michał Górny
2023-09-22 3:11 Michał Górny
2023-09-20 4:22 Michał Górny
2023-09-16 3:03 Michał Górny
2023-07-31 7:13 Michał Górny
2023-07-24 11:33 Michał Górny
2023-07-09 3:26 Michał Górny
2023-07-02 2:58 Michał Górny
2023-06-19 4:58 Michał Górny
2023-06-11 5:18 Michał Górny
2023-05-07 4:12 Michał Górny
2023-04-29 9:42 Arthur Zamarin
2023-04-26 5:36 Michał Górny
2023-01-27 20:10 Michał Górny
2022-12-07 15:59 Michał Górny
2022-12-03 9:09 Michał Górny
2022-11-29 20:18 Arthur Zamarin
2022-11-14 5:05 Michał Górny
2022-11-11 14:31 Michał Górny
2022-10-30 6:39 Michał Górny
2022-10-30 6:39 Michał Górny
2022-10-11 12:24 Michał Górny
2022-10-05 5:53 Arthur Zamarin
2022-10-05 5:53 Arthur Zamarin
2022-09-26 10:30 Michał Górny
2022-09-25 6:39 Arthur Zamarin
2022-09-23 1:35 Sam James
2022-09-15 19:56 Arthur Zamarin
2022-08-19 17:38 Sam James
2022-08-19 14:27 Sam James
2022-08-19 0:31 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1722192161.66ad86419e9338e7bce84234aa8b0fc46e239191.ajak@gentoo \
--to=ajak@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox