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

This commit is contained in:
Tim Harder
2018-02-19 18:50:07 -05:00
parent d9c1834283
commit b0c4f92d9c
2 changed files with 2 additions and 1 deletions

View 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"

View 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>