From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A4CA158042 for ; Thu, 31 Oct 2024 15:50:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80539E088A; Thu, 31 Oct 2024 15:50:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 641E9E088A for ; Thu, 31 Oct 2024 15:50:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F897342F92 for ; Thu, 31 Oct 2024 15:50:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD927AE7 for ; Thu, 31 Oct 2024 15:50:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1730389788.7cd708a658e135277f5c9ad1e42776ec76e47aae.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/toml-fmt-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/toml-fmt-common/Manifest dev-python/toml-fmt-common/metadata.xml dev-python/toml-fmt-common/toml-fmt-common-1.0.1.ebuild X-VCS-Directories: dev-python/toml-fmt-common/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7cd708a658e135277f5c9ad1e42776ec76e47aae X-VCS-Branch: master Date: Thu, 31 Oct 2024 15:50:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 07e01583-0ac6-46e5-ba9b-76636c102482 X-Archives-Hash: 2aac1c92bd32d78a5b0c045fea11ab35 commit: 7cd708a658e135277f5c9ad1e42776ec76e47aae Author: Michał Górny gentoo org> AuthorDate: Thu Oct 31 14:50:33 2024 +0000 Commit: Michał Górny gentoo 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 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 @@ + + + + + python@gentoo.org + + + + tox-dev/toml-fmt-common + toml-fmt-common + + 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