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 5884415800D for ; Mon, 10 Jul 2023 01:38:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 602F6E087D; Mon, 10 Jul 2023 01:38:39 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32DD4E0882 for ; Mon, 10 Jul 2023 01:38:39 +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 42DE633BF41 for ; Mon, 10 Jul 2023 01:38:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4A37AD1 for ; Mon, 10 Jul 2023 01:38:36 +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: <1688952995.b2ec4e0d4fc6cdff6c072e6c92f91e89c597e2ba.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/munch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/munch/Manifest dev-python/munch/munch-2.5.0-r2.ebuild X-VCS-Directories: dev-python/munch/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b2ec4e0d4fc6cdff6c072e6c92f91e89c597e2ba X-VCS-Branch: master Date: Mon, 10 Jul 2023 01:38:36 +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: 9d910384-fb7b-4352-ad65-ddff5548e7fa X-Archives-Hash: 5a2e0f0c8acf55098bbdb5e0e6b26afe commit: b2ec4e0d4fc6cdff6c072e6c92f91e89c597e2ba Author: Michał Górny gentoo org> AuthorDate: Mon Jul 10 01:36:35 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 10 01:36:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2ec4e0d dev-python/munch: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/munch/Manifest | 1 - dev-python/munch/munch-2.5.0-r2.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-python/munch/Manifest b/dev-python/munch/Manifest index c0a33b7f3079..cfde1ce9982a 100644 --- a/dev-python/munch/Manifest +++ b/dev-python/munch/Manifest @@ -1,3 +1,2 @@ -DIST munch-2.5.0.tar.gz 17015 BLAKE2B 17af271ae082a6e5f91781ba48a440f11cbe85ecb81d47ee2bc51910307080e3ba6c95e99e7475534400b2915a86d8f853bc65d419c3d3b7138bf021e66de25c SHA512 7eca31111f40782a19b49535322bc56d723022d52b0842c4beff512f32fa415a6c75851eb84950358cb6a11693095cafe56364028e48385b11135de414edca21 DIST munch-3.0.0.tar.gz 19276 BLAKE2B df7b8ee8ff807c2a1ca61974d70379623411db2229d176b890949aa3318f7b2ec1e108a340e55445751c46da24deb0f749d66fb69f9e10e92a04a01c766a73c6 SHA512 d08ac1b19badf0fb17f2dc81e53ab7492e49da225d8fa890fa9227df9d4e2bce395c7d7a8000f635529c1fb2a7eccd4eef10370b76e95b960955985b38003baf DIST munch-4.0.0.tar.gz 19089 BLAKE2B 17aba6f5ab3e2e532a9deb8623ef10aa569231e5457b96acacd7c11117db47afa82409f9bf8aa384a8207c23d4af1140dca6db27c73df05658b8ad3997ad071a SHA512 7beeee4d3fd084ac929e796cd62af097c2602a3ec06405f79b562bc6d14577350adbbe02848253c62f0938e706b9056799bfd5b9c2bdff6e559b3903b8cdca5c diff --git a/dev-python/munch/munch-2.5.0-r2.ebuild b/dev-python/munch/munch-2.5.0-r2.ebuild deleted file mode 100644 index 589c7c66c79d..000000000000 --- a/dev-python/munch/munch-2.5.0-r2.ebuild +++ /dev/null @@ -1,31 +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 pypi - -DESCRIPTION="A dot-accessible dictionary (a la JavaScript objects)" -HOMEPAGE=" - https://github.com/Infinidat/munch/ - https://pypi.org/project/munch/ -" - -LICENSE="MIT" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" -SLOT="0" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/pbr[${PYTHON_USEDEP}] - test? ( - >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest