From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E3A11584F2 for ; Thu, 20 Mar 2025 06:49:46 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 26A8B343305 for ; Thu, 20 Mar 2025 06:49:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1C8E21103E3; Thu, 20 Mar 2025 06:49:29 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 14F391103E2 for ; Thu, 20 Mar 2025 06:49:29 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BDB85343289 for ; Thu, 20 Mar 2025 06:49:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04EAF28B0 for ; Thu, 20 Mar 2025 06:49:26 +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: <1742453351.e3a7f4dafa5914f85bc20713c982ee6df868b867.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/iniconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/iniconfig/Manifest dev-python/iniconfig/iniconfig-2.1.0.ebuild X-VCS-Directories: dev-python/iniconfig/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e3a7f4dafa5914f85bc20713c982ee6df868b867 X-VCS-Branch: master Date: Thu, 20 Mar 2025 06:49:26 +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: da89f91e-2191-421f-8e89-32dfd9f71540 X-Archives-Hash: cfaa3a51666d57df704cce17e487f7a9 commit: e3a7f4dafa5914f85bc20713c982ee6df868b867 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 20 05:37:53 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 20 06:49:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a7f4da dev-python/iniconfig: Bump to 2.1.0 Signed-off-by: Michał Górny gentoo.org> dev-python/iniconfig/Manifest | 1 + dev-python/iniconfig/iniconfig-2.1.0.ebuild | 31 +++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-python/iniconfig/Manifest b/dev-python/iniconfig/Manifest index b8e9cf1e05c2..879f445b75cb 100644 --- a/dev-python/iniconfig/Manifest +++ b/dev-python/iniconfig/Manifest @@ -1 +1,2 @@ DIST iniconfig-2.0.0.gh.tar.gz 8077 BLAKE2B bb24006bafed64bc28d7a784ed24663dbcea782ef241b9c7ccb5dc0268f6d6ce149882155617d4c021805457c7c5e4775437d267da6905266fb84e877f16e09c SHA512 e474aaa904070ed79dbbd2b4b572574ebb591b97a4ca0f9c4e4aef437af01035d2f73c48bb670afcec2cd8b7ea093b92d6b0c0eca7ba42033418a2b0e0ac80ad +DIST iniconfig-2.1.0.gh.tar.gz 8195 BLAKE2B f72d682bebf84893a2e035742bb5bb59c40e37e7916e7c997144768f3a7b188f1df8a544aea216d9e38db54cd33abced66f1c99ee0c6ae5c9403187d10707e47 SHA512 2f973195ca65a3274961b32d1d478fef4e7beca7b9be27b7e88956d61b50eab4f8b10d491427aff23e973cb94cbcfe7dcc25e6767364a6ed52b3b81219549a20 diff --git a/dev-python/iniconfig/iniconfig-2.1.0.ebuild b/dev-python/iniconfig/iniconfig-2.1.0.ebuild new file mode 100644 index 000000000000..579404ee0525 --- /dev/null +++ b/dev-python/iniconfig/iniconfig-2.1.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 2020-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 pypy3_11 ) + +inherit distutils-r1 + +DESCRIPTION="Brain-dead simple config-ini parsing" +HOMEPAGE=" + https://github.com/pytest-dev/iniconfig/ + https://pypi.org/project/iniconfig/ +" +SRC_URI=" + https://github.com/pytest-dev/iniconfig/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +BDEPEND=" + dev-python/hatch-vcs[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}