Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-debian/
Date: Tue, 09 Feb 2021 03:40:38
Message-Id: 1612840606.9f0071cba4a7ef5eb2c529299be3e2039d5f9cf1.floppym@gentoo
1 commit: 9f0071cba4a7ef5eb2c529299be3e2039d5f9cf1
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 03:16:46 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 03:16:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0071cb
7
8 dev-python/python-debian: update HOMEPAGE
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 dev-python/python-debian/python-debian-0.1.37.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/python-debian/python-debian-0.1.37.ebuild b/dev-python/python-debian/python-debian-0.1.37.ebuild
16 index 642c875a9f8..dc9600e4df1 100644
17 --- a/dev-python/python-debian/python-debian-0.1.37.ebuild
18 +++ b/dev-python/python-debian/python-debian-0.1.37.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 2011-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
26 inherit distutils-r1
27
28 DESCRIPTION="Python modules to work with Debian-related data formats"
29 -HOMEPAGE="https://packages.debian.org/sid/python-debian"
30 +HOMEPAGE="https://salsa.debian.org/python-debian-team/python-debian"
31 SRC_URI="mirror://debian/pool/main/${P:0:1}/${PN}/${PN}_${PV}.tar.xz"
32
33 LICENSE="GPL-2 GPL-3"