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 5ACE61382C5 for ; Mon, 18 Jan 2021 14:55:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A61FEE07DB; Mon, 18 Jan 2021 14:55:54 +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 89750E07DB for ; Mon, 18 Jan 2021 14:55:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8205B340A9D for ; Mon, 18 Jan 2021 14:55:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3815F487 for ; Mon, 18 Jan 2021 14:55:52 +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: <1610981737.269b995a1167afc1d4f67cde47124e9055186588.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyenchant/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyenchant/Manifest dev-python/pyenchant/pyenchant-3.1.0.ebuild X-VCS-Directories: dev-python/pyenchant/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 269b995a1167afc1d4f67cde47124e9055186588 X-VCS-Branch: master Date: Mon, 18 Jan 2021 14:55:52 +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: 729c9946-5198-4ee8-92de-1fd140eb62a6 X-Archives-Hash: c42a9b786027fbbb597e53e6ee863c4c commit: 269b995a1167afc1d4f67cde47124e9055186588 Author: Michał Górny gentoo org> AuthorDate: Mon Jan 18 14:55:37 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 18 14:55:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=269b995a dev-python/pyenchant: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pyenchant/Manifest | 1 - dev-python/pyenchant/pyenchant-3.1.0.ebuild | 32 ----------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-python/pyenchant/Manifest b/dev-python/pyenchant/Manifest index fdf9ceeef8e..1bc292c0542 100644 --- a/dev-python/pyenchant/Manifest +++ b/dev-python/pyenchant/Manifest @@ -1,2 +1 @@ -DIST pyenchant-3.1.0.gh.tar.gz 75012 BLAKE2B dde78c4f8e986be7e7b4f82979bc446d68a88c3289d472948bb704120fb0dfc3064b8fd46b1883724b0084eefb9e52dfd522bcda290ed5e7a99ae62c948f828c SHA512 d2bf872c15fca1e2c1aa8de06a9ee2c0e6128a69f728383ae9b91fb0ead2d66f804388671cc8156716e240548c29da41eb6c0678dd889012009c690bd078a7de DIST pyenchant-3.2.0.gh.tar.gz 75395 BLAKE2B bff9d4d5038252473fd7673758ecf1304f74f96514d984f5b6cd052042d0b2cf6fe2e149e3675777899107794c9d2fe1c630e87b031f38512ed2499ee1053f34 SHA512 63ca44aea9e7af3fecf554dc6156513c42d278a92170bd6b88b71a737def2e9fe7f7d2ecafd5fea2b860b4d5de55c9e8a6e4b30a58d6f28533bba71cc407850c diff --git a/dev-python/pyenchant/pyenchant-3.1.0.ebuild b/dev-python/pyenchant/pyenchant-3.1.0.ebuild deleted file mode 100644 index b128cfe80b2..00000000000 --- a/dev-python/pyenchant/pyenchant-3.1.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{6..9} ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings for the Enchant spellchecking system" -HOMEPAGE="https://github.com/pyenchant/pyenchant - https://pypi.org/project/pyenchant/" -SRC_URI=" - https://github.com/pyenchant/pyenchant/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" - -RDEPEND="app-text/enchant:*" -BDEPEND=" - test? ( - app-dicts/myspell-en - )" - -distutils_enable_tests pytest - -src_prepare() { - rm tests/test_docstrings.py || die - distutils-r1_src_prepare -}