summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/sabyenc/sabyenc-3.3.6.ebuild6
1 files 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}] )"