Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxcontrib-napoleon/
Date: Tue, 31 May 2022 07:27:08
Message-Id: 1653982007.963f1ad43cabf5079eb61c9eda0124467df5073a.cybertailor@gentoo
1 commit: 963f1ad43cabf5079eb61c9eda0124467df5073a
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Tue May 31 06:30:01 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Tue May 31 07:26:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=963f1ad4
7
8 dev-python/sphinxcontrib-napoleon: treeclean
9
10 Closes: https://bugs.gentoo.org/848339
11 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
12
13 dev-python/sphinxcontrib-napoleon/Manifest | 1 -
14 dev-python/sphinxcontrib-napoleon/metadata.xml | 6 -----
15 .../sphinxcontrib-napoleon-0.7.ebuild | 29 ----------------------
16 3 files changed, 36 deletions(-)
17
18 diff --git a/dev-python/sphinxcontrib-napoleon/Manifest b/dev-python/sphinxcontrib-napoleon/Manifest
19 deleted file mode 100644
20 index fdfb3f5ec..000000000
21 --- a/dev-python/sphinxcontrib-napoleon/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST sphinxcontrib-napoleon-0.7.tar.gz 21232 BLAKE2B c64433a9e42d7f68ffca0f3d45e927a10ff8a67e47d0d05f19614c1625db29633774155a9ddb48fb1a32fe04710ecb597fc13b393738afb7266afc6e62526346 SHA512 000fc00b21148ed38b3f0beed5163e232f50642369641a940fd77b30c3c426d799144b3e1c7fbc4dd86b5b1f526656b56be7d77239d4cd3a14dd93178c0e13f8
25
26 diff --git a/dev-python/sphinxcontrib-napoleon/metadata.xml b/dev-python/sphinxcontrib-napoleon/metadata.xml
27 deleted file mode 100644
28 index a0a60d714..000000000
29 --- a/dev-python/sphinxcontrib-napoleon/metadata.xml
30 +++ /dev/null
31 @@ -1,6 +0,0 @@
32 -<?xml version="1.0" encoding="UTF-8"?>
33 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 -
35 -<pkgmetadata>
36 - <!-- maintainer-needed -->
37 -</pkgmetadata>
38
39 diff --git a/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7.ebuild b/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7.ebuild
40 deleted file mode 100644
41 index dff18f720..000000000
42 --- a/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7.ebuild
43 +++ /dev/null
44 @@ -1,29 +0,0 @@
45 -# Copyright 1999-2020 Gentoo Authors
46 -# Distributed under the terms of the GNU General Public License v2
47 -
48 -EAPI=7
49 -
50 -PYTHON_COMPAT=( python3_8 )
51 -
52 -inherit distutils-r1
53 -
54 -DESCRIPTION="Allow a different format in dosctrings for better clarity"
55 -HOMEPAGE="https://sphinxcontrib-napoleon.readthedocs.io/"
56 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
57 -
58 -LICENSE="BSD"
59 -SLOT="0"
60 -KEYWORDS="~amd64 ~x86"
61 -
62 -RDEPEND="
63 - dev-python/sphinx[${PYTHON_USEDEP}]
64 -"
65 -DEPEND="
66 - dev-python/pockets[${PYTHON_USEDEP}]
67 - dev-python/six[${PYTHON_USEDEP}]
68 -"
69 -
70 -python_install_all() {
71 - distutils-r1_python_install_all
72 - find "${ED}" -name '*.pth' -delete || die
73 -}