public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tomlkit/
Date: Thu, 15 Aug 2024 03:47:58 +0000 (UTC)	[thread overview]
Message-ID: <1723693673.e8c40b21f7eb4ba36ac7f8e6bd0ca4d691f6c722.mgorny@gentoo> (raw)

commit:     e8c40b21f7eb4ba36ac7f8e6bd0ca4d691f6c722
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 03:45:30 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 03:47:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c40b21

dev-python/tomlkit: Bump to 0.13.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/tomlkit/Manifest              |  1 +
 dev-python/tomlkit/tomlkit-0.13.2.ebuild | 48 ++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/tomlkit/Manifest b/dev-python/tomlkit/Manifest
index 4aa0a70c607c..5c0dbabf5fe2 100644
--- a/dev-python/tomlkit/Manifest
+++ b/dev-python/tomlkit/Manifest
@@ -1,2 +1,3 @@
 DIST tomlkit-0.13.0.tar.gz 191792 BLAKE2B f5f865b49f9850281d01de2c2ba9c2d8685a10a5cd0f17c475d120978472485a5bd607dc4b283221eab69fc6e214259feafdbe85c8237fe9c80b49007523bb69 SHA512 46c5a771ff401e0b300dbd13708d78b63415653b87eb649898bf0bd58cedeb110622ff2f0ade0ad1cd517610229ba0f59b4d520cf2fa1eea6522ea0bc042317e
 DIST tomlkit-0.13.1.tar.gz 192625 BLAKE2B 1f1ebc96819eb742429d7d8a71b8f3aecdd964f0700052bb2f71ede866c5f97b25745bf95898d7b1005c881d3fdbb36c4cb872126a3be8192cb9c859eb153fbe SHA512 32023020de48d0eacd0ce886870b9a53defdb403b396eb03d0c026c221460eeede1f018586ae141d690722485446be0215582182809c590d1af9825e840b58ad
+DIST tomlkit-0.13.2.tar.gz 192885 BLAKE2B c95d24e0ec61cb90dfdd3fe7a07f8187fdfdee1b60d6d3e5a1af08e6d319e24c2447107cd3e49455a3f1cd29a50bde2e09f3a57708ce7349d1e9bd6957e46c9d SHA512 65b45468de25a6b9f22c3fe3468301902e1e439de580e74f15f5a24985546a4bfe47642b6014a25590eb176fedbe468828d7bc84c9c3b65ab418c071f0902957

