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/diskcache/
Date: Tue, 30 Nov 2021 20:36:57
Message-Id: 1638304597.ad1167a7fd27aa7f33ff814a5f519477ff184bc1.mgorny@gentoo
1 commit: ad1167a7fd27aa7f33ff814a5f519477ff184bc1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 30 20:36:37 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 30 20:36:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1167a7
7
8 dev-python/diskcache: Fix variable order
9
10 Closes: https://bugs.gentoo.org/827916
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/diskcache/diskcache-5.3.0.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/diskcache/diskcache-5.3.0.ebuild b/dev-python/diskcache/diskcache-5.3.0.ebuild
17 index dc919174075d..d80cb066da0b 100644
18 --- a/dev-python/diskcache/diskcache-5.3.0.ebuild
19 +++ b/dev-python/diskcache/diskcache-5.3.0.ebuild
20 @@ -20,14 +20,14 @@ LICENSE="Apache-2.0"
21 SLOT="0"
22 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
23
24 -distutils_enable_sphinx docs
25 -distutils_enable_tests pytest
26 -
27 BDEPEND="
28 test? (
29 dev-python/django[${PYTHON_USEDEP}]
30 )"
31
32 +distutils_enable_sphinx docs
33 +distutils_enable_tests pytest
34 +
35 EPYTEST_DESELECT=(
36 # TODO
37 tests/test_djangocache.py::DiskCacheTests::test_get_or_set_callable_returning_none