Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/graphite-web/
Date: Sat, 09 May 2020 10:27:36
Message-Id: 1589020046.8572bec1b953cb0fbdf348097b62b140208500cc.grobian@gentoo
1 commit: 8572bec1b953cb0fbdf348097b62b140208500cc
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 9 10:27:19 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat May 9 10:27:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8572bec1
7
8 net-analyzer/graphite-web-1.1.5-r1: add support for Python-3.7
9
10 Drop dep on scandir, as the built-in version from Python-3.5+ is tried
11 first, so we don't need the dep (which additionally doesn't support
12 Python-3.8 yet).
13
14 Can't add support for Python-3.8 due to python-memcached.
15
16 Bug: https://bugs.gentoo.org/718418
17 Package-Manager: Portage-2.3.89, Repoman-2.3.20
18 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
19
20 net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild | 3 +--
21 1 file changed, 1 insertion(+), 2 deletions(-)
22
23 diff --git a/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild b/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild
24 index 3d688856dc8..35eb0f1c76f 100644
25 --- a/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild
26 +++ b/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild
27 @@ -2,7 +2,7 @@
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 -PYTHON_COMPAT=( python3_6 ) # 3.{7,8} dropped due to dep-hell
32 +PYTHON_COMPAT=( python3_{6,7} ) # 3.8 dropped due to dep on python-memcached
33
34 inherit distutils-r1 prefix
35
36 @@ -27,7 +27,6 @@ RDEPEND="
37 dev-python/cairocffi[${PYTHON_USEDEP}]
38 dev-python/pyparsing[${PYTHON_USEDEP}]
39 dev-python/pytz[${PYTHON_USEDEP}]
40 - dev-python/scandir[${PYTHON_USEDEP}]
41 dev-python/six[${PYTHON_USEDEP}]
42 dev-python/urllib3[${PYTHON_USEDEP}]
43 media-libs/fontconfig