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 D9544158089 for ; Sun, 5 Nov 2023 20:58:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 536D02BC03F; Sun, 5 Nov 2023 20:58:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3D00A2BC03F for ; Sun, 5 Nov 2023 20:58:14 +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 791E9335D31 for ; Sun, 5 Nov 2023 20:58:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A425A131F for ; Sun, 5 Nov 2023 20:58:09 +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: <1699217874.75097346c07791675ba5be5f0a3b6665ecac92d5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/texttable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/texttable/Manifest dev-python/texttable/texttable-1.6.7.ebuild X-VCS-Directories: dev-python/texttable/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 75097346c07791675ba5be5f0a3b6665ecac92d5 X-VCS-Branch: master Date: Sun, 5 Nov 2023 20:58:09 +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: eef94a4c-b143-4281-b93d-4fcd8d3dd8e2 X-Archives-Hash: 4c74428c0e83ebf7ad86668c30a36f57 commit: 75097346c07791675ba5be5f0a3b6665ecac92d5 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 5 20:23:53 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 5 20:57:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75097346 dev-python/texttable: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/texttable/Manifest | 1 - dev-python/texttable/texttable-1.6.7.ebuild | 37 ----------------------------- 2 files changed, 38 deletions(-) diff --git a/dev-python/texttable/Manifest b/dev-python/texttable/Manifest index ed6425d0f4f6..4336e9355516 100644 --- a/dev-python/texttable/Manifest +++ b/dev-python/texttable/Manifest @@ -1,2 +1 @@ -DIST texttable-1.6.7.gh.tar.gz 11698 BLAKE2B e34f5d6b49de379493697638305b428a1921b93ad95902334f8315263657f4570f6c3770f99bd0fbbce7be29c73f9638922f2c0b19df137a9fde425170d3b0e3 SHA512 204dcad0d2438dab8880088d1ea6ab1d0a5d81348294547a6967938bf8e1c27a6c5f91c59c2fe22ce8d1266d7efdb165749e0aebc738644215ab9b1d5a28c419 DIST texttable-1.7.0.gh.tar.gz 11928 BLAKE2B 7f8ae7b7c249d72dcc6b75ee78128bfe46f49b4ca8612a6fc23967f19b6f5ac1fd5e8ebf1b53734cfb7e067c8ee06e2b15dec8be58b0186bfbef8379d0d87464 SHA512 30b99abe0448fd4ab7a0ef70f5762a388978c2c09acd843e0a669a7870b6b73df8bc638e94853d77186df104bfa2d689f8b72d11df90b6844355ae0b38f6e549 diff --git a/dev-python/texttable/texttable-1.6.7.ebuild b/dev-python/texttable/texttable-1.6.7.ebuild deleted file mode 100644 index cff5af49ce11..000000000000 --- a/dev-python/texttable/texttable-1.6.7.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 optfeature - -DESCRIPTION="Module to create simple ASCII tables" -HOMEPAGE=" - https://github.com/foutaise/texttable/ - https://pypi.org/project/texttable/ -" -SRC_URI=" - https://github.com/foutaise/texttable/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm64 x86" - -RDEPEND=" - dev-python/wcwidth[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - epytest tests.py -} - -pkg_postinst() { - optfeature "better wrapping of CJK text" dev-python/cjkwrap -}