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/django-tagging/
Date: Mon, 05 Feb 2018 21:54:14
Message-Id: 1517867627.b69946b12840a126a65ed0ed54bf1d0d0e159064.mgorny@gentoo
1 commit: b69946b12840a126a65ed0ed54bf1d0d0e159064
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 5 20:14:24 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 21:53:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69946b1
7
8 dev-python/django-tagging: fix HOMEPAGE
9
10 dev-python/django-tagging/django-tagging-0.4.1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/django-tagging/django-tagging-0.4.1.ebuild b/dev-python/django-tagging/django-tagging-0.4.1.ebuild
14 index ba76163a9c1..53e7d2d9bd8 100644
15 --- a/dev-python/django-tagging/django-tagging-0.4.1.ebuild
16 +++ b/dev-python/django-tagging/django-tagging-0.4.1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
24 inherit distutils-r1
25
26 DESCRIPTION="Generic tagging application for Django"
27 -HOMEPAGE="https://code.google.com/p/django-tagging/"
28 +HOMEPAGE="https://pypi.python.org/pypi/django-tagging"
29 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30
31 LICENSE="BSD"