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 5051F15800D for ; Thu, 6 Jul 2023 12:16:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 927ACE088C; Thu, 6 Jul 2023 12:16:46 +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 37752E088C for ; Thu, 6 Jul 2023 12:16:46 +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 35839335D02 for ; Thu, 6 Jul 2023 12:16:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4D99ACC for ; Thu, 6 Jul 2023 12:16:43 +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: <1688645798.7e1a2bab5688fcf50bf24bf8a63df4db79a3a50a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/logical-unification/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/logical-unification/Manifest dev-python/logical-unification/logical-unification-0.4.5.ebuild X-VCS-Directories: dev-python/logical-unification/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7e1a2bab5688fcf50bf24bf8a63df4db79a3a50a X-VCS-Branch: master Date: Thu, 6 Jul 2023 12:16:43 +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: ee5f3ffe-4c65-4407-9c0e-5414f09b614f X-Archives-Hash: cab6c92d197a37f5ce4501d1f4e51478 commit: 7e1a2bab5688fcf50bf24bf8a63df4db79a3a50a Author: Michał Górny gentoo org> AuthorDate: Thu Jul 6 12:14:52 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jul 6 12:16:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1a2bab dev-python/logical-unification: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/logical-unification/Manifest | 1 - .../logical-unification-0.4.5.ebuild | 33 ---------------------- 2 files changed, 34 deletions(-) diff --git a/dev-python/logical-unification/Manifest b/dev-python/logical-unification/Manifest index e3ab54e77a40..46ee129a5f44 100644 --- a/dev-python/logical-unification/Manifest +++ b/dev-python/logical-unification/Manifest @@ -1,2 +1 @@ -DIST logical-unification-0.4.5.gh.tar.gz 47003 BLAKE2B 9f7e119a69b15b460ce66af137a3f0c3dd3da154173ac196a94d4894aafc67eeaa31d69c5ca8bdd6e264a3f7599f9e301dad103510c77e60ff14cc8af1c86ce8 SHA512 42af33ac7da6013d48d26ab49b84b40146f494963f1eee06256a219e8d0517b04cc3fe86f51cf19729fc64ad765e75a4890b278c2dbbf34eb7e1ef65f3014784 DIST logical-unification-0.4.6.gh.tar.gz 47171 BLAKE2B 894db9bfc94b1b4ed496376bb45dd6f71db89f57ff73ab4bfacd12e991817751c4213b36d6e19d34b239e1335dcbe7b71ab283d419bab92554dacc539355ae7e SHA512 6caf91823acbaf0341d7d515610bbe351882f1b6fdff064fc900adb56387c6023a49743b0ad5f6f1c6af42e79b53ac1d1540a4ce3c42dca5fd79f0abec9f653c diff --git a/dev-python/logical-unification/logical-unification-0.4.5.ebuild b/dev-python/logical-unification/logical-unification-0.4.5.ebuild deleted file mode 100644 index dda9a2b990ae..000000000000 --- a/dev-python/logical-unification/logical-unification-0.4.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 - -DESCRIPTION="Logical unification in Python" -HOMEPAGE=" - https://pypi.org/project/logical-unification/ - https://github.com/pythological/unification/ -" -SRC_URI=" - https://github.com/pythological/unification/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" -S="${WORKDIR}/unification-${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" - -RDEPEND=" - dev-python/multipledispatch[${PYTHON_USEDEP}] - dev-python/toolz[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - tests/test_benchmarks.py -)