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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E201138239 for ; Sat, 5 Jun 2021 17:59:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4814E0918; Sat, 5 Jun 2021 17:59:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89F56E0918 for ; Sat, 5 Jun 2021 17:59:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A555C340DCD for ; Sat, 5 Jun 2021 17:59:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 012E57AE for ; Sat, 5 Jun 2021 17:59:49 +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: <1622915980.6d4e735345a9bee6ede3e855780a3c3168a55242.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyphen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyphen/Manifest dev-python/pyphen/pyphen-0.10.0.ebuild X-VCS-Directories: dev-python/pyphen/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6d4e735345a9bee6ede3e855780a3c3168a55242 X-VCS-Branch: master Date: Sat, 5 Jun 2021 17:59:49 +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: bc36fe69-28eb-4d2e-b814-64490affca3a X-Archives-Hash: 30ec2ef13185532970bd854f16f0ad64 commit: 6d4e735345a9bee6ede3e855780a3c3168a55242 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 5 17:50:41 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 5 17:59:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4e7353 dev-python/pyphen: Enable py3.10 Signed-off-by: Michał Górny gentoo.org> dev-python/pyphen/Manifest | 2 +- dev-python/pyphen/pyphen-0.10.0.ebuild | 18 +++++------------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/dev-python/pyphen/Manifest b/dev-python/pyphen/Manifest index d08a1ce9c5c..78b4df97eef 100644 --- a/dev-python/pyphen/Manifest +++ b/dev-python/pyphen/Manifest @@ -1 +1 @@ -DIST pyphen-0.10.0.tar.gz 1894118 BLAKE2B c33283d6eb3dd7affb52b91826fa0f8fab8ec8f858158e905e8487dc2ad8c77a88e4b25699ed6272d246bcf8a926560e18ec224f59703452ea1ad5c921e4fb4b SHA512 b6d789ca6eb010c1c79b28a9a0e68620ea5600adc43111bed5dbda3cb8b3a4c8c05caa3fb44ea60b0ef4a20272f17cf5e6fe61f0d1e48038395407ff53da7a92 +DIST Pyphen-0.10.0.tar.gz 1894118 BLAKE2B c33283d6eb3dd7affb52b91826fa0f8fab8ec8f858158e905e8487dc2ad8c77a88e4b25699ed6272d246bcf8a926560e18ec224f59703452ea1ad5c921e4fb4b SHA512 b6d789ca6eb010c1c79b28a9a0e68620ea5600adc43111bed5dbda3cb8b3a4c8c05caa3fb44ea60b0ef4a20272f17cf5e6fe61f0d1e48038395407ff53da7a92 diff --git a/dev-python/pyphen/pyphen-0.10.0.ebuild b/dev-python/pyphen/pyphen-0.10.0.ebuild index 99764ca3272..37507a56eff 100644 --- a/dev-python/pyphen/pyphen-0.10.0.ebuild +++ b/dev-python/pyphen/pyphen-0.10.0.ebuild @@ -1,30 +1,22 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Python module for hyphenation using hunspell dictionaries" -MY_PN="Pyphen" -MY_P="${MY_PN}-${PV}" -SRC_URI="https://github.com/Kozea/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="https://github.com/Kozea/Pyphen" +SRC_URI="https://github.com/Kozea/Pyphen/archive/${PV}.tar.gz -> ${P^}.tar.gz" +S=${WORKDIR}/${P^} LICENSE="GPL-2+ LGPL-2+ MPL-1.1" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="" -DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MY_P}" distutils_enable_tests pytest python_test() { - pytest -v test.py || die + epytest test.py }