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 7F3FD158095 for ; Fri, 15 Jul 2022 07:24:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1A61E1085; Fri, 15 Jul 2022 07:24:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8C8D9E1085 for ; Fri, 15 Jul 2022 07:24:28 +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 A2E0B3412D5 for ; Fri, 15 Jul 2022 07:24:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39AB7448 for ; Fri, 15 Jul 2022 07:24: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: <1657869857.a7afd287ddf395369a1d49168b0d37fbbecab21c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonext/jsonext-0.4.2.ebuild X-VCS-Directories: dev-python/jsonext/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a7afd287ddf395369a1d49168b0d37fbbecab21c X-VCS-Branch: master Date: Fri, 15 Jul 2022 07:24: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: 3143a8f0-5ace-4327-b562-f0bf252b269c X-Archives-Hash: b137ec25a9fba93baab1499cdb2413c9 commit: a7afd287ddf395369a1d49168b0d37fbbecab21c Author: Michał Górny gentoo org> AuthorDate: Fri Jul 15 07:21:22 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 15 07:24:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7afd287 dev-python/jsonext: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/jsonext/jsonext-0.4.2.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/dev-python/jsonext/jsonext-0.4.2.ebuild b/dev-python/jsonext/jsonext-0.4.2.ebuild deleted file mode 100644 index 67edd99ea58f..000000000000 --- a/dev-python/jsonext/jsonext-0.4.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Well-structured helpers for serializing commonly encountered structures to JSON" -HOMEPAGE="https://github.com/mbr/jsonext" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -RDEPEND=" - dev-python/arrow[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]"