dev-python/sabyenc: make pkgcheck happy
authorThomas Deutschmann <whissi@gentoo.org>
Fri, 6 Dec 2019 01:41:13 +0000 (02:41 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Fri, 6 Dec 2019 01:41:33 +0000 (02:41 +0100)
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-python/sabyenc/sabyenc-3.3.6.ebuild

index cd21981df4308e4e646715e756b4cb22b4ec0bc7..2d3ffa014e071610caaab9dedaab752643b7d1a4 100644 (file)
@@ -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}] )"