From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/autopep8/
Date: Mon, 24 Jun 2024 02:41:24 +0000 (UTC) [thread overview]
Message-ID: <1719196867.a96f2bb0b3122ea417e517669d0885e6c31b2d5d.mgorny@gentoo> (raw)
commit: a96f2bb0b3122ea417e517669d0885e6c31b2d5d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 02:27:34 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 02:41:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96f2bb0
dev-python/autopep8: Bump to 2.3.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/autopep8/Manifest | 1 +
dev-python/autopep8/autopep8-2.3.1.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index a3956d04e4dd..bfd1798209e1 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,3 +1,4 @@
DIST autopep8-2.1.2.tar.gz 91299 BLAKE2B a38ed72306d77a517b2f510e46941aa2fe572b4d51e9c8ee9c817798d5e1db964c0f2f436de9be22553557335a9291074870694ca4ac1e054b4cfd9de9db71a5 SHA512 296f3463f5a7088029e4a6cfefcf9b93a8be1798e6c81818d362d801b97d76bb107619c7724d9f1557006223e9514bc5044f2cec24d8c896c7e420431eb2252d
DIST autopep8-2.2.0.tar.gz 91723 BLAKE2B 6d00f689752cb134e11e46bbb617d274afbacb30f4f337270cfd00aa9a4dc1cd6f3754a1b0c53986d0350821475b91126ae14bb2464f25fa5f24afb9f9c13c73 SHA512 2a2441e742b3172c011dc142d8d24c439c17fc9b3733c0fc161d30914e1cea50b45c85a66e20c435a828629f1cd1e3f699c1b1a102db0bf721efe8b1e7c91c43
DIST autopep8-2.3.0.tar.gz 91624 BLAKE2B 8da037adfe18cf3a470cd8f50cca176999193c28409ca35cf398cde9bf2dc094e59d55b6e7d60348afcf244039b9f37167ff2c672d9a1a1bf4cc9aff7343785a SHA512 e76ffcc242f3ae4c75e1f2831158fdcd154c993bc16d61f0b6b5a08259d47c418986ebdea22c74f8703e7018c66f7fa8658ba993b15ff3b40b92d0e8c5edfd40
+DIST autopep8-2.3.1.tar.gz 92064 BLAKE2B 735abcd2e9a5cfc2783dbe3f25a46e841ab71575e3e22f75750a4c1a49a8ca1676723af76785b37f0f95aa8ebe798214be5e89964673dd3dcc767db1c850f87e SHA512 27751ea37d3067efb693acf4872b9e15f1815f1d4116d73b504d491382e4e54337afaef4a1f171979d4cc737b0014e8ebfbc0d34fe02255c39c6b5b09c263067
diff --git a/dev-python/autopep8/autopep8-2.3.1.ebuild b/dev-python/autopep8/autopep8-2.3.1.ebuild
new file mode 100644
index 000000000000..8b804cc46aa2
--- /dev/null
+++ b/dev-python/autopep8/autopep8-2.3.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style guide"
+HOMEPAGE="
+ https://github.com/hhatto/autopep8/
+ https://pypi.org/project/autopep8/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ >=dev-python/pycodestyle-2.12.0[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/tomli[${PYTHON_USEDEP}]
+ ' 3.10)
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2024-06-24 2:41 UTC|newest]
Thread overview: 87+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-24 2:41 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-13 12:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/autopep8/ Michał Górny
2024-07-13 10:03 Arthur Zamarin
2024-06-29 16:58 Michał Górny
2024-06-29 14:47 Arthur Zamarin
2024-06-20 4:56 Michał Górny
2024-06-17 2:52 Michał Górny
2024-06-13 17:17 Michał Górny
2024-06-12 7:42 Michał Górny
2024-06-12 6:44 Arthur Zamarin
2024-05-31 4:22 Michał Górny
2024-05-31 4:22 Michał Górny
2024-05-29 4:17 Michał Górny
2024-05-23 2:11 Michał Górny
2024-04-06 9:35 Michał Górny
2024-04-06 9:30 Arthur Zamarin
2024-03-17 16:24 Michał Górny
2023-11-24 15:17 Arthur Zamarin
2023-11-06 13:25 Andrew Ammerlaan
2023-09-25 18:49 Michał Górny
2023-09-25 17:02 Arthur Zamarin
2023-08-27 15:59 Michał Górny
2023-08-26 5:31 Michał Górny
2023-04-05 8:19 Michał Górny
2023-04-05 7:36 Arthur Zamarin
2023-03-04 5:48 Michał Górny
2023-03-04 5:48 Michał Górny
2023-02-28 19:09 Sam James
2023-02-16 17:49 Arthur Zamarin
2022-12-16 11:32 Michał Górny
2022-11-29 8:11 Arthur Zamarin
2022-10-29 6:46 Arthur Zamarin
2022-10-28 7:09 Michał Górny
2022-09-25 18:26 Arthur Zamarin
2022-08-09 17:58 Arthur Zamarin
2022-05-18 11:16 Andrew Ammerlaan
2022-04-06 17:04 Michał Górny
2021-12-17 3:15 Sam James
2021-11-26 21:56 Michał Górny
2021-11-26 20:43 Arthur Zamarin
2021-10-24 7:29 Michał Górny
2021-08-07 20:59 Louis Sautier
2021-08-07 20:59 Louis Sautier
2021-06-05 21:01 Michał Górny
2021-04-30 12:22 Michał Górny
2021-04-29 10:21 Michał Górny
2021-04-25 9:18 Sergei Trofimovich
2021-04-25 9:18 Sergei Trofimovich
2021-03-17 7:48 Michał Górny
2021-03-07 22:39 Michał Górny
2021-03-07 19:46 Sam James
2021-02-04 8:17 Michał Górny
2021-01-01 1:49 Sam James
2020-10-18 19:19 Sam James
2020-10-18 19:10 Thomas Deutschmann
2020-10-16 12:00 Michał Górny
2020-09-14 9:51 David Seifert
2020-09-14 9:51 David Seifert
2020-08-01 21:23 Michał Górny
2020-06-01 0:18 Matt Turner
2020-05-15 17:33 Sergei Trofimovich
2020-05-06 6:41 Sergei Trofimovich
2020-05-03 21:55 Sergei Trofimovich
2020-03-26 11:48 Michał Górny
2020-03-26 11:48 Michał Górny
2019-12-15 14:46 Agostino Sarubbo
2019-12-15 12:44 Agostino Sarubbo
2019-11-29 19:54 Michał Górny
2019-11-29 19:54 Michał Górny
2019-11-29 19:54 Michał Górny
2018-12-31 2:27 Denis Dupeyron
2018-09-09 21:41 Patrice Clement
2018-07-12 23:05 Patrice Clement
2018-04-29 10:30 Michał Górny
2017-12-13 0:09 Sebastian Pipping
2017-09-14 2:13 Tim Harder
2017-08-05 9:03 Michael Palimaka
2017-07-30 9:15 Michał Górny
2017-07-15 17:18 Tobias Klausmann
2017-05-27 15:36 David Seifert
2017-05-02 19:15 Michał Górny
2017-04-20 18:23 Michał Górny
2017-03-22 19:48 Markus Meier
2016-07-17 14:37 Patrick Lauer
2016-02-25 8:21 Justin Lecher
2015-10-31 13:46 Justin Lecher
2015-09-20 9:33 Justin Lecher
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=1719196867.a96f2bb0b3122ea417e517669d0885e6c31b2d5d.mgorny@gentoo \
--to=mgorny@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