dev-python/futures: add github to HOMEPAGE and upstream metadata
authorTim Harder <radhermit@gentoo.org>
Mon, 19 Feb 2018 23:50:07 +0000 (18:50 -0500)
committerTim Harder <radhermit@gentoo.org>
Thu, 1 Mar 2018 19:34:43 +0000 (14:34 -0500)
dev-python/futures/futures-3.2.0.ebuild
dev-python/futures/metadata.xml

index aa73cc5def0e8ecbd5b136b58bb6b66a262bd6a0..f4ee46a2e49e2a433c87b6a055441bc679e95756 100644 (file)
@@ -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"
index 7f7164692f0c2ccddb9617fca75c992f442d6d61..97247087804f2f36ea374551292eb91d73886337 100644 (file)
@@ -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>