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 69E3215852A for ; Sat, 17 Aug 2024 07:39:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70A622BC04B; Sat, 17 Aug 2024 07:39:28 +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 372AE2BC04B for ; Sat, 17 Aug 2024 07:39:28 +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 50E9633FE49 for ; Sat, 17 Aug 2024 07:39:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B01CC1EFA for ; Sat, 17 Aug 2024 07:39:24 +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: <1723880314.7adb56247c940e665f603a82203354b83f29c076.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.15.0.ebuild X-VCS-Directories: dev-python/pyphen/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7adb56247c940e665f603a82203354b83f29c076 X-VCS-Branch: master Date: Sat, 17 Aug 2024 07:39:24 +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: a5b33554-7f2c-4ca1-959b-304de2b6416a X-Archives-Hash: 76310fdc19c412b6ce682197005d88eb commit: 7adb56247c940e665f603a82203354b83f29c076 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 17 07:38:34 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 17 07:38:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7adb5624 dev-python/pyphen: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pyphen/Manifest | 1 - dev-python/pyphen/pyphen-0.15.0.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/pyphen/Manifest b/dev-python/pyphen/Manifest index 8a017e6670a0..1d12ab75d1c3 100644 --- a/dev-python/pyphen/Manifest +++ b/dev-python/pyphen/Manifest @@ -1,2 +1 @@ -DIST pyphen-0.15.0.tar.gz 2072615 BLAKE2B ce5a1d16ade5d1e894b941aa02749de5793d1b11554b232d0a475c687551843171da5c8fb31fa686af524c12693f87baf8e61a7c07e71935ca159fba42e4353f SHA512 c73ec781c92fbac1daadbf435b028a1eb6476df2bec40ceb039d394ae928ab3b3eff4f3ffaf23d847b89e766810a9dd153f6bbcb9678a9f61f65d84206042640 DIST pyphen-0.16.0.tar.gz 2072790 BLAKE2B c3c5b248a9532abecca09fec66594aa77313cd84f66a3fe569b39306ba937fd1f8459e5140aa2154599d805197e68806e16b51958e52f0c21792c442b7c1e62a SHA512 0469dd043578bd2f4bd12f22c10879c009be1907e34b41f5c6b4ff3d4e824a5320292308d5fd40c645a14589547b3432c7331400b2c4e64723a1e79a1ab66242 diff --git a/dev-python/pyphen/pyphen-0.15.0.ebuild b/dev-python/pyphen/pyphen-0.15.0.ebuild deleted file mode 100644 index 2fef544a8c28..000000000000 --- a/dev-python/pyphen/pyphen-0.15.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python module for hyphenation using hunspell dictionaries" -HOMEPAGE=" - https://github.com/Kozea/Pyphen/ - https://pypi.org/project/pyphen/ -" - -LICENSE="GPL-2+ LGPL-2+ MPL-1.1" -SLOT="0" -KEYWORDS="amd64 arm64 ~riscv x86" - -distutils_enable_tests pytest - -python_test() { - epytest -o addopts= -}