dev-python/pyflakes: update HOMEPAGE and upstream metadata

This commit is contained in:
Tim Harder
2017-08-23 06:10:28 -04:00
parent a17b47c220
commit 09f4cf52fa
2 changed files with 2 additions and 2 deletions

View File

@@ -15,6 +15,6 @@
</longdescription>
<upstream>
<remote-id type="pypi">pyflakes</remote-id>
<remote-id type="launchpad">pyflakes</remote-id>
<remote-id type="github">PyCQA/pyflakes</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="Passive checker for Python programs"
HOMEPAGE="https://launchpad.net/pyflakes https://pypi.python.org/pypi/pyflakes"
HOMEPAGE="https://github.com/PyCQA/pyflakes https://pypi.python.org/pypi/pyflakes"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"