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/tweepy/
Date: Sun, 29 Apr 2018 06:34:14
Message-Id: 1524983619.5606a2a25e18f7e613eade0daf328fb1ce05d110.mgorny@gentoo
1 commit: 5606a2a25e18f7e613eade0daf328fb1ce05d110
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 28 20:18:47 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 06:33:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5606a2a2
7
8 dev-python/tweepy: avoid redirection
9
10 Closes: https://github.com/gentoo/gentoo/pull/8193
11
12 dev-python/tweepy/tweepy-2.3.ebuild | 4 ++--
13 dev-python/tweepy/tweepy-3.5.0.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/tweepy/tweepy-2.3.ebuild b/dev-python/tweepy/tweepy-2.3.ebuild
17 index 5dbd10f9140..d348cf079cc 100644
18 --- a/dev-python/tweepy/tweepy-2.3.ebuild
19 +++ b/dev-python/tweepy/tweepy-2.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="ssl(+)"
27 inherit distutils-r1 vcs-snapshot
28
29 DESCRIPTION="A Python library for accessing the Twitter API "
30 -HOMEPAGE="https://tweepy.github.com/"
31 +HOMEPAGE="https://www.tweepy.org/"
32 SRC_URI="https://github.com/tweepy/${PN}/tarball/${PV} -> ${P}.tar.gz"
33
34 LICENSE="MIT"
35
36 diff --git a/dev-python/tweepy/tweepy-3.5.0.ebuild b/dev-python/tweepy/tweepy-3.5.0.ebuild
37 index 0fa61c27443..8a4aa583abb 100644
38 --- a/dev-python/tweepy/tweepy-3.5.0.ebuild
39 +++ b/dev-python/tweepy/tweepy-3.5.0.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="ssl(+)"
47 inherit distutils-r1
48
49 DESCRIPTION="A Python library for accessing the Twitter API "
50 -HOMEPAGE="https://tweepy.github.com/"
51 +HOMEPAGE="https://www.tweepy.org/"
52 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
53
54 LICENSE="MIT"