Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-bibtex/
Date: Fri, 03 Sep 2021 07:32:24
Message-Id: 1630654321.409f0777d87dfd22d221dec87c5069a77ddc3988.arthurzam@gentoo
1 commit: 409f0777d87dfd22d221dec87c5069a77ddc3988
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 3 06:53:42 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 3 07:32:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409f0777
7
8 dev-python/sphinxcontrib-bibtex: drop 2.2.0, 2.2.1
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/sphinxcontrib-bibtex/Manifest | 2 --
13 .../sphinxcontrib-bibtex-2.2.0.ebuild | 35 ----------------------
14 .../sphinxcontrib-bibtex-2.2.1.ebuild | 31 -------------------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/dev-python/sphinxcontrib-bibtex/Manifest b/dev-python/sphinxcontrib-bibtex/Manifest
18 index 4a10883128a..8a3ed968d47 100644
19 --- a/dev-python/sphinxcontrib-bibtex/Manifest
20 +++ b/dev-python/sphinxcontrib-bibtex/Manifest
21 @@ -1,3 +1 @@
22 -DIST sphinxcontrib-bibtex-2.2.0.tar.gz 96027 BLAKE2B 77ca45e36f1730fa6992cfe41763a34e2a0bcdc99c520412591be3c219dcb7a8af240cc74d08c260548475b88b6cfba24b82e7bad2ab21b24c0e9cb62590792a SHA512 fa78d35f04825f841f757e2708d0ebbd3617a7bf20a893249eaee7e435ff2880ffc8bd23608356904ce41fc11d7fd49bab20f3da501d4a217593c52d99caebaa
23 -DIST sphinxcontrib-bibtex-2.2.1.tar.gz 96251 BLAKE2B 3ff2ad5b7a37535177c19ba82cf53bd3a57e9f143f9157a7c5be6fd72b5c402893c172e9d902b2e12ac527833c742c3ffed81ee3407eb48fcf2937eadc3aab3b SHA512 c34199cc5180dbd8b804daf4ca1bcd830605b9620a44312c632fd9313ad87ab495b6e134f5042167daefa36c5295f61c03ee90b69396f746bc6ec7bfa182a69b
24 DIST sphinxcontrib-bibtex-2.3.0.tar.gz 100159 BLAKE2B 96c9ebf48f11354ea3978a053828f9290457aff4fa1f0bb3d9f94bfe6fb5d5463f83bb12004f22bf8e34a517393848482a27d6754c682d25a0de64c3c7d06ecc SHA512 84652cfc7ad19ad5cdc1dba9a8aa7f835c5c95850a8e941067fd79b6b271733a63a1ba457a59e18156737888c2f42350b7fe0cf2d55ea478629b74b00d14f908
25
26 diff --git a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.2.0.ebuild b/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.2.0.ebuild
27 deleted file mode 100644
28 index 3c3e2d33175..00000000000
29 --- a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.2.0.ebuild
30 +++ /dev/null
31 @@ -1,35 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7..9} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Sphinx extensions for BibTeX style citations"
42 -HOMEPAGE="https://github.com/mcmtroffaes/sphinxcontrib-bibtex"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -
49 -RDEPEND="
50 - dev-python/oset[${PYTHON_USEDEP}]
51 - dev-python/pybtex[${PYTHON_USEDEP}]
52 - dev-python/pybtex-docutils[${PYTHON_USEDEP}]
53 - dev-python/sphinx[${PYTHON_USEDEP}]
54 -"
55 -
56 -distutils_enable_tests pytest
57 -distutils_enable_sphinx doc
58 -
59 -python_test() {
60 - pytest -vv test || die "Tests failed with ${EPYTHON}"
61 -}
62 -
63 -python_install_all() {
64 - distutils-r1_python_install_all
65 - find "${D}" -name '*.pth' -delete || die
66 -}
67
68 diff --git a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.2.1.ebuild b/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.2.1.ebuild
69 deleted file mode 100644
70 index 4a4e2dccdd1..00000000000
71 --- a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.2.1.ebuild
72 +++ /dev/null
73 @@ -1,31 +0,0 @@
74 -# Copyright 1999-2021 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=7
78 -
79 -PYTHON_COMPAT=( python3_{7..9} )
80 -
81 -inherit distutils-r1
82 -
83 -DESCRIPTION="Sphinx extensions for BibTeX style citations"
84 -HOMEPAGE="https://github.com/mcmtroffaes/sphinxcontrib-bibtex"
85 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
86 -
87 -LICENSE="BSD"
88 -SLOT="0"
89 -KEYWORDS="~amd64 ~x86"
90 -
91 -RDEPEND="
92 - dev-python/oset[${PYTHON_USEDEP}]
93 - dev-python/pybtex[${PYTHON_USEDEP}]
94 - dev-python/pybtex-docutils[${PYTHON_USEDEP}]
95 - dev-python/sphinx[${PYTHON_USEDEP}]
96 -"
97 -
98 -distutils_enable_tests pytest
99 -distutils_enable_sphinx doc
100 -
101 -python_install_all() {
102 - distutils-r1_python_install_all
103 - find "${D}" -name '*.pth' -delete || die
104 -}