summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-28 22:18:47 +0200
committerMichał Górny <mgorny@gentoo.org>2018-04-29 08:33:39 +0200
commit5606a2a25e18f7e613eade0daf328fb1ce05d110 (patch)
tree52dd882cfcdf0ad58639f7d2aaa50b68cb70e406 /dev-python/tweepy
parentdev-python/sphinxcontrib-programoutput: use HTTPS (diff)
downloadgentoo-5606a2a25e18f7e613eade0daf328fb1ce05d110.tar.gz
gentoo-5606a2a25e18f7e613eade0daf328fb1ce05d110.tar.bz2
gentoo-5606a2a25e18f7e613eade0daf328fb1ce05d110.zip
dev-python/tweepy: avoid redirection
Closes: https://github.com/gentoo/gentoo/pull/8193
Diffstat (limited to 'dev-python/tweepy')
-rw-r--r--dev-python/tweepy/tweepy-2.3.ebuild4
-rw-r--r--dev-python/tweepy/tweepy-3.5.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/tweepy/tweepy-2.3.ebuild b/dev-python/tweepy/tweepy-2.3.ebuild
index 5dbd10f91402..d348cf079cc8 100644
--- a/dev-python/tweepy/tweepy-2.3.ebuild
+++ b/dev-python/tweepy/tweepy-2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="ssl(+)"
inherit distutils-r1 vcs-snapshot
DESCRIPTION="A Python library for accessing the Twitter API "
-HOMEPAGE="https://tweepy.github.com/"
+HOMEPAGE="https://www.tweepy.org/"
SRC_URI="https://github.com/tweepy/${PN}/tarball/${PV} -> ${P}.tar.gz"
LICENSE="MIT"
diff --git a/dev-python/tweepy/tweepy-3.5.0.ebuild b/dev-python/tweepy/tweepy-3.5.0.ebuild
index 0fa61c27443c..8a4aa583abb8 100644
--- a/dev-python/tweepy/tweepy-3.5.0.ebuild
+++ b/dev-python/tweepy/tweepy-3.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="ssl(+)"
inherit distutils-r1
DESCRIPTION="A Python library for accessing the Twitter API "
-HOMEPAGE="https://tweepy.github.com/"
+HOMEPAGE="https://www.tweepy.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"