mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
Replace pypi.python.org with pypi.org in HOMEPAGE
Bug: https://bugs.gentoo.org/653540
This commit is contained in:
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A utility class for manipulating URLs"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/URLObject"
|
||||
HOMEPAGE="https://pypi.org/project/URLObject"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
|
||||
@@ -9,7 +9,7 @@ inherit distutils-r1
|
||||
|
||||
GITHUB_P=${P,,}
|
||||
DESCRIPTION="A utility class for manipulating URLs"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/URLObject"
|
||||
HOMEPAGE="https://pypi.org/project/URLObject"
|
||||
# note: pypi tarball lacks tests
|
||||
# https://github.com/zacharyvoase/urlobject/issues/39
|
||||
SRC_URI="https://github.com/zacharyvoase/urlobject/archive/v${PV}.tar.gz -> ${GITHUB_P}.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user