Gentoo Archives: gentoo-commits

From: Samuel Bernardo <samuelbernardo.mail@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/ssnb:master commit in: dev-python/snooty-lextudio/
Date: Thu, 15 Apr 2021 19:53:36
Message-Id: 1618516385.a5d5233686e382d36d968fec0ef3d78e0ec784b6.samuelbernardo@gentoo
1 commit: a5d5233686e382d36d968fec0ef3d78e0ec784b6
2 Author: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
3 AuthorDate: Thu Apr 15 19:53:05 2021 +0000
4 Commit: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
5 CommitDate: Thu Apr 15 19:53:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=a5d52336
7
8 Add missing dependencies to snooty-lextudio
9
10 Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>
11
12 dev-python/snooty-lextudio/Manifest | 2 +-
13 dev-python/snooty-lextudio/snooty-lextudio-1.8.10.ebuild | 7 ++++++-
14 2 files changed, 7 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/snooty-lextudio/Manifest b/dev-python/snooty-lextudio/Manifest
17 index 03ef33e..9fde4eb 100644
18 --- a/dev-python/snooty-lextudio/Manifest
19 +++ b/dev-python/snooty-lextudio/Manifest
20 @@ -1,3 +1,3 @@
21 DIST snooty-lextudio-1.8.10.dev0.tar.gz 4302086 BLAKE2B 76b3a956e6dbea3cbc627905bdae00b0fce9e94932321df739efd72a5578ddf189a46c588348bd5a2a570a8140e393ecf060b1ca619cb289b2def7fff3a59789 SHA512 75454c45d64e5816be3d31963be72378eab3c8c7f8fab827e5d89184eab702afdb92ff0141a65a90597be7d15b76ec4dce0ba80f7cea6f0d4c008c7ff739d0c3
22 -EBUILD snooty-lextudio-1.8.10.ebuild 1012 BLAKE2B 3c996894f80cbb3e976b6920a0cf501069408dd51d1e58f38f5e8d2bf58cbfacd52887af921255acea41b9ca7e173fddc26a6486c592fe1ecd3a043ad7e36061 SHA512 90e765b8e33cdc1889352ef5da579b6774fcf8547fe22b54b4ce7680af503f67439f03a5dcbeb0025a4cbfaf758e4bd88ec323d289188a51b4744139d8eb96bf
23 +EBUILD snooty-lextudio-1.8.10.ebuild 1162 BLAKE2B e725368bb55fe70f56c431ba91687cdea16614aa322c758eee9c442f52e9bcee226e02b9e5a0674d9fe4f78ef9ead664a9d80c642970918764b744b21a92cee7 SHA512 5ecdf3c8f3a7bb69e5b4d7cb700f235d56be35188b3e602d38bf10fa9fbe4d8fb1bccadf471c0fc3ad7d121d01a739ebed9ce3a6a7f16edfe47c9bfa411c84d4
24 MISC metadata.xml 500 BLAKE2B 540681edf880e47c715fc415ac72ff8accd39c7bc65f31037d582b03fd50677113f35eb1fdb403ba7f236f587fcd5fdbef7d2e416275ac8ef77b93ebd4fe565b SHA512 b9f41ea3e722615e978af9e3769eb9f390a0f1e134ef67791177ac5115a32303cf29f28b0fdcb0d07a15749a2b9e5643e17caf771757ea94285ccbd3c2495356
25
26 diff --git a/dev-python/snooty-lextudio/snooty-lextudio-1.8.10.ebuild b/dev-python/snooty-lextudio/snooty-lextudio-1.8.10.ebuild
27 index 64b8228..ea04719 100644
28 --- a/dev-python/snooty-lextudio/snooty-lextudio-1.8.10.ebuild
29 +++ b/dev-python/snooty-lextudio/snooty-lextudio-1.8.10.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 +# Copyright 1999-2021 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=7
36 @@ -17,6 +17,10 @@ KEYWORDS="~amd64"
37
38 RDEPEND="
39 dev-python/docutils[${PYTHON_USEDEP}]
40 + dev-python/pymongo[${PYTHON_USEDEP}]
41 + dev-python/toml[${PYTHON_USEDEP}]
42 + dev-python/watchdog[${PYTHON_USEDEP}]
43 + dev-python/docopt[${PYTHON_USEDEP}]
44 "
45 BDEPEND="
46 >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
47 @@ -38,3 +42,4 @@ python_test() {
48 pytest -vv --ignore=rst --override-ini="addopts=--doctest-modules" \
49 || die "tests failed with ${EPYTHON}"
50 }
51 +