Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-trio/
Date: Wed, 06 May 2020 17:28:57
Message-Id: 1588785385.f45b3462748ed9102c0dcdd49c1e7331dd906707.andrewammerlaan@gentoo
1 commit: f45b3462748ed9102c0dcdd49c1e7331dd906707
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Wed May 6 17:16:25 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed May 6 17:16:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f45b3462
7
8 dev-python/sphinxcontrib-trio: version bump
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/sphinxcontrib-trio/Manifest | 2 +-
14 ...{sphinxcontrib-trio-1.1.1.ebuild => sphinxcontrib-trio-1.1.2.ebuild} | 1 +
15 2 files changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/sphinxcontrib-trio/Manifest b/dev-python/sphinxcontrib-trio/Manifest
18 index 643a401..4a31a93 100644
19 --- a/dev-python/sphinxcontrib-trio/Manifest
20 +++ b/dev-python/sphinxcontrib-trio/Manifest
21 @@ -1 +1 @@
22 -DIST sphinxcontrib-trio-1.1.1.tar.gz 23936 BLAKE2B c26005c49fb8cb5844f7097f13a15824024b129e1aad0f9521a0a56f38ead23bec2a5d489340f822eaef69199315eb4baabadee2bdeab2671c9d4b9265ee7d50 SHA512 2079cd44687f89331fd24ea99f34f267d70398d88b4bdae70aa799e660d49bb52084115eff8004ceebe7f613e223092a66d86b92ffd71341d2f48a36a39969df
23 +DIST sphinxcontrib-trio-1.1.2.tar.gz 24131 BLAKE2B 5ddaf5ed6c85905275e206fdd966745ce4dd7296595c488864df291cb7202725ccab722f306dd9d6c27d660f5cb3e43bf9ab2fe50e8aa5a7232c2615dddbdfd0 SHA512 cb90f37f463fbdd3f810eb6d76b4bdaaabe83317de0ad747fcee55980849d691e272884ecdfcbee58851cf536f268f2520caba281d7550fe3250e92c69164434
24
25 diff --git a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.1.ebuild b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
26 similarity index 94%
27 rename from dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.1.ebuild
28 rename to dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
29 index c8ebdc5..691a936 100644
30 --- a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.1.ebuild
31 +++ b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
32 @@ -21,6 +21,7 @@ SLOT="0"
33 RDEPEND="<=dev-python/sphinx-3[${PYTHON_USEDEP}]"
34
35 DEPEND="test? (
36 + dev-python/async_generator[${PYTHON_USEDEP}]
37 dev-python/contextlib2[${PYTHON_USEDEP}]
38 dev-python/cssselect[${PYTHON_USEDEP}]
39 dev-python/lxml[${PYTHON_USEDEP}] )"