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 5345B15827B for ; Wed, 13 Aug 2025 08:08:04 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D912E340DE6 for ; Wed, 13 Aug 2025 08:08:03 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 06C15110561; Wed, 13 Aug 2025 08:07:57 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 00873110561 for ; Wed, 13 Aug 2025 08:07:56 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A99C5340DC6 for ; Wed, 13 Aug 2025 08:07:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 399D2334A for ; Wed, 13 Aug 2025 08:07:55 +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: <1755072459.30eb80507ca7fbe945260e3ba5ecb1c3d3e09a5a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/json5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/json5/Manifest dev-python/json5/json5-0.12.1.ebuild X-VCS-Directories: dev-python/json5/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 30eb80507ca7fbe945260e3ba5ecb1c3d3e09a5a X-VCS-Branch: master Date: Wed, 13 Aug 2025 08:07:55 +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: 25294fe3-795c-4b32-91f2-6c30e8a3de1a X-Archives-Hash: 7cef86806fcd1282c82e5150d2cf1607 commit: 30eb80507ca7fbe945260e3ba5ecb1c3d3e09a5a Author: Michał Górny gentoo org> AuthorDate: Wed Aug 13 07:16:35 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Aug 13 08:07:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30eb8050 dev-python/json5: Bump to 0.12.1 Signed-off-by: Michał Górny gentoo.org> dev-python/json5/Manifest | 1 + dev-python/json5/json5-0.12.1.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-python/json5/Manifest b/dev-python/json5/Manifest index 44e732964de8..d42c0ae6a648 100644 --- a/dev-python/json5/Manifest +++ b/dev-python/json5/Manifest @@ -1 +1,2 @@ DIST json5-0.12.0.tar.gz 51907 BLAKE2B 2d246ebd73ea238230fa4864d52ac71a1af984580de3e4b3b612827812842461242bf4815cdc76235ff280ae49eae94697fb992244e799b2d2d9d9a60c9f7878 SHA512 03b32b4599b86ec6b3d47c0693cf467f7b56de13eedfad627c51ec0af514a899d90f1255df85fcbabb501237c700d837376bf363fc0602b83688569a2fc8410b +DIST json5-0.12.1.tar.gz 52191 BLAKE2B b658eca161af0771d1c40ede81b20965589c7c26e63ed8250b581fd5e0c530c0d55f2110694b05575ae519b2ff802cb2ea97b7a46ef94d674e82939fb566176a SHA512 8544b082b31728c98c2fa4d5eada512b2d5c199af08d588222d79e55099092fdb6b01d66c3ae46dc69d3fb5640dc3f67466728e6538128865e95dceb610b5849 diff --git a/dev-python/json5/json5-0.12.1.ebuild b/dev-python/json5/json5-0.12.1.ebuild new file mode 100644 index 000000000000..a2e7fd8c78ab --- /dev/null +++ b/dev-python/json5/json5-0.12.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A Python implementation of the JSON5 data format" +HOMEPAGE=" + https://github.com/dpranke/pyjson5/ + https://pypi.org/project/json5/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest