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 3C05D138350 for ; Wed, 22 Jan 2020 17:05:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 603F2E0886; Wed, 22 Jan 2020 17:05:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 20D30E0886 for ; Wed, 22 Jan 2020 17:05:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5A44434E350 for ; Wed, 22 Jan 2020 17:05:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBEAD91 for ; Wed, 22 Jan 2020 17:05:44 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1579712731.ba986337c26256d1c44280ba5c79b1ef572010f9.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/scikits_video/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/scikits_video/ChangeLog sci-libs/scikits_video/metadata.xml sci-libs/scikits_video/scikits_video-1.1.11_p20200114.ebuild X-VCS-Directories: sci-libs/scikits_video/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: ba986337c26256d1c44280ba5c79b1ef572010f9 X-VCS-Branch: master Date: Wed, 22 Jan 2020 17:05:44 +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: c6a2dac4-a7e9-471c-bbdc-c33d1da165d4 X-Archives-Hash: 685ff4242a9a0111263e06f0f48064a2 commit: ba986337c26256d1c44280ba5c79b1ef572010f9 Author: Horea Christian chymera eu> AuthorDate: Wed Jan 22 17:05:31 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Wed Jan 22 17:05:31 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ba986337 sci-libs/scikits_video: new package Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Horea Christian chymera.eu> sci-libs/scikits_video/ChangeLog | 5 +++ sci-libs/scikits_video/metadata.xml | 18 ++++++++++ .../scikits_video-1.1.11_p20200114.ebuild | 39 ++++++++++++++++++++++ 3 files changed, 62 insertions(+) diff --git a/sci-libs/scikits_video/ChangeLog b/sci-libs/scikits_video/ChangeLog new file mode 100644 index 000000000..596bd05b6 --- /dev/null +++ b/sci-libs/scikits_video/ChangeLog @@ -0,0 +1,5 @@ +*scikits_video-1.1.11_p20200114 (20 Jan 2020) + + 20 Jan 2020; +metadata.xml, + +scikits_video-1.1.11_p20200114.ebuild: + sci-libs/scikits_video: new package diff --git a/sci-libs/scikits_video/metadata.xml b/sci-libs/scikits_video/metadata.xml new file mode 100644 index 000000000..186bb5c9c --- /dev/null +++ b/sci-libs/scikits_video/metadata.xml @@ -0,0 +1,18 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + Scikit-video is designed for easy video processing using Python. It is + modeled in the spirit of other successful scikits such as scikit-learn + and scikit-image. This project aims to provide an all-in-one solution to + make video algorithms easy to access for students, engineers, + instructors, and researchers. + + + scikit-video + + diff --git a/sci-libs/scikits_video/scikits_video-1.1.11_p20200114.ebuild b/sci-libs/scikits_video/scikits_video-1.1.11_p20200114.ebuild new file mode 100644 index 000000000..f3ed6952f --- /dev/null +++ b/sci-libs/scikits_video/scikits_video-1.1.11_p20200114.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 eutils virtualx + +MY_PN="scikit-video" +MY_HASH="66919e0828410938a4d52f37987b07f7f5de96af" + +DESCRIPTION="Video processing in Python" +HOMEPAGE="https://scikit-image.org/" +SRC_URI="https://github.com/scikit-video/scikit-video/archive/${MY_HASH}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + || ( media-video/ffmpeg media-video/libav ) + dev-python/numpy[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + sci-libs/scikits_learn[${PYTHON_USEDEP}] + media-video/mediainfo +" +DEPEND="${RDEPEND} + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) +" + +S="${WORKDIR}/${MY_PN}-${MY_HASH}" + +python_test() { + nosetests -v || die +}