Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-bibtex/
Date: Tue, 26 Apr 2022 19:01:23
Message-Id: 1650999676.7967bd158d52ea93eb01df19cec2000683bdb92c.mgorny@gentoo
1 commit: 7967bd158d52ea93eb01df19cec2000683bdb92c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 18:58:49 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 19:01:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7967bd15
7
8 dev-python/sphinxcontrib-bibtex: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sphinxcontrib-bibtex/Manifest | 2 --
13 .../sphinxcontrib-bibtex-2.3.0.ebuild | 29 -----------------
14 .../sphinxcontrib-bibtex-2.4.1.ebuild | 38 ----------------------
15 3 files changed, 69 deletions(-)
16
17 diff --git a/dev-python/sphinxcontrib-bibtex/Manifest b/dev-python/sphinxcontrib-bibtex/Manifest
18 index 3aa28c8d2a8c..6b2af5ac532d 100644
19 --- a/dev-python/sphinxcontrib-bibtex/Manifest
20 +++ b/dev-python/sphinxcontrib-bibtex/Manifest
21 @@ -1,3 +1 @@
22 -DIST sphinxcontrib-bibtex-2.3.0.tar.gz 100159 BLAKE2B 96c9ebf48f11354ea3978a053828f9290457aff4fa1f0bb3d9f94bfe6fb5d5463f83bb12004f22bf8e34a517393848482a27d6754c682d25a0de64c3c7d06ecc SHA512 84652cfc7ad19ad5cdc1dba9a8aa7f835c5c95850a8e941067fd79b6b271733a63a1ba457a59e18156737888c2f42350b7fe0cf2d55ea478629b74b00d14f908
23 -DIST sphinxcontrib-bibtex-2.4.1.tar.gz 108355 BLAKE2B 2ebe53186b7bbf6ef5e09f05e3586b3a2d126978ef87a023f577cb9768621ceea8eaba8be3d03f55d3c7cd0cd7682c598cf141468129866fb7ac9f08ed0e9245 SHA512 9f323379d2626837dc199ac6c63c555eef8a9fa7c1b215f68d5f2c2769ff4027a027c1a46abe9b09aadf87144ddb22e08aaa47838183a82ff0e12fbd91a5334a
24 DIST sphinxcontrib-bibtex-2.4.2.tar.gz 284061 BLAKE2B 06d9a868da621cca522c45998ce5f28a5aafc501127760c494e9e796d807800cccf3ee0cace7f4b824a00a76e8dd80e77d0ac5e037f2eaebbeec2ce4ea2ead70 SHA512 52d47bf0a20ef13f29b712bbe66cbcb98bd9531b8032a847375ff23180368decc3f89c2323b9ccff77c9bc9fdada63c521a81da6b701533973fcf627c2672e82
25
26 diff --git a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.3.0.ebuild b/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.3.0.ebuild
27 deleted file mode 100644
28 index af2d6449a82a..000000000000
29 --- a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.3.0.ebuild
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Sphinx extensions for BibTeX style citations"
41 -HOMEPAGE="https://github.com/mcmtroffaes/sphinxcontrib-bibtex"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -
48 -RDEPEND="
49 - dev-python/pybtex[${PYTHON_USEDEP}]
50 - dev-python/pybtex-docutils[${PYTHON_USEDEP}]
51 - dev-python/sphinx[${PYTHON_USEDEP}]
52 -"
53 -
54 -distutils_enable_tests pytest
55 -distutils_enable_sphinx doc
56 -
57 -python_install_all() {
58 - distutils-r1_python_install_all
59 - find "${D}" -name '*.pth' -delete || die
60 -}
61
62 diff --git a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.4.1.ebuild b/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.4.1.ebuild
63 deleted file mode 100644
64 index 11d9bca95067..000000000000
65 --- a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.4.1.ebuild
66 +++ /dev/null
67 @@ -1,38 +0,0 @@
68 -# Copyright 1999-2021 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=8
72 -
73 -PYTHON_COMPAT=( python3_{8..10} )
74 -inherit distutils-r1
75 -
76 -DESCRIPTION="Sphinx extensions for BibTeX style citations"
77 -HOMEPAGE="https://github.com/mcmtroffaes/sphinxcontrib-bibtex"
78 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
79 -
80 -LICENSE="BSD"
81 -SLOT="0"
82 -KEYWORDS="~amd64 ~x86"
83 -
84 -RDEPEND="
85 - dev-python/docutils[${PYTHON_USEDEP}]
86 - dev-python/pybtex[${PYTHON_USEDEP}]
87 - dev-python/pybtex-docutils[${PYTHON_USEDEP}]
88 - dev-python/sphinx[${PYTHON_USEDEP}]
89 -"
90 -
91 -distutils_enable_tests --install pytest
92 -distutils_enable_sphinx doc
93 -
94 -python_prepare_all() {
95 - # pybtex.plugin.PluginNotFound: plugin pybtex.style.names.last not found
96 - # This particular style seems to be removed?
97 - rm test/test_citation.py test/test_footcite.py test/test_style.py || die
98 -
99 - distutils-r1_python_prepare_all
100 -}
101 -
102 -python_install_all() {
103 - distutils-r1_python_install_all
104 - find "${D}" -name '*.pth' -delete || die
105 -}