public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyupgrade/
Date: Fri, 19 Aug 2022 00:31:37 +0000 (UTC)	[thread overview]
Message-ID: <1660869051.5677f67bb122928803d11c4083e4815c359502eb.sam@gentoo> (raw)

commit:     5677f67bb122928803d11c4083e4815c359502eb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 00:26:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 00:30:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5677f67b

dev-python/pyupgrade: new package, add 2.37.3

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pyupgrade/Manifest                |  1 +
 dev-python/pyupgrade/metadata.xml            | 21 +++++++++++++++++++++
 dev-python/pyupgrade/pyupgrade-2.37.3.ebuild | 20 ++++++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/dev-python/pyupgrade/Manifest b/dev-python/pyupgrade/Manifest
new file mode 100644
index 000000000000..93f27da63275
--- /dev/null
+++ b/dev-python/pyupgrade/Manifest
@@ -0,0 +1 @@
+DIST pyupgrade-2.37.3.gh.tar.gz 64041 BLAKE2B 531ac8038c7084a4e46bac15d8da056d04496d979beb1fa98ab0832fab50425f412e3b17de3a52a24264acf489af9a9dde6094dd8a5939877269b38d1997d9ad SHA512 dd7e31c2e586d412902d25f30102dc7d229f76f4735e61ad9c77ad59642c2c2ed65d937cc5c6cde9bd50a1a2dad99d06a97c88fb6b0bd034cbc139685045f738

diff --git a/dev-python/pyupgrade/metadata.xml b/dev-python/pyupgrade/metadata.xml
new file mode 100644
index 000000000000..f072f4d85273
--- /dev/null
+++ b/dev-python/pyupgrade/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>sam@gentoo.org</email>
+		<name>Sam James</name>
+	</maintainer>
+	<maintainer type="person">
+		<email>ajak@gentoo.org</email>
+		<name>John Helmert III</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="pypi">pypi</remote-id>
+		<remote-id type="github">asottile/pyupgrade</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/pyupgrade/pyupgrade-2.37.3.ebuild b/dev-python/pyupgrade/pyupgrade-2.37.3.ebuild
new file mode 100644
index 000000000000..568af18a9d08
--- /dev/null
+++ b/dev-python/pyupgrade/pyupgrade-2.37.3.ebuild
@@ -0,0 +1,20 @@
+# 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="A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language."
+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


             reply	other threads:[~2022-08-19  0:31 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-19  0:31 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-19 14:27 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyupgrade/ Sam James
2022-08-19 17:38 Sam James
2022-09-15 19:56 Arthur Zamarin
2022-09-23  1:35 Sam James
2022-09-25  6:39 Arthur Zamarin
2022-09-26 10:30 Michał Górny
2022-10-05  5:53 Arthur Zamarin
2022-10-05  5:53 Arthur Zamarin
2022-10-11 12:24 Michał Górny
2022-10-30  6:39 Michał Górny
2022-10-30  6:39 Michał Górny
2022-11-11 14:31 Michał Górny
2022-11-14  5:05 Michał Górny
2022-11-29 20:18 Arthur Zamarin
2022-12-03  9:09 Michał Górny
2022-12-07 15:59 Michał Górny
2023-01-27 20:10 Michał Górny
2023-04-26  5:36 Michał Górny
2023-04-29  9:42 Arthur Zamarin
2023-05-07  4:12 Michał Górny
2023-06-11  5:18 Michał Górny
2023-06-19  4:58 Michał Górny
2023-07-02  2:58 Michał Górny
2023-07-09  3:26 Michał Górny
2023-07-24 11:33 Michał Górny
2023-07-31  7:13 Michał Górny
2023-09-16  3:03 Michał Górny
2023-09-20  4:22 Michał Górny
2023-09-22  3:11 Michał Górny
2023-09-22  3:12 Michał Górny
2023-09-24  3:12 Michał Górny
2023-10-03  5:11 Michał Górny
2023-10-08 17:48 Michał Górny
2024-02-19  4:10 Michał Górny
2024-02-26 14:25 Michał Górny
2024-03-25  4:47 Michał Górny
2024-06-09  3:17 Michał Górny
2024-06-09  3:17 Michał Górny
2024-07-28 18:51 John Helmert III
2024-07-29  3:26 Michał Górny

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=1660869051.5677f67bb122928803d11c4083e4815c359502eb.sam@gentoo \
    --to=sam@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