# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 DESCRIPTION="Utility to test and create .sfv, .csv, .crc and md5sum files" HOMEPAGE="http://cfv.sourceforge.net/" SRC_URI="mirror://sourceforge/cfv/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="bittorrent" KEYWORDS="amd64 hppa ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" DEPEND="" RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' dev-python/python-fchksum[${PYTHON_MULTI_USEDEP}] bittorrent? ( net-p2p/bittornado[${PYTHON_MULTI_USEDEP}] ) ')" REQUIRED_USE=${PYTHON_REQUIRED_USE} src_compile() { : } src_install() { python_fix_shebang cfv dobin cfv doman cfv.1 dodoc README Changelog }