From: Tim Harder Date: Mon, 19 Feb 2018 23:50:07 +0000 (-0500) Subject: dev-python/futures: add github to HOMEPAGE and upstream metadata X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b0c4f92d9c54328aea5420e63b0934a1ecbe0b51;p=gentoo.git dev-python/futures: add github to HOMEPAGE and upstream metadata --- diff --git a/dev-python/futures/futures-3.2.0.ebuild b/dev-python/futures/futures-3.2.0.ebuild index aa73cc5def0e..f4ee46a2e49e 100644 --- a/dev-python/futures/futures-3.2.0.ebuild +++ b/dev-python/futures/futures-3.2.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="Backport of the concurrent.futures package from Python 3.2" -HOMEPAGE="https://pypi.python.org/pypi/futures" +HOMEPAGE="https://github.com/agronholm/pythonfutures https://pypi.python.org/pypi/futures" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" diff --git a/dev-python/futures/metadata.xml b/dev-python/futures/metadata.xml index 7f7164692f0c..97247087804f 100644 --- a/dev-python/futures/metadata.xml +++ b/dev-python/futures/metadata.xml @@ -6,6 +6,7 @@ Python + agronholm/pythonfutures futures