commit:     b0c4f92d9c54328aea5420e63b0934a1ecbe0b51
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 23:50:07 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 19:34:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c4f92d

dev-python/futures: add github to HOMEPAGE and upstream metadata

 dev-python/futures/futures-3.2.0.ebuild | 2 +-
 dev-python/futures/metadata.xml         | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/futures/futures-3.2.0.ebuild 
b/dev-python/futures/futures-3.2.0.ebuild
index aa73cc5def0..f4ee46a2e49 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 7f7164692f0..97247087804 100644
--- a/dev-python/futures/metadata.xml
+++ b/dev-python/futures/metadata.xml
@@ -6,6 +6,7 @@
                <name>Python</name>
        </maintainer>
        <upstream>
+               <remote-id type="github">agronholm/pythonfutures</remote-id>
                <remote-id type="pypi">futures</remote-id>
        </upstream>
 </pkgmetadata>

Reply via email to