From: "Horea Christian" <horea.christ@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/scikits_video/
Date: Wed, 22 Jan 2020 17:05:44 +0000 (UTC) [thread overview]
Message-ID: <1579712731.ba986337c26256d1c44280ba5c79b1ef572010f9.chymera@gentoo> (raw)
commit: ba986337c26256d1c44280ba5c79b1ef572010f9
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Jan 22 17:05:31 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> 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 <chr <AT> 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; <chymera@gentoo.org> +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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ 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.
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">scikit-video</remote-id>
+ </upstream>
+</pkgmetadata>
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
+}
next reply other threads:[~2020-01-22 17:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-22 17:05 Horea Christian [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-12-31 13:51 [gentoo-commits] proj/sci:master commit in: sci-libs/scikits_video/ Aisha Tammy
2020-12-31 13:51 Aisha Tammy
2021-05-08 14:30 Andrew Ammerlaan
2023-05-02 12:15 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1579712731.ba986337c26256d1c44280ba5c79b1ef572010f9.chymera@gentoo \
--to=horea.christ@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox