From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yapf/
Date: Thu, 14 Nov 2024 04:39:31 +0000 (UTC) [thread overview]
Message-ID: <1731559159.a72a0ad83d7e68396527f151cec67a213157d94f.mgorny@gentoo> (raw)
commit: a72a0ad83d7e68396527f151cec67a213157d94f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 14 04:08:29 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 14 04:39:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72a0ad8
dev-python/yapf: Bump to 0.43.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/yapf/Manifest | 1 +
dev-python/yapf/yapf-0.43.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/yapf/Manifest b/dev-python/yapf/Manifest
index 9798bd2314b6..d0f5bfe279c1 100644
--- a/dev-python/yapf/Manifest
+++ b/dev-python/yapf/Manifest
@@ -1 +1,2 @@
DIST yapf-0.40.2.gh.tar.gz 229593 BLAKE2B a3e614eb10577af5a627f7ddd916eee5792c02cdda3dfab7008cfec91a4ad8588be8ee6cbdb82fb5967dba21ed2760dcf2d4d99783749ec5df025bd189111fd5 SHA512 be71b622efde162d64e5143c2a27de254a3791c229046309a083fa0df00afb4170cf0427c4402d3c621ca2120210ba15aa6d124ef7b8790c4b72705f5c5342e3
+DIST yapf-0.43.0.gh.tar.gz 231930 BLAKE2B 71a18e2c55505fe623230ab2426e62545d19ee2e945264332e4652694cb388d4b7c71252c10768be0a3b5e7234f3c72595b37addb526d2dccd32647ff1544b58 SHA512 a261d9e5205c783b1bc77ed29970b916296b151c8cf2c549fbe326e5853e20199244c17444c49432c2dc995dc5905c5b2a591bc6a74b95dc2faf3616851f867b
diff --git a/dev-python/yapf/yapf-0.43.0.ebuild b/dev-python/yapf/yapf-0.43.0.ebuild
new file mode 100644
index 000000000000..32c64981d2f1
--- /dev/null
+++ b/dev-python/yapf/yapf-0.43.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2018-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} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A formatter for Python files"
+HOMEPAGE="
+ https://github.com/google/yapf/
+ https://pypi.org/project/yapf/
+"
+SRC_URI="
+ https://github.com/google/yapf/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-python/platformdirs-3.5.1[${PYTHON_USEDEP}]
+ >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
+"
+
+python_test() {
+ "${EPYTHON}" -m unittest discover -v -p '*_test.py' ||
+ die "Tests failed with ${EPYTHON}"
+}
next reply other threads:[~2024-11-14 4:39 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-14 4:39 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-24 16:03 [gentoo-commits] repo/gentoo:master commit in: dev-python/yapf/ Michał Górny
2023-11-17 11:02 Andrew Ammerlaan
2023-11-06 13:25 Andrew Ammerlaan
2023-10-24 5:58 Michał Górny
2023-10-23 18:50 Sam James
2023-10-23 18:50 Sam James
2023-09-23 5:59 Michał Górny
2023-07-24 12:40 Michał Górny
2023-07-24 9:25 Jakov Smolić
2023-06-20 12:55 Sebastian Pipping
2023-06-20 8:49 Michał Górny
2023-05-23 17:50 Arthur Zamarin
2023-05-23 16:05 Arthur Zamarin
2023-04-18 22:26 Sebastian Pipping
2023-02-28 19:09 Sam James
2023-01-26 10:45 Michał Górny
2022-06-05 5:53 Michał Górny
2022-05-16 14:23 Andrew Ammerlaan
2022-01-29 11:51 Michał Górny
2022-01-29 10:04 Jakov Smolić
2022-01-29 10:04 Jakov Smolić
2021-12-28 22:45 Michał Górny
2021-06-05 18:44 Michał Górny
2021-04-12 16:17 Michał Górny
2021-04-12 15:52 Sam James
2021-04-12 15:50 Sam James
2021-03-13 7:41 Michał Górny
2020-10-13 18:06 Sam James
2020-07-12 16:57 Michał Górny
2020-06-25 7:00 Agostino Sarubbo
2020-06-11 8:34 Agostino Sarubbo
2020-06-10 19:03 Michał Górny
2020-04-29 2:07 Patrick McLean
2020-03-29 12:22 Michał Górny
2019-12-28 16:16 David Seifert
2019-09-15 16:49 Joonas Niilola
2019-09-15 16:49 Joonas Niilola
2018-11-08 22:49 Patrice Clement
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=1731559159.a72a0ad83d7e68396527f151cec67a213157d94f.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