Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/datrie/
Date: Thu, 16 Sep 2021 17:51:37
Message-Id: 1631814687.8124fc50e0ec85e213731e64f256749ea1c42b9c.andrewammerlaan@gentoo
1 commit: 8124fc50e0ec85e213731e64f256749ea1c42b9c
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 16 17:51:27 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 16 17:51:27 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8124fc50
7
8 dev-python/datrie: fix homepage
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-python/datrie/datrie-0.8.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/datrie/datrie-0.8.2.ebuild b/dev-python/datrie/datrie-0.8.2.ebuild
17 index de547910d..d3046bf8d 100644
18 --- a/dev-python/datrie/datrie-0.8.2.ebuild
19 +++ b/dev-python/datrie/datrie-0.8.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
27 inherit distutils-r1
28
29 DESCRIPTION="Implements a topological sort algorithm"
30 -HOMEPAGE="https://gitlab.com/ericvsmith/toposort"
31 +HOMEPAGE="https://github.com/pytries/datrie"
32 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33
34 LICENSE="LGPL-2+"