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 55446158094 for ; Fri, 29 Jul 2022 18:02:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4368EE10FF; Fri, 29 Jul 2022 18:02:47 +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 14A15E10FE for ; Fri, 29 Jul 2022 18:02:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C1816341021 for ; Fri, 29 Jul 2022 18:02:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FDEC55A for ; Fri, 29 Jul 2022 18:02:43 +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: <1659117758.49e93aa0faa99b8977f9a1f3c3cea99a5e945ba0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/manuel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/manuel/Manifest dev-python/manuel/manuel-1.11.2.ebuild X-VCS-Directories: dev-python/manuel/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 49e93aa0faa99b8977f9a1f3c3cea99a5e945ba0 X-VCS-Branch: master Date: Fri, 29 Jul 2022 18:02:43 +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: b763f1b6-0e00-4440-8a74-b6d19bf1fee5 X-Archives-Hash: 6fd35cfee6a6dbccb5bdf0e46388d106 commit: 49e93aa0faa99b8977f9a1f3c3cea99a5e945ba0 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 29 17:58:18 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 29 18:02:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e93aa0 dev-python/manuel: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/manuel/Manifest | 1 - dev-python/manuel/manuel-1.11.2.ebuild | 37 ---------------------------------- 2 files changed, 38 deletions(-) diff --git a/dev-python/manuel/Manifest b/dev-python/manuel/Manifest index 4a94990aabb3..46991793c680 100644 --- a/dev-python/manuel/Manifest +++ b/dev-python/manuel/Manifest @@ -1,2 +1 @@ -DIST manuel-1.11.2.tar.gz 51846 BLAKE2B 0650c9db757a7e8bd0ba12dcdfda8ff071107d460fab7d24715796e477960ebe41375a10cd83a1c7881c76e6fa1e7cdd5cda383be75adffeea7e1cd6d763df13 SHA512 bbfd3ca58ccb0fb40ecbf54a5be0e73989e93ec026b8c686a7ef4e746c650ffed6f2fc5f119fe58e7c13a4a13cacb8c568384a69b1068413ab6bd6f01664a72f DIST manuel-1.12.4.tar.gz 45369 BLAKE2B e15f9261854fbad8ee1e1dc8645ec286a212c460a78fff1576b6886d8bf462ffe9a5484338fd9efc2bf053a7689e16b08de55f763ae319e66a363c5c28cf2a60 SHA512 cd65307f2ca94e66d88bc0c7c75702d49f505b358ebb812fd20906036ba10f2d1d11d2d69404b88c5f10b584dea05a988b5dc8ba07210b9d20ebd8a11b701633 diff --git a/dev-python/manuel/manuel-1.11.2.ebuild b/dev-python/manuel/manuel-1.11.2.ebuild deleted file mode 100644 index 174420a9eaf2..000000000000 --- a/dev-python/manuel/manuel-1.11.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Lets you mix and match traditional doctests with custom test syntax" -HOMEPAGE=" - https://github.com/benji-york/manuel/ - https://pypi.org/project/manuel/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/zope-testing[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests setup.py - -src_prepare() { - # unused rdep - sed -i -e "/'setuptools'/d" setup.py || die - distutils-r1_src_prepare -}