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 8AA93158095 for ; Tue, 27 Sep 2022 21:44:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2B45E0825; Tue, 27 Sep 2022 21:44:50 +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 A8941E0825 for ; Tue, 27 Sep 2022 21:44:50 +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 CA77033C1C2 for ; Tue, 27 Sep 2022 21:44:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A53B5F1 for ; Tue, 27 Sep 2022 21:44:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1664314922.9f7c65bf6af9681532661010e5f12dac90e76899.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/frozendict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/frozendict/Manifest dev-python/frozendict/frozendict-2.3.2.ebuild X-VCS-Directories: dev-python/frozendict/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9f7c65bf6af9681532661010e5f12dac90e76899 X-VCS-Branch: master Date: Tue, 27 Sep 2022 21:44:47 +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: 21161572-a8f5-4b26-ba7c-d46b0d8952cb X-Archives-Hash: 3941a331be1433b9a4d6b4d780cf3d60 commit: 9f7c65bf6af9681532661010e5f12dac90e76899 Author: Petr Vaněk atlas cz> AuthorDate: Tue Sep 27 13:25:40 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 27 21:42:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7c65bf dev-python/frozendict: drop 2.3.2 Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Sam James gentoo.org> dev-python/frozendict/Manifest | 1 - dev-python/frozendict/frozendict-2.3.2.ebuild | 29 --------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-python/frozendict/Manifest b/dev-python/frozendict/Manifest index 646b181321d3..25b091d61a39 100644 --- a/dev-python/frozendict/Manifest +++ b/dev-python/frozendict/Manifest @@ -1,2 +1 @@ -DIST frozendict-2.3.2.gh.tar.gz 306318 BLAKE2B 3bc10f34784a8b76b7c6ca0eeccc8331e9a558f0e24d2328550eb5a985ed2ad6c94d027c51ee44f2d25af67fc453356e01b5cfee773880b87d73c55113ca10b2 SHA512 8dc88a3e7898be8fbced16fbdbdee469d07ecbb06a059512f98f71e50a8c5f2c3a4f3d4e6aa06bab121e4ae2e9cea76f6d89c73212047069f2ef88c616c7278a DIST frozendict-2.3.4.gh.tar.gz 307399 BLAKE2B ac6311182ed2ba4925a14a145b4d30a0241978f55ae7a81cebc534ede812ca77097f0f8c7eeb08e8cbd6240e036d3b5035bd3e9b284a55b638c93717e3a20258 SHA512 15acc4fceb5e2228ee3423d4a5b86c529e9bdcb7264f59139cbde6194983901a17da8036bebf53d7d8057ce52666031e90eb1ca358bfd374c651fd60743988dc diff --git a/dev-python/frozendict/frozendict-2.3.2.ebuild b/dev-python/frozendict/frozendict-2.3.2.ebuild deleted file mode 100644 index 0424323d8183..000000000000 --- a/dev-python/frozendict/frozendict-2.3.2.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..10} ) - -inherit distutils-r1 - -DESCRIPTION="A simple immutable mapping for python" -HOMEPAGE=" - https://github.com/Marco-Sulla/python-frozendict - https://pypi.python.org/pypi/frozendict -" -SRC_URI="https://github.com/Marco-Sulla/python-frozendict/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -S="${WORKDIR}/python-${P}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc64" - -distutils_enable_tests pytest - -python_test() { - cd "${T}" || die - epytest "${S}/test" -}