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/toml-fmt-common/
Date: Thu, 31 Oct 2024 15:50:00 +0000 (UTC)	[thread overview]
Message-ID: <1730389788.7cd708a658e135277f5c9ad1e42776ec76e47aae.mgorny@gentoo> (raw)

commit:     7cd708a658e135277f5c9ad1e42776ec76e47aae
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 31 14:50:33 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 31 15:49:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd708a6

dev-python/toml-fmt-common: New package, v1.0.1

New dep of dev-python/pyproject-fmt.

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

 dev-python/toml-fmt-common/Manifest                |  1 +
 dev-python/toml-fmt-common/metadata.xml            | 12 ++++++++
 .../toml-fmt-common/toml-fmt-common-1.0.1.ebuild   | 33 ++++++++++++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/dev-python/toml-fmt-common/Manifest b/dev-python/toml-fmt-common/Manifest
new file mode 100644
index 000000000000..9c7350d79dda
--- /dev/null
+++ b/dev-python/toml-fmt-common/Manifest
@@ -0,0 +1 @@
+DIST toml_fmt_common-1.0.1.tar.gz 9626 BLAKE2B 460e7849dea995bbb1eedbbe2f65bd6401b31d19cfc20bebd8a82c6b4877b64174e1623c4cf649f499b7138141914078a4e0f595374eb4bb3ef423da3f0f934a SHA512 d4e693dd9f3ec0124de6f0006a209bb6f9f62365c16f71033a374a837636f2f744e359aaaed4b42e05a27d8a5e674712b7db2c07a8e93b899b5cd51005d7c525

diff --git a/dev-python/toml-fmt-common/metadata.xml b/dev-python/toml-fmt-common/metadata.xml
new file mode 100644
index 000000000000..c86b212cd313
--- /dev/null
+++ b/dev-python/toml-fmt-common/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="github">tox-dev/toml-fmt-common</remote-id>
+		<remote-id type="pypi">toml-fmt-common</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/toml-fmt-common/toml-fmt-common-1.0.1.ebuild b/dev-python/toml-fmt-common/toml-fmt-common-1.0.1.ebuild
new file mode 100644
index 000000000000..a97a7bdd0f30
--- /dev/null
+++ b/dev-python/toml-fmt-common/toml-fmt-common-1.0.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Common logic to the TOML formatter"
+HOMEPAGE="
+	https://github.com/tox-dev/toml-fmt-common/
+	https://pypi.org/project/toml-fmt-common/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	$(python_gen_cond_dep '
+		>=dev-python/tomli-2.0.2[${PYTHON_USEDEP}]
+	' 3.10)
+"
+BDEPEND="
+	dev-python/hatch-vcs[${PYTHON_USEDEP}]
+	test? (
+		dev-python/pytest-mock[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2024-10-31 15:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-31 15:50 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-02  8:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/toml-fmt-common/ Michał Górny
2024-11-05 15:37 Jakov Smolić
2024-11-23  8:27 Arthur Zamarin
2024-11-23 20:15 Arthur Zamarin
2024-12-07 10:35 Arthur Zamarin
2024-12-07 10:49 Arthur Zamarin
2024-12-07 10:49 Arthur Zamarin
2024-12-07 11:26 Arthur Zamarin
2024-12-07 12:03 Sam James
2024-12-09 19:41 Arthur Zamarin
2024-12-16  7:51 Arthur Zamarin
2025-01-06  4:00 WANG Xuerui
2025-02-27 21: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=1730389788.7cd708a658e135277f5c9ad1e42776ec76e47aae.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