diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-22 08:50:15 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-26 14:52:26 -0400 |
commit | 6a618e097707f6ceffdc480123291966e7374e6f (patch) | |
tree | b68cbf3ccf658dfd04826e2e8656fb2278a9552b /dev-python/construct/construct-2.8.21.ebuild | |
parent | dev-python/click: update HOMEPAGE, use HTTPS (diff) | |
download | gentoo-6a618e097707f6ceffdc480123291966e7374e6f.tar.gz gentoo-6a618e097707f6ceffdc480123291966e7374e6f.tar.bz2 gentoo-6a618e097707f6ceffdc480123291966e7374e6f.zip |
dev-python/construct: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/construct/construct-2.8.21.ebuild')
-rw-r--r-- | dev-python/construct/construct-2.8.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/construct/construct-2.8.21.ebuild b/dev-python/construct/construct-2.8.21.ebuild index 2e90888369a6..1b79847440dd 100644 --- a/dev-python/construct/construct-2.8.21.ebuild +++ b/dev-python/construct/construct-2.8.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="A powerful declarative parser for binary data" -HOMEPAGE="http://construct.readthedocs.io/ https://pypi.org/project/construct/" +HOMEPAGE="https://construct.readthedocs.io/en/latest/ https://pypi.org/project/construct/" SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" |