From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tomli/
Date: Tue, 12 Nov 2024 05:35:07 +0000 (UTC) [thread overview]
Message-ID: <1731389243.a4cc3d74a4835c8ebecd41abde7b1a71b5eb3f35.mgorny@gentoo> (raw)
commit: a4cc3d74a4835c8ebecd41abde7b1a71b5eb3f35
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 05:22:01 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 05:27:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4cc3d74
dev-python/tomli: Bump to 2.1.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tomli/Manifest | 2 ++
dev-python/tomli/tomli-2.1.0.ebuild | 40 +++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-python/tomli/Manifest b/dev-python/tomli/Manifest
index a20b1463096b..0bb09ebf4a55 100644
--- a/dev-python/tomli/Manifest
+++ b/dev-python/tomli/Manifest
@@ -1,2 +1,4 @@
DIST tomli-2.0.2-py3-none-any.whl.zip 13237 BLAKE2B 642af1b59a2b2bceeee2480208f3680ec699bc9b572bde186ff8c845526e41e2ebc145f78ae4094ae3ee084ebfde561ec635358ff3df9c5609101c96d0b54ded SHA512 ad8278fc99a6913ebb70a618a7cad7acca9737e6ec546c932b4d0c1caddc1e70ef832340a33f2db974235459ff627949308d517b3c3a15b6baf8a4f1b3095e49
DIST tomli-2.0.2.gh.tar.gz 135227 BLAKE2B 1d61fd26793c4f814ed606a60b85edb388bf97d6fd17c830504971be725c84e9e6e67904170cff305fdb7be8196b56d0cc29dd36f8b202798788f4839ba8ddc6 SHA512 3eeea334d6d225590a9e074685c65d052e2f5d5286ca895ff7e9532d7289f0daa31ae67b5076d803e5adad4f20a9831058a0c4599715f049079904934d3d9c25
+DIST tomli-2.1.0-py3-none-any.whl.zip 13750 BLAKE2B 8354ca389e2f45bf87749247fa2a6d84a6a60f6c3c42e89946ffef547f7fe9538bce228a2e2f9b3518c1b29ea2bd0c25989e690de2fd633d5df362dc798bc089 SHA512 cb16271d5321f4f6d4ec20884fbe81f5b1a387a0b751418ebee0652ea827bf54344115c1a9f7ce62be013cb2c623c2cfae7d135476cffeccf0a3768a53447219
+DIST tomli-2.1.0.gh.tar.gz 136173 BLAKE2B b67adb38fcc75d2b8f20578446686fdec61359d35fb958ceb16a9618d5d1dcb7865409b7da3d1d36ab1d9c9b8e5b1612efd9e8280023469a0abccb591e28c5a1 SHA512 472aa86543514257808fc68d5015fa1503e5fd674bbab113de685a07cc5a61e0c74e5840f132da88482e62ae0aa4b27e4b0521100ceb6cebe4e3cb3230d318cb
diff --git a/dev-python/tomli/tomli-2.1.0.ebuild b/dev-python/tomli/tomli-2.1.0.ebuild
new file mode 100644
index 000000000000..2ff54bd4c53d
--- /dev/null
+++ b/dev-python/tomli/tomli-2.1.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
+EAPI=8
+
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A lil' TOML parser"
+HOMEPAGE="
+ https://pypi.org/project/tomli/
+ https://github.com/hukkin/tomli/
+"
+SRC_URI="
+ https://github.com/hukkin/tomli/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+ $(pypi_wheel_url --unpack)
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+
+BDEPEND="
+ app-arch/unzip
+"
+
+distutils_enable_tests unittest
+
+python_compile() {
+ python_domodule src/tomli "${WORKDIR}"/*.dist-info
+}
+
+python_install() {
+ distutils-r1_python_install
+ python_optimize
+}
next reply other threads:[~2024-11-12 5:35 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-12 5:35 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 14:14 [gentoo-commits] repo/gentoo:master commit in: dev-python/tomli/ Michał Górny
2024-12-14 13:28 Michał Górny
2024-12-14 10:58 Arthur Zamarin
2024-11-28 6:43 Michał Górny
2024-10-19 8:42 Michał Górny
2024-10-19 8:14 Arthur Zamarin
2024-10-03 3:31 Michał Górny
2024-05-09 17:32 Michał Górny
2023-05-23 15:42 Michał Górny
2023-05-03 10:47 Fabian Groffen
2023-02-07 14:31 Michał Górny
2022-08-02 4:08 Michał Górny
2022-07-10 18:50 Michał Górny
2022-07-10 16:56 Sam James
2022-06-08 7:54 Michał Górny
2022-06-07 14:38 Michał Górny
2022-06-07 6:54 Michał Górny
2022-04-10 12:32 Fabian Groffen
2022-03-15 14:26 Michał Górny
2022-03-15 13:31 Jakov Smolić
2022-02-08 20:14 Michał Górny
2022-02-04 10:27 Michał Górny
2022-02-04 9:29 Jakov Smolić
2022-02-01 2:03 Mike Frysinger
2022-01-13 19:26 Arthur Zamarin
2021-12-14 10:21 Michał Górny
2021-12-14 10:21 Michał Górny
2021-12-07 10:57 Fabian Groffen
2021-11-26 20:32 Michał Górny
2021-11-26 20:25 Arthur Zamarin
2021-11-04 9:25 Michał Górny
2021-10-25 22:39 Michał Górny
2021-10-10 16:22 Michał Górny
2021-10-10 15:33 Agostino Sarubbo
2021-10-09 19:35 Michał Górny
2021-10-09 19:22 Sam James
2021-10-09 19:22 Sam James
2021-10-09 19:18 Sam James
2021-09-27 6:59 Michał Górny
2021-09-25 13:09 James Le Cuirot
2021-09-12 16:03 Aaron Bauman
2021-09-08 23:47 Joshua Kinard
2021-09-07 4:40 Sam James
2021-09-03 14:41 Arthur Zamarin
2021-08-26 14:55 Sam James
2021-08-26 4:41 Agostino Sarubbo
2021-08-26 3:00 Sam James
2021-08-26 3:00 Sam James
2021-08-26 3:00 Sam James
2021-08-09 1:18 Sam James
2021-08-04 19:35 Michał Górny
2021-07-25 19:44 Sam James
2021-07-25 15:26 Sergei Trofimovich
2021-07-25 3:23 Sam James
2021-07-25 3:16 Matt Turner
2021-07-23 11:05 Marek Szuba
2021-07-23 8:11 Georgy Yakovlev
2021-07-21 21:36 Sergei Trofimovich
2021-07-20 20:36 Sergei Trofimovich
2021-07-17 7:03 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=1731389243.a4cc3d74a4835c8ebecd41abde7b1a71b5eb3f35.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