diff --git a/dev-python/tomlkit/tomlkit-0.13.2.ebuild b/dev-python/tomlkit/tomlkit-0.13.2.ebuild
new file mode 100644
index 000000000000..32ec3c8a18ae
--- /dev/null
+++ b/dev-python/tomlkit/tomlkit-0.13.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Style preserving TOML library"
+HOMEPAGE="
+	https://github.com/python-poetry/tomlkit/
+	https://pypi.org/project/tomlkit/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+	test? (
+		dev-python/pyyaml[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+src_configure() {
+	grep -q 'build-backend = "poetry' pyproject.toml ||
+		die "Upstream changed build-backend, recheck"
+	# write a custom pyproject.toml to ease setuptools bootstrap
+	cat > pyproject.toml <<-EOF || die
+		[build-system]
+		requires = ["flit_core >=3.2,<4"]
+		build-backend = "flit_core.buildapi"
+
+		[project]
+		name = "tomlkit"
+		version = "${PV}"
+		description = "Style preserving TOML library"
+	EOF
+}
+
+python_test() {
+	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+	epytest
+}


             reply	other threads:[~2024-08-15  3:48 UTC|newest]

Thread overview: 90+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-15  3:47 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-21  8:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/tomlkit/ Michał Górny
2025-06-21  6:51 Sam James
2025-06-06  5:49 Michał Górny
2025-05-13  1:18 Sam James
2025-02-16 20:45 Michał Górny
2024-08-31  9:21 Michał Górny
2024-08-31  8:11 Arthur Zamarin
2024-08-14  6:05 Michał Górny
2024-07-27  7:00 Arthur Zamarin
2024-07-11  3:25 Michał Górny
2024-05-25  6:21 Michał Górny
2024-05-25  6:08 Arthur Zamarin
2024-05-13 12:38 Michał Górny
2024-05-09  4:08 Michał Górny
2024-03-13 15:02 Michał Górny
2024-03-13 13:50 Arthur Zamarin
2024-02-27  6:38 Michał Górny
2023-11-29 10:17 Michał Górny
2023-11-29 10:15 Michał Górny
2023-11-15  5:55 Michał Górny
2023-11-02 19:44 Michał Górny
2023-09-01 16:44 Michał Górny
2023-09-01 16:30 Arthur Zamarin
2023-07-27 15:57 Michał Górny
2023-05-29  4:37 Michał Górny
2023-05-28 19:55 Arthur Zamarin
2023-05-25 14:49 Michał Górny
2023-04-28 14:50 Arthur Zamarin
2023-04-28 14:41 Arthur Zamarin
2023-04-27 17:24 Michał Górny
2023-03-27 16:49 Michał Górny
2022-11-29  8:41 Michał Górny
2022-11-29  7:25 Arthur Zamarin
2022-11-03 19:38 Arthur Zamarin
2022-11-03 19:12 Arthur Zamarin
2022-10-28  7:09 Michał Górny
2022-09-28 18:34 Michał Górny
2022-09-19 19:40 Michał Górny
2022-09-19 19:38 Arthur Zamarin
2022-09-11  5:29 Michał Górny
2022-09-10 22:37 Jakov Smolić
2022-08-13  8:05 Michał Górny
2022-08-11  9:59 Michał Górny
2022-08-09  6:31 Michał Górny
2022-08-09  4:00 Arthur Zamarin
2022-08-08 19:18 Arthur Zamarin
2022-07-07  8:26 Michał Górny
2022-06-24 10:21 Michał Górny
2022-06-24  9:05 Arthur Zamarin
2022-05-25  7:12 Michał Górny
2022-05-11 10:04 Michał Górny
2022-05-01 12:56 Michał Górny
2022-05-01 12:20 Jakov Smolić
2022-05-01  6:55 Michał Górny
2022-04-24  6:41 Michał Górny
2022-03-28 10:14 Michał Górny
2022-03-15 14:26 Michał Górny
2022-03-15 13:31 Jakov Smolić
2022-02-18  9:19 Michał Górny
2022-02-11 21:44 Arthur Zamarin
2022-02-11 21:32 Arthur Zamarin
2022-02-11 21:11 Arthur Zamarin
2022-02-11 21:07 Arthur Zamarin
2022-02-11 21:02 Arthur Zamarin
2022-02-11  7:26 Agostino Sarubbo
2022-02-11  7:25 Agostino Sarubbo
2022-02-11  7:24 Agostino Sarubbo
2022-02-10 22:54 Michał Górny
2022-02-08 20:14 Michał Górny
2022-02-07 20:30 Michał Górny
2022-02-04 18:50 Michał Górny
2022-02-02  9:27 Michał Górny
2022-02-01 22:03 Michał Górny
2022-01-26 23:19 Michał Górny
2022-01-26 21:31 Michał Górny
2022-01-19 13:51 Marek Szuba
2022-01-19 13:44 Jakov Smolić
2022-01-17 13:02 James Le Cuirot
2022-01-17  6:53 Joshua Kinard
2022-01-16 18:30 Arthur Zamarin
2022-01-16 18:30 Arthur Zamarin
2022-01-16 18:30 Arthur Zamarin
2022-01-16 18:30 Arthur Zamarin
2022-01-16 18:30 Arthur Zamarin
2022-01-16 18:30 Arthur Zamarin
2022-01-16 18:30 Arthur Zamarin
2021-12-20  8:40 Michał Górny
2021-06-10 12:24 Andrew Ammerlaan
2021-06-10  9:58 Andrew Ammerlaan

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=1723693673.e8c40b21f7eb4ba36ac7f8e6bd0ca4d691f6c722.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