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 004DA158020 for ; Wed, 19 Oct 2022 03:49:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22B5FE08CA; Wed, 19 Oct 2022 03:49:29 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08A80E08A0 for ; Wed, 19 Oct 2022 03:49:29 +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 068D4340DA5 for ; Wed, 19 Oct 2022 03:49:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AA7A620 for ; Wed, 19 Oct 2022 03:49:26 +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: <1666151356.a3dffa3df6cc86a2a4ea27500e6a349197873082.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.6.ebuild X-VCS-Directories: dev-python/patiencediff/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a3dffa3df6cc86a2a4ea27500e6a349197873082 X-VCS-Branch: master Date: Wed, 19 Oct 2022 03:49:26 +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: 709fda61-41f9-43f3-8906-086aa98f2c3c X-Archives-Hash: f793cf72130d0853589541efd9a89058 commit: a3dffa3df6cc86a2a4ea27500e6a349197873082 Author: Michał Górny gentoo org> AuthorDate: Wed Oct 19 02:55:26 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 19 03:49:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3dffa3d dev-python/patiencediff: Bump to 0.2.6 Signed-off-by: Michał Górny gentoo.org> dev-python/patiencediff/Manifest | 1 + dev-python/patiencediff/patiencediff-0.2.6.ebuild | 27 +++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/patiencediff/Manifest b/dev-python/patiencediff/Manifest index 90010e078ab1..8b292ae5c52a 100644 --- a/dev-python/patiencediff/Manifest +++ b/dev-python/patiencediff/Manifest @@ -1 +1,2 @@ DIST patiencediff-0.2.3.tar.gz 28903 BLAKE2B 83a5dffc11e02b759e8fda540453055d3f2fa03db098c2b323c965b39b121e5bc7e9b3fb0a7f5f1eff76aba81223350def2823469d2a3ceedb54824ae22a32c0 SHA512 4211aa824a8f0e4e5c9fa788ab532bc163684381fc143a089250b16ae70229efabdd1b2e4e50fdd8d36f3363526b80cf687030c435bd9b87e12624fc1fc6b786 +DIST patiencediff-0.2.6.tar.gz 29124 BLAKE2B f43e7fbbdef316f9ededb680f9c3c20eaab7e988489ba6dfc6038deb91cced5727b9461dbfd30f11b81a12aa238e27df1697abe84d323461da3029daf9fbfce1 SHA512 033c4da38a12cfcd180535635dc84ce6da14fe4f8ae9fc7665fc0b711759fe5a5440d73ed2c7f8f4edf967c9dea9046163b5b48d32ee59d0f4cc01256c7c9055 diff --git a/dev-python/patiencediff/patiencediff-0.2.6.ebuild b/dev-python/patiencediff/patiencediff-0.2.6.ebuild new file mode 100644 index 000000000000..0fed7fa1f361 --- /dev/null +++ b/dev-python/patiencediff/patiencediff-0.2.6.ebuild @@ -0,0 +1,27 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Python implementation of the patiencediff algorithm" +HOMEPAGE=" + https://github.com/breezy-team/patiencediff/ + https://pypi.org/project/patiencediff/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests unittest + +python_test() { + cd "${BUILD_DIR}/install$(python_get_sitedir)" || die + eunittest +}