From 179f03e4c57644b4c0499413225edb852ce420f9 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Fri, 6 Dec 2019 02:41:13 +0100 Subject: dev-python/sabyenc: make pkgcheck happy Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Thomas Deutschmann --- dev-python/sabyenc/sabyenc-3.3.6.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/sabyenc/sabyenc-3.3.6.ebuild b/dev-python/sabyenc/sabyenc-3.3.6.ebuild index cd21981df430..2d3ffa014e07 100644 --- a/dev-python/sabyenc/sabyenc-3.3.6.ebuild +++ b/dev-python/sabyenc/sabyenc-3.3.6.ebuild @@ -7,14 +7,16 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 vcs-snapshot DESCRIPTION="Module providing raw yEnc encoding/decoding for SABnzbd" -HOMEPAGE="https://github.com/sabnzbd/sabyenc/" -SRC_URI="https://github.com/sabnzbd/${PN}/tarball/v${PV} -> ${P}.tar.gz" +HOMEPAGE="https://github.com/sabnzbd/sabyenc" +SRC_URI="https://github.com/sabnzbd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" + DEPEND=" test? ( dev-python/pytest[${PYTHON_USEDEP}] )" -- cgit v1.2.3-65-gdbad