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 106D51581C1 for ; Sat, 13 Jul 2024 09:48:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2969E2BCC; Sat, 13 Jul 2024 09:48:16 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73D08E2BBA for ; Sat, 13 Jul 2024 09:48:16 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EC6E343009 for ; Sat, 13 Jul 2024 09:48:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA7AE1E1D for ; Sat, 13 Jul 2024 09:48:13 +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: <1720863948.51a46b072e99dea5038c6bd371990631cfd14959.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doc8/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/doc8/doc8-1.1.1.ebuild X-VCS-Directories: dev-python/doc8/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 51a46b072e99dea5038c6bd371990631cfd14959 X-VCS-Branch: master Date: Sat, 13 Jul 2024 09:48:13 +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: 5b960851-2ad8-4ee4-b2d3-21251066d914 X-Archives-Hash: 9f026efa0d48602606307f4c071c6f60 commit: 51a46b072e99dea5038c6bd371990631cfd14959 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 13 09:45:48 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 13 09:45:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a46b07 dev-python/doc8: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/doc8/doc8-1.1.1.ebuild | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/dev-python/doc8/doc8-1.1.1.ebuild b/dev-python/doc8/doc8-1.1.1.ebuild deleted file mode 100644 index 99524e85d3e3..000000000000 --- a/dev-python/doc8/doc8-1.1.1.ebuild +++ /dev/null @@ -1,33 +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 pypi - -DESCRIPTION="Style checker for Sphinx (or other) RST documentation" -HOMEPAGE=" - https://pypi.org/project/doc8/ - https://github.com/PyCQA/doc8/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 x86" - -RDEPEND=" - =dev-python/restructuredtext-lint-0.7[${PYTHON_USEDEP}] - dev-python/stevedore[${PYTHON_USEDEP}] - dev-python/tomli[${PYTHON_USEDEP}] -" -# setuptools_scm_git_archive is not actually needed here -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest