mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-python/singledispatch: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8471
This commit is contained in:
committed by
Aaron Bauman
parent
e138c38bb9
commit
a79609b7f3
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 pypy )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A library to bring functools.singledispatch from Python 3.4 to Python 2.6-3.3"
|
||||
HOMEPAGE="http://docs.python.org/3/library/functools.html#functools.singledispatch"
|
||||
HOMEPAGE="https://docs.python.org/3/library/functools.html#functools.singledispatch"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PF}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
Reference in New Issue
Block a user