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 1DCFB158003 for ; Wed, 31 May 2023 09:59:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BC1CE08E0; Wed, 31 May 2023 09:59:40 +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 1EDD9E08E0 for ; Wed, 31 May 2023 09:59:40 +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 05E0934103F for ; Wed, 31 May 2023 09:59:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B42FA77 for ; Wed, 31 May 2023 09:59:37 +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: <1685526900.a9ddae173dd4f6ce551cdd6fd3c759c816bf802c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/three-merge/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/three-merge/Manifest dev-python/three-merge/three-merge-0.1.1-r1.ebuild X-VCS-Directories: dev-python/three-merge/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a9ddae173dd4f6ce551cdd6fd3c759c816bf802c X-VCS-Branch: master Date: Wed, 31 May 2023 09:59:37 +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: f88b2e46-1faf-449d-b3e5-1d97caff0f42 X-Archives-Hash: 67ca711dc0b95eb88ef706a34228fd9a commit: a9ddae173dd4f6ce551cdd6fd3c759c816bf802c Author: Michał Górny gentoo org> AuthorDate: Wed May 31 09:55:00 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 31 09:55:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ddae17 dev-python/three-merge: Enable py3.12 Signed-off-by: Michał Górny gentoo.org> dev-python/three-merge/Manifest | 1 + dev-python/three-merge/three-merge-0.1.1-r1.ebuild | 27 ++++++++++++++-------- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/dev-python/three-merge/Manifest b/dev-python/three-merge/Manifest index 6555f1532621..8e6d20b4332f 100644 --- a/dev-python/three-merge/Manifest +++ b/dev-python/three-merge/Manifest @@ -1 +1,2 @@ DIST three-merge-0.1.1-gh.tar.gz 7312 BLAKE2B 06aa9e88b258bdd418276b418da338625e60cc95872db0147fc4a1ede7d7b9c1a716d3c0662236d289a0bd583d405c33259ba6e26af0033be499f68e1298a38b SHA512 3219e7b5813942fac5317673fcb6b051cdf0efbbe6cb2ee7d0ce6eabeeddb9a2dc7c88677f732833192c6a864d2191bd21afb06b3e110ded8712a03bf6bfcdcc +DIST three-merge-0.1.1.gh.tar.gz 7312 BLAKE2B 06aa9e88b258bdd418276b418da338625e60cc95872db0147fc4a1ede7d7b9c1a716d3c0662236d289a0bd583d405c33259ba6e26af0033be499f68e1298a38b SHA512 3219e7b5813942fac5317673fcb6b051cdf0efbbe6cb2ee7d0ce6eabeeddb9a2dc7c88677f732833192c6a864d2191bd21afb06b3e110ded8712a03bf6bfcdcc diff --git a/dev-python/three-merge/three-merge-0.1.1-r1.ebuild b/dev-python/three-merge/three-merge-0.1.1-r1.ebuild index 35a2d565d516..56d7c893d3d4 100644 --- a/dev-python/three-merge/three-merge-0.1.1-r1.ebuild +++ b/dev-python/three-merge/three-merge-0.1.1-r1.ebuild @@ -4,24 +4,33 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Simple Python library to perform a 3-way merge between strings" -HOMEPAGE="https://github.com/spyder-ide/three-merge - https://pypi.org/project/three-merge/" -SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}-gh.tar.gz" +HOMEPAGE=" + https://github.com/spyder-ide/three-merge/ + https://pypi.org/project/three-merge/ +" +SRC_URI=" + https://github.com/spyder-ide/three-merge/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="dev-python/diff-match-patch[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/diff-match-patch[${PYTHON_USEDEP}] +" -BDEPEND="test? ( - dev-python/flaky[${PYTHON_USEDEP}] - dev-python/pytest-timeout[${PYTHON_USEDEP}] -)" +BDEPEND=" + test? ( + dev-python/flaky[${PYTHON_USEDEP}] + dev-python/pytest-timeout[${PYTHON_USEDEP}] + ) +" distutils_enable_tests pytest