media-video/subdl/subdl-9999.ebuild
author Da Risk <da_risk@geekorum.com>
Sun, 11 Dec 2022 18:23:57 -0400
changeset 251 e7f7160897cf
parent 250 dd0b4cb26d85
permissions -rw-r--r--
remove dev-python/caldav

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=7

PYTHON_COMPAT=( python3_10 python3_11 python3_8 python3_9 )
DISTUTILS_USE_SETUPTOOLS=rdepend

inherit distutils-r1 git-r3

DESCRIPTION="A command-line tool for downloading subs from opensubtitles.org"
HOMEPAGE="http://code.google.com/p/subdl/"
SRC_URI=""
EGIT_REPO_URI="https://github.com/alexanderwink/subdl.git"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}
	app-arch/unzip"

REQUIRED_USE=${PYTHON_REQUIRED_USE}