mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
dev-python/mccabe: use proper HOMEPAGE
Package-Manager: portage-2.2.27
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -11,7 +11,7 @@ RESTRICT="test"
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="a plugin for flake8"
|
||||
HOMEPAGE="https://github.com/flintwork/mccabe"
|
||||
HOMEPAGE="https://github.com/PyCQA/mccabe"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">mccabe</remote-id>
|
||||
<remote-id type="github">flintwork/mccabe</remote-id>
|
||||
<remote-id type="github">PyCQA/mccabe</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user