From 963f1ad43cabf5079eb61c9eda0124467df5073a Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Tue, 31 May 2022 11:30:01 +0500 Subject: [PATCH] dev-python/sphinxcontrib-napoleon: treeclean Closes: https://bugs.gentoo.org/848339 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/sphinxcontrib-napoleon/Manifest | 1 - .../sphinxcontrib-napoleon/metadata.xml | 6 ---- .../sphinxcontrib-napoleon-0.7.ebuild | 29 ------------------- 3 files changed, 36 deletions(-) delete mode 100644 dev-python/sphinxcontrib-napoleon/Manifest delete mode 100644 dev-python/sphinxcontrib-napoleon/metadata.xml delete mode 100644 dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7.ebuild diff --git a/dev-python/sphinxcontrib-napoleon/Manifest b/dev-python/sphinxcontrib-napoleon/Manifest deleted file mode 100644 index fdfb3f5ec8..0000000000 --- a/dev-python/sphinxcontrib-napoleon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphinxcontrib-napoleon-0.7.tar.gz 21232 BLAKE2B c64433a9e42d7f68ffca0f3d45e927a10ff8a67e47d0d05f19614c1625db29633774155a9ddb48fb1a32fe04710ecb597fc13b393738afb7266afc6e62526346 SHA512 000fc00b21148ed38b3f0beed5163e232f50642369641a940fd77b30c3c426d799144b3e1c7fbc4dd86b5b1f526656b56be7d77239d4cd3a14dd93178c0e13f8 diff --git a/dev-python/sphinxcontrib-napoleon/metadata.xml b/dev-python/sphinxcontrib-napoleon/metadata.xml deleted file mode 100644 index a0a60d7147..0000000000 --- a/dev-python/sphinxcontrib-napoleon/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7.ebuild b/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7.ebuild deleted file mode 100644 index dff18f720a..0000000000 --- a/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_8 ) - -inherit distutils-r1 - -DESCRIPTION="Allow a different format in dosctrings for better clarity" -HOMEPAGE="https://sphinxcontrib-napoleon.readthedocs.io/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/sphinx[${PYTHON_USEDEP}] -" -DEPEND=" - dev-python/pockets[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" - -python_install_all() { - distutils-r1_python_install_all - find "${ED}" -name '*.pth' -delete || die -}