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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8337D13933E for ; Sat, 10 Jul 2021 07:34:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A10C9E0D36; Sat, 10 Jul 2021 07:34:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87506E0D35 for ; Sat, 10 Jul 2021 07:34:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1468E342B29 for ; Sat, 10 Jul 2021 07:34:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9577D7BA for ; Sat, 10 Jul 2021 07:34:19 +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: <1625902444.d972803f6e32e2022fef2d50e13fcdc83f9a637f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/simplejson/Manifest dev-python/simplejson/simplejson-3.17.3.ebuild X-VCS-Directories: dev-python/simplejson/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d972803f6e32e2022fef2d50e13fcdc83f9a637f X-VCS-Branch: master Date: Sat, 10 Jul 2021 07:34:19 +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: 9a547352-6548-4981-afe4-9511335797b2 X-Archives-Hash: 8efd59556495b95717afe9f92733784d commit: d972803f6e32e2022fef2d50e13fcdc83f9a637f Author: Michał Górny gentoo org> AuthorDate: Sat Jul 10 06:28:53 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 10 07:34:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d972803f dev-python/simplejson: Bump to 3.17.3 Signed-off-by: Michał Górny gentoo.org> dev-python/simplejson/Manifest | 1 + dev-python/simplejson/simplejson-3.17.3.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest index 64688c3d831..dcf8fae7924 100644 --- a/dev-python/simplejson/Manifest +++ b/dev-python/simplejson/Manifest @@ -1 +1,2 @@ DIST simplejson-3.17.2.tar.gz 83210 BLAKE2B 1b9f97a43bfe84f1ad506713d81483ebcd4006d1174558b7a27373f99d014e23ed72a9ec2b2006e64760c61e1e500a4f1ea4547104e7f4c71ba51003df0a5052 SHA512 003b2fbcb3f8e0849bdbd958c78f8b470081d97527bef82306db77940c6734a1cbf3b5dcb0984d2f9c9d14aa525e7865a08e70a10971f8841e138f7ad6476e4a +DIST simplejson-3.17.3.tar.gz 82434 BLAKE2B ae6f303a204f0c5a6bc7a10aa8da3dadbd4fc3a257abb15e330d13299dcbd5bc6be97506f6d5b48f3a3fe24570ac28b331644870d03aa30f80d40e69f4d2ec15 SHA512 b4ccdff3df2c87ed6f5119e93560ea7ddf60fcc64f996efeef1f6077f3a559c8f9ea77fd217348c1cba2de50e40523714899de110614953baf8385bb78d10af6 diff --git a/dev-python/simplejson/simplejson-3.17.3.ebuild b/dev-python/simplejson/simplejson-3.17.3.ebuild new file mode 100644 index 00000000000..4eeb70ccbda --- /dev/null +++ b/dev-python/simplejson/simplejson-3.17.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python" +HOMEPAGE="https://github.com/simplejson/simplejson https://pypi.org/project/simplejson/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="|| ( MIT AFL-2.1 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + +DOCS=( README.rst CHANGES.txt ) + +distutils_enable_tests unittest