mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pafy: fix HOMEPAGE.
Closes: https://github.com/gentoo/gentoo/pull/9840
This commit is contained in:
committed by
Patrice Clement
parent
3d2672e810
commit
9b8fc9719a
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library to retrieve YouTube content and metadata"
|
||||
HOMEPAGE="http://np1.github.io/pafy/ https://pypi.org/project/pafy/"
|
||||
HOMEPAGE="https://pythonhosted.org/pafy/ https://pypi.org/project/pafy/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
|
||||
@@ -14,7 +14,7 @@ else
|
||||
fi
|
||||
|
||||
DESCRIPTION="Python library to retrieve YouTube content and metadata"
|
||||
HOMEPAGE="http://np1.github.io/pafy/ https://pypi.org/project/pafy/"
|
||||
HOMEPAGE="https://pythonhosted.org/pafy/ https://pypi.org/project/pafy/"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -14,7 +14,7 @@ else
|
||||
fi
|
||||
|
||||
DESCRIPTION="Python library to retrieve YouTube content and metadata"
|
||||
HOMEPAGE="http://np1.github.io/pafy/ https://pypi.org/project/pafy/"
|
||||
HOMEPAGE="https://pythonhosted.org/pafy/ https://pypi.org/project/pafy/"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user