diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-06 02:41:13 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-06 02:41:33 +0100 |
commit | 179f03e4c57644b4c0499413225edb852ce420f9 (patch) | |
tree | 4d04655874fba2b5e3fc1dd7daad968ce6f036f5 /dev-python/sabyenc | |
parent | dev-python/pip-19.3.1-r2: Some cleanups, add py38 (diff) | |
download | gentoo-179f03e4c57644b4c0499413225edb852ce420f9.tar.gz gentoo-179f03e4c57644b4c0499413225edb852ce420f9.tar.bz2 gentoo-179f03e4c57644b4c0499413225edb852ce420f9.zip |
dev-python/sabyenc: make pkgcheck happy
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/sabyenc')
-rw-r--r-- | dev-python/sabyenc/sabyenc-3.3.6.ebuild | 6 |
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}] )" |