Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vcsi/
Date: Tue, 28 Apr 2020 13:52:17
Message-Id: 1588081902.44cff5c30f141b7e1e656e68a4eb03c5257c9008.juippis@gentoo
1 commit: 44cff5c30f141b7e1e656e68a4eb03c5257c9008
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 28 13:50:53 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 13:51:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44cff5c3
7
8 media-video/vcsi: enable python3.8, EAPI-7
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 media-video/vcsi/vcsi-7-r1.ebuild | 27 +++++++++++++++++++++++++++
13 1 file changed, 27 insertions(+)
14
15 diff --git a/media-video/vcsi/vcsi-7-r1.ebuild b/media-video/vcsi/vcsi-7-r1.ebuild
16 new file mode 100644
17 index 00000000000..d659df03186
18 --- /dev/null
19 +++ b/media-video/vcsi/vcsi-7-r1.ebuild
20 @@ -0,0 +1,27 @@
21 +# Copyright 1999-2020 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +
26 +PYTHON_COMPAT=( python3_{6..8} )
27 +DISTUTILS_USE_SETUPTOOLS=rdepend
28 +
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="Create thumbnail sheets from video files"
32 +HOMEPAGE="https://github.com/amietn/vcsi"
33 +SRC_URI="https://github.com/amietn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34 +
35 +LICENSE="MIT"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +
39 +RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]
40 + dev-python/numpy[${PYTHON_USEDEP}]
41 + dev-python/parsedatetime[${PYTHON_USEDEP}]
42 + dev-python/pillow[${PYTHON_USEDEP}]
43 + dev-python/texttable[${PYTHON_USEDEP}]
44 + media-fonts/dejavu
45 + media-video/ffmpeg"
46 +
47 +distutils_enable_tests nose