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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C706515800F for ; Wed, 15 Feb 2023 07:16:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 758A5E07E0; Wed, 15 Feb 2023 07:16:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 6194AE07E0 for ; Wed, 15 Feb 2023 07:16:33 +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 8668D33BE2E for ; Wed, 15 Feb 2023 07:16:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E65F8BA for ; Wed, 15 Feb 2023 07:16:29 +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: <1676445383.089c9a3b1214165a610bed5239ba3474487b6d82.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-json-logger/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-json-logger/Manifest dev-python/python-json-logger/python-json-logger-2.0.4.ebuild X-VCS-Directories: dev-python/python-json-logger/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 089c9a3b1214165a610bed5239ba3474487b6d82 X-VCS-Branch: master Date: Wed, 15 Feb 2023 07:16:29 +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: 01c879ae-a09d-4030-baab-16cfaceb1688 X-Archives-Hash: 048c7a8edd5f66343ddbaa376dcc83cf commit: 089c9a3b1214165a610bed5239ba3474487b6d82 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 15 07:13:11 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 15 07:16:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=089c9a3b dev-python/python-json-logger: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/python-json-logger/Manifest | 1 - .../python-json-logger-2.0.4.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/python-json-logger/Manifest b/dev-python/python-json-logger/Manifest index b99f9e57cad7..6f8c9640d3f0 100644 --- a/dev-python/python-json-logger/Manifest +++ b/dev-python/python-json-logger/Manifest @@ -1,2 +1 @@ -DIST python-json-logger-2.0.4.tar.gz 9856 BLAKE2B 013dadb37044eb89976ab98309bbafaa348c0bfd82a75f7645d580212fb85ee2cb2bc70d455aec9da3424e89d5905d8e80a77d8c08d46443a8ee5ee9bebc3cdf SHA512 5849e3780f9a4cb59baff2c73d872ca11c916af14337bada2de3620d5a5e9b138b7bd76a1a25001c4733c0074469bb579808a57d50f964f0fe0e4bf3a4bb1216 DIST python-json-logger-2.0.5.tar.gz 10224 BLAKE2B 3254b5240d6ece2cd267d82bde242bfbc28845bf6ad255a2be8bbc1b46cc5d04cba47c3f40f87b401c43e8bf26993210740c4e5aea8b4b737526d69a9dc789c7 SHA512 b9f768df8760c6f3660eb5036c8873bc1075fdca2d622b137af6a385e44e56e69a132df19472cba47dfb81d6699369822d83fdb85ad089ee3cc3a9b7fe428e6d diff --git a/dev-python/python-json-logger/python-json-logger-2.0.4.ebuild b/dev-python/python-json-logger/python-json-logger-2.0.4.ebuild deleted file mode 100644 index a9e61666c3dc..000000000000 --- a/dev-python/python-json-logger/python-json-logger-2.0.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Standard python logging to output log data as json objects" -HOMEPAGE=" - https://github.com/madzak/python-json-logger - https://pypi.org/project/python-json-logger/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86" - -distutils_enable_tests unittest