diff options
-rw-r--r-- | dev-python/pysvg/pysvg-0.2.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/pysvg/pysvg-0.2.2.ebuild b/dev-python/pysvg/pysvg-0.2.2.ebuild index 1313278326f5..afbdeb656caf 100644 --- a/dev-python/pysvg/pysvg-0.2.2.ebuild +++ b/dev-python/pysvg/pysvg-0.2.2.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,13 +7,11 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Python SVG document creation library" -HOMEPAGE="http://codeboje.de/pysvg/" +HOMEPAGE="https://codeboje.de/pysvg/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="" DEPEND="app-arch/unzip" -RDEPEND="" |