From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 43F0A138351 for ; Tue, 28 Apr 2020 13:52:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 606A9E09BD; Tue, 28 Apr 2020 13:52:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4943DE09BD for ; Tue, 28 Apr 2020 13:52:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D66734EF46 for ; Tue, 28 Apr 2020 13:52:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA6F31EE for ; Tue, 28 Apr 2020 13:52:12 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1588081902.44cff5c30f141b7e1e656e68a4eb03c5257c9008.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vcsi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vcsi/vcsi-7-r1.ebuild X-VCS-Directories: media-video/vcsi/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 44cff5c30f141b7e1e656e68a4eb03c5257c9008 X-VCS-Branch: master Date: Tue, 28 Apr 2020 13:52:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 40b356bf-f9b4-4172-8d8d-1d4b117f1c49 X-Archives-Hash: fd5b8f34f020a0979b8e00a034d82095 commit: 44cff5c30f141b7e1e656e68a4eb03c5257c9008 Author: Joonas Niilola gentoo org> AuthorDate: Tue Apr 28 13:50:53 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Apr 28 13:51:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44cff5c3 media-video/vcsi: enable python3.8, EAPI-7 Signed-off-by: Joonas Niilola gentoo.org> media-video/vcsi/vcsi-7-r1.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/media-video/vcsi/vcsi-7-r1.ebuild b/media-video/vcsi/vcsi-7-r1.ebuild new file mode 100644 index 00000000000..d659df03186 --- /dev/null +++ b/media-video/vcsi/vcsi-7-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="Create thumbnail sheets from video files" +HOMEPAGE="https://github.com/amietn/vcsi" +SRC_URI="https://github.com/amietn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/jinja[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/parsedatetime[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/texttable[${PYTHON_USEDEP}] + media-fonts/dejavu + media-video/ffmpeg" + +distutils_enable_tests nose