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 6296C158020 for ; Tue, 6 Dec 2022 15:06:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90CB9E07C9; Tue, 6 Dec 2022 15:06:47 +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 76DDEE07C9 for ; Tue, 6 Dec 2022 15:06:47 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E090340D1D for ; Tue, 6 Dec 2022 15:06:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1B654C8 for ; Tue, 6 Dec 2022 15:06:44 +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: <1670339183.b27b7528afed632a2cc843dd438d632eee27d025.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/canonicaljson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/canonicaljson/Manifest dev-python/canonicaljson/canonicaljson-1.6.3.ebuild X-VCS-Directories: dev-python/canonicaljson/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b27b7528afed632a2cc843dd438d632eee27d025 X-VCS-Branch: master Date: Tue, 6 Dec 2022 15:06:44 +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: bfc0ed1d-2ff2-4f17-92bd-dd650b5e4a08 X-Archives-Hash: 07c6cccfa2216ff44ad770ce6d8da95f commit: b27b7528afed632a2cc843dd438d632eee27d025 Author: Michał Górny gentoo org> AuthorDate: Tue Dec 6 14:49:02 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 6 15:06:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27b7528 dev-python/canonicaljson: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/canonicaljson/Manifest | 1 - .../canonicaljson/canonicaljson-1.6.3.ebuild | 29 ---------------------- 2 files changed, 30 deletions(-) diff --git a/dev-python/canonicaljson/Manifest b/dev-python/canonicaljson/Manifest index d6441fc9ba93..46dfabe7e67f 100644 --- a/dev-python/canonicaljson/Manifest +++ b/dev-python/canonicaljson/Manifest @@ -1,2 +1 @@ -DIST canonicaljson-1.6.3.gh.tar.gz 10400 BLAKE2B 9d97ad9f8c0803fdfd1f4d2f85291fb175d19be23fb9c3bdf717030b9dae30f810329118c484cdf9dab5d77f01ea41b08653559fa188c90305126bdf3f4e5f9d SHA512 4b2cb7524425b8a4dde2359273f60110ca01081d31b0add158f106ff1f8874366978d6a15baed53a948503d4013b87a0b75ad7f6e8ea6ce42f3f9fc95672280f DIST canonicaljson-1.6.4.gh.tar.gz 10408 BLAKE2B 4d55bb90cd4bbd5e019ffd0d505651c99dc6b296e9c0a52582265438586890cd6b663116ba0b66807b7a665c54eea001e039ca86c2fef9175b72a318a11a79a7 SHA512 7be1300c17d51f917b1e81931f6d0dd681b1eef9b7f4e82ba3ae683609d74fd924eb3a832c8261611f556c190329748966bf15abe34bc1d22f2ecdf29372b560 diff --git a/dev-python/canonicaljson/canonicaljson-1.6.3.ebuild b/dev-python/canonicaljson/canonicaljson-1.6.3.ebuild deleted file mode 100644 index ef2341b08bb7..000000000000 --- a/dev-python/canonicaljson/canonicaljson-1.6.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Canonical JSON" -HOMEPAGE=" - https://github.com/matrix-org/python-canonicaljson/ - https://pypi.org/project/canonicaljson/ -" -SRC_URI=" - https://github.com/matrix-org/python-canonicaljson/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -S="${WORKDIR}/python-${P}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~ppc64" - -RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]" - -distutils_enable_tests unittest