Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/radicale/
Date: Sun, 06 Feb 2022 08:50:54
Message-Id: 1644137431.3ce63c56c1f8952ad7cc7d3da489aa4ab1f2404a.juippis@gentoo
1 commit: 3ce63c56c1f8952ad7cc7d3da489aa4ab1f2404a
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 6 08:49:04 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 6 08:50:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce63c56
7
8 www-apps/radicale: minor ebuild enhancements for 3.1.4
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 www-apps/radicale/radicale-3.1.4.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/www-apps/radicale/radicale-3.1.4.ebuild b/www-apps/radicale/radicale-3.1.4.ebuild
16 index 342958f23b79..de12724cd7bf 100644
17 --- a/www-apps/radicale/radicale-3.1.4.ebuild
18 +++ b/www-apps/radicale/radicale-3.1.4.ebuild
19 @@ -3,8 +3,7 @@
20
21 EAPI=8
22
23 -DISTUTILS_USE_SETUPTOOLS=rdepend
24 -PYTHON_COMPAT=( python3_{8,9,10} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 inherit distutils-r1 systemd
28
29 @@ -36,6 +35,8 @@ BDEPEND="
30 )
31 "
32
33 +distutils_enable_tests --install pytest
34 +
35 S="${WORKDIR}/${MY_P}"
36
37 RDIR=/var/lib/"${PN}"
38 @@ -47,8 +48,6 @@ src_prepare() {
39 distutils-r1_src_prepare
40 }
41
42 -distutils_enable_tests --install pytest
43 -
44 python_test() {
45 epytest radicale/tests/
46 }