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 A62FB158021 for ; Fri, 16 Dec 2022 11:32:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D27AAE0875; Fri, 16 Dec 2022 11:32:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B7E2FE0875 for ; Fri, 16 Dec 2022 11:32:25 +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 050583410B7 for ; Fri, 16 Dec 2022 11:32:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CD797DC for ; Fri, 16 Dec 2022 11:32:22 +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: <1671190293.aa5126db919ab356684182e46859111e5f8528fb.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.12.ebuild X-VCS-Directories: dev-python/patiencediff/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aa5126db919ab356684182e46859111e5f8528fb X-VCS-Branch: master Date: Fri, 16 Dec 2022 11:32:22 +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: 6915c43b-214d-41eb-96a2-331c57b333ab X-Archives-Hash: dffcc295339f129387118a62b9adb4cb commit: aa5126db919ab356684182e46859111e5f8528fb Author: Michał Górny gentoo org> AuthorDate: Fri Dec 16 10:09:31 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 16 11:31:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5126db dev-python/patiencediff: Bump to 0.2.12 Signed-off-by: Michał Górny gentoo.org> dev-python/patiencediff/Manifest | 1 + dev-python/patiencediff/patiencediff-0.2.12.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/patiencediff/Manifest b/dev-python/patiencediff/Manifest index 20400a0ff470..58210e9b594d 100644 --- a/dev-python/patiencediff/Manifest +++ b/dev-python/patiencediff/Manifest @@ -1 +1,2 @@ DIST patiencediff-0.2.11.tar.gz 26812 BLAKE2B fb6f74dfe0450556d5fcd73b328e830492ab5524dedeb52b8cb85c0348d22481a78863b6b6a033628f575ba499978afabf6fcfc569c58520fa58680c110ca4de SHA512 4934adf7178221a5eb5fcab756293143970ebb7405ce15f31c19b302f6823c19535153dfbd0768a122dc9395d8146e54d8a1a9837c77be1a92bcfe5d6c1cd855 +DIST patiencediff-0.2.12.tar.gz 26936 BLAKE2B 674d1a0397c7d8d75be647e22ee002593d2b175a4fa607f1343fa0eba3cb0a6810178cea9cf26c41bd2f592913a72f4910ae1d1a9402f3558e93d26c1a139885 SHA512 23ff933623f0445dc3cb91e0825e00c465255edf777c2b9b2f9fec907c1fa74e60790d8f23c9de91d0950a7ef6aacd8756ded3e219d32771fb18e1fcb5c85565 diff --git a/dev-python/patiencediff/patiencediff-0.2.12.ebuild b/dev-python/patiencediff/patiencediff-0.2.12.ebuild new file mode 100644 index 000000000000..0fed7fa1f361 --- /dev/null +++ b/dev-python/patiencediff/patiencediff-0.2.12.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 +}