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 134B515803E for ; Sat, 30 Dec 2023 18:30:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98BBD2BC0A5; Sat, 30 Dec 2023 18:30:47 +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 7C1A92BC0A5 for ; Sat, 30 Dec 2023 18:30: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D60C33D3C2 for ; Sat, 30 Dec 2023 18:30:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15F3B14D2 for ; Sat, 30 Dec 2023 18:30: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: <1703960968.8e0669d734ec5d94e8c8bd29265ec3a2fd83b5c1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/patiencediff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/patiencediff/Manifest dev-python/patiencediff/patiencediff-0.2.13.ebuild X-VCS-Directories: dev-python/patiencediff/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8e0669d734ec5d94e8c8bd29265ec3a2fd83b5c1 X-VCS-Branch: master Date: Sat, 30 Dec 2023 18:30: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: c693c93b-67c5-4db1-b437-12b6c0eaf26d X-Archives-Hash: fd1621182c69cbbe8167e7c16329735b commit: 8e0669d734ec5d94e8c8bd29265ec3a2fd83b5c1 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 30 18:29:28 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 30 18:29:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0669d7 dev-python/patiencediff: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/patiencediff/Manifest | 1 - dev-python/patiencediff/patiencediff-0.2.13.ebuild | 27 ---------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/patiencediff/Manifest b/dev-python/patiencediff/Manifest index 1c19b6c5540f..c2391999b8ed 100644 --- a/dev-python/patiencediff/Manifest +++ b/dev-python/patiencediff/Manifest @@ -1,2 +1 @@ -DIST patiencediff-0.2.13.tar.gz 26972 BLAKE2B f38fcc8292a99082794498cd60f59b5ae44453f12387f125e7f16e355844bc391baae789adc9847efd71b9124ff6efb7bb0a7fbba5e371233d3a54314c2f2b95 SHA512 1607a6c4bee529ee787fe705b70f00e5f5c1c266e7854ea4463d57ca4a807e645c6fb83024d79113e6aef746f32ed3bc28227d87add7e86d886246580dd05485 DIST patiencediff-0.2.14.tar.gz 29258 BLAKE2B 1b7aee1053d08bb5a3e40f62ef39d1f8fe38635a1b5303b33f67df1b8d63a311e3c6523fc5c40f7457c7213db18daa5e839f120fc09e8e1fb2c7524462165a07 SHA512 624db38a072906557a430555d52f914030d1933237cedda76804faafe26d1ff2ad4a569ec90ad887162e48a57078a1accc19e2f417ab095f5b6435912d280998 diff --git a/dev-python/patiencediff/patiencediff-0.2.13.ebuild b/dev-python/patiencediff/patiencediff-0.2.13.ebuild deleted file mode 100644 index 85391f492bec..000000000000 --- a/dev-python/patiencediff/patiencediff-0.2.13.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python implementation of the patiencediff algorithm" -HOMEPAGE=" - https://github.com/breezy-team/patiencediff/ - https://pypi.org/project/patiencediff/ -" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -distutils_enable_tests unittest - -python_test() { - cd "${BUILD_DIR}/install$(python_get_sitedir)" || die - eunittest -}