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: Fri, 06 Mar 2020 07:36:20
Message-Id: 1583480161.6b116a0dc9c0f424756c05d1f4b583c233981f3a.grobian@gentoo
1 commit: 6b116a0dc9c0f424756c05d1f4b583c233981f3a
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 6 07:36:01 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 6 07:36:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b116a0d
7
8 net-analyzer/graphite-web: update django deps now we're py3 only
9
10 Closes: https://bugs.gentoo.org/711626
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 .../{graphite-web-1.1.5.ebuild => graphite-web-1.1.5-r1.ebuild} | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/net-analyzer/graphite-web/graphite-web-1.1.5.ebuild b/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild
18 similarity index 96%
19 rename from net-analyzer/graphite-web/graphite-web-1.1.5.ebuild
20 rename to net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild
21 index 25a6afa9f35..f0dbbc3d667 100644
22 --- a/net-analyzer/graphite-web/graphite-web-1.1.5.ebuild
23 +++ b/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild
24 @@ -27,8 +27,7 @@ RDEPEND="
25 )
26 )
27 postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )
28 - >=dev-python/django-1.8[sqlite?,${PYTHON_USEDEP}]
29 - <dev-python/django-2.1.99[sqlite?,${PYTHON_USEDEP}]
30 + >=dev-python/django-1.11.19[sqlite?,${PYTHON_USEDEP}]
31 >=dev-python/django-tagging-0.4.6[${PYTHON_USEDEP}]
32 dev-python/cairocffi[${PYTHON_USEDEP}]
33 dev-python/pyparsing[${PYTHON_USEDEP}]