summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-03-19 21:24:25 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-19 21:49:15 +0100
commit2e2d00e81730e282f155d7bb507b948b2e180a2f (patch)
treeb3910e2f53d892d365efaed7a60e13ffbd42c169 /dev-python/pylzma
parentdev-python/priority: fix HOMEPAGE and use HTTPS (diff)
downloadgentoo-2e2d00e81730e282f155d7bb507b948b2e180a2f.tar.gz
gentoo-2e2d00e81730e282f155d7bb507b948b2e180a2f.tar.bz2
gentoo-2e2d00e81730e282f155d7bb507b948b2e180a2f.zip
dev-python/pylzma: fix HOMEPAGE and use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7515
Diffstat (limited to 'dev-python/pylzma')
-rw-r--r--dev-python/pylzma/pylzma-0.4.9.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pylzma/pylzma-0.4.9.ebuild b/dev-python/pylzma/pylzma-0.4.9.ebuild
index a1f58e4d416f..148c36ae1be4 100644
--- a/dev-python/pylzma/pylzma-0.4.9.ebuild
+++ b/dev-python/pylzma/pylzma-0.4.9.ebuild
@@ -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,8 @@ PYTHON_COMPAT=(python2_7)
inherit distutils-r1
DESCRIPTION="Python bindings for the LZMA compression library"
-HOMEPAGE="http://www.joachim-bauch.de/projects/python/pylzma/ https://pypi.python.org/pypi/pylzma"
+HOMEPAGE="https://www.joachim-bauch.de/projects/pylzma/
+ https://pypi.python.org/pypi/pylzma"
# pypi tarball does not include test data
SRC_URI="https://github.com/fancycode/pylzma/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"