dev-python/python-ldap: update HOMEPAGE, use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/7524
This commit is contained in:
Michael Mair-Keimberger
2018-03-20 21:11:40 +01:00
committed by Michał Górny
parent 1f2a8f0ae0
commit d3f1b80d92
3 changed files with 9 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,7 +9,8 @@ PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1 multilib
DESCRIPTION="Various LDAP-related Python modules"
HOMEPAGE="http://www.python-ldap.org https://pypi.python.org/pypi/python-ldap"
HOMEPAGE="https://www.python-ldap.org/en/latest/
https://pypi.python.org/pypi/python-ldap"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="PSF-2"