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 728F9138330 for ; Wed, 7 Sep 2016 13:08:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20D3221C25D; Wed, 7 Sep 2016 13:08:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4FBD21C25D for ; Wed, 7 Sep 2016 13:08:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D26473408DD for ; Wed, 7 Sep 2016 13:08:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32AE72465 for ; Wed, 7 Sep 2016 13:08:22 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1473166542.7c59bc8c709d3c410f76b1970d1ad4d5aa217d76.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/psychopy/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/psychopy/psychopy-1.78.00.ebuild sci-biology/psychopy/psychopy-1.83.03.ebuild sci-biology/psychopy/psychopy-1.84.0.ebuild sci-biology/psychopy/psychopy-9999.ebuild X-VCS-Directories: sci-biology/psychopy/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 7c59bc8c709d3c410f76b1970d1ad4d5aa217d76 X-VCS-Branch: master Date: Wed, 7 Sep 2016 13:08:22 +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-Archives-Salt: dec309b3-cfe5-48c5-b7ae-bbbc4c6026d2 X-Archives-Hash: 508d5c4f595533c6168a015a6f435447 commit: 7c59bc8c709d3c410f76b1970d1ad4d5aa217d76 Author: Horea Christian yandex com> AuthorDate: Tue Sep 6 12:55:42 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Tue Sep 6 12:55:42 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7c59bc8c sci-biology/psychopy: added deps for video rendering (#660) * sci-biology/psychopy: added opencv dep for video rendering Package-Manager: portage-2.3.0 * sci-biology/psychopy: opencv does weird things when built with PYTHON_USEDEP Package-Manager: portage-2.3.0 * sci-biology/psychopy: typo Package-Manager: portage-2.3.0 * sci-biology/psychopy: psychopy requires threads Package-Manager: portage-2.3.0 * sci-biology/psychopy: added dependency Package-Manager: portage-2.3.0 sci-biology/psychopy/psychopy-1.78.00.ebuild | 1 + sci-biology/psychopy/psychopy-1.83.03.ebuild | 2 ++ sci-biology/psychopy/psychopy-1.84.0.ebuild | 3 +++ sci-biology/psychopy/psychopy-9999.ebuild | 9 +++++++-- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/sci-biology/psychopy/psychopy-1.78.00.ebuild b/sci-biology/psychopy/psychopy-1.78.00.ebuild index cd50a85..c55c9b2 100644 --- a/sci-biology/psychopy/psychopy-1.78.00.ebuild +++ b/sci-biology/psychopy/psychopy-1.78.00.ebuild @@ -5,6 +5,7 @@ EAPI="6" PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="threads(+)" inherit eutils gnome2-utils distutils-r1 diff --git a/sci-biology/psychopy/psychopy-1.83.03.ebuild b/sci-biology/psychopy/psychopy-1.83.03.ebuild index cd50a85..47021b4 100644 --- a/sci-biology/psychopy/psychopy-1.83.03.ebuild +++ b/sci-biology/psychopy/psychopy-1.83.03.ebuild @@ -5,6 +5,7 @@ EAPI="6" PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="threads(+)" inherit eutils gnome2-utils distutils-r1 @@ -22,6 +23,7 @@ DEPEND=" RDEPEND="dev-python/pillow[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/moviepy[${PYTHON_USEDEP}] dev-python/numpy[lapack,${PYTHON_USEDEP}] dev-python/pygame[${PYTHON_USEDEP}] dev-python/pyglet[${PYTHON_USEDEP}] diff --git a/sci-biology/psychopy/psychopy-1.84.0.ebuild b/sci-biology/psychopy/psychopy-1.84.0.ebuild index 2fccb4d..4dc03e7 100644 --- a/sci-biology/psychopy/psychopy-1.84.0.ebuild +++ b/sci-biology/psychopy/psychopy-1.84.0.ebuild @@ -5,6 +5,7 @@ EAPI="6" PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="threads(+)" inherit eutils gnome2-utils distutils-r1 @@ -23,6 +24,7 @@ RDEPEND=" dev-python/configobj[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/moviepy[${PYTHON_USEDEP}] dev-python/numpy[lapack,${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/pygame[${PYTHON_USEDEP}] @@ -30,6 +32,7 @@ RDEPEND=" dev-python/pyopengl[${PYTHON_USEDEP}] dev-python/wxpython:*[${PYTHON_USEDEP}] media-libs/avbin-bin + media-libs/opencv[python,python_single_target_python2_7] sci-libs/scipy[${PYTHON_USEDEP}] " diff --git a/sci-biology/psychopy/psychopy-9999.ebuild b/sci-biology/psychopy/psychopy-9999.ebuild index f463a57..d47914b 100644 --- a/sci-biology/psychopy/psychopy-9999.ebuild +++ b/sci-biology/psychopy/psychopy-9999.ebuild @@ -5,6 +5,7 @@ EAPI="6" PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="threads(+)" inherit eutils gnome2-utils distutils-r1 git-r3 @@ -20,15 +21,19 @@ KEYWORDS="" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] " -RDEPEND="${DEPEND} - dev-python/pillow[${PYTHON_USEDEP}] +RDEPEND=" + dev-python/configobj[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/moviepy[${PYTHON_USEDEP}] dev-python/numpy[lapack,${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] dev-python/pygame[${PYTHON_USEDEP}] dev-python/pyglet[${PYTHON_USEDEP}] dev-python/pyopengl[${PYTHON_USEDEP}] dev-python/wxpython:*[${PYTHON_USEDEP}] + media-libs/avbin-bin + media-libs/opencv[python,python_single_target_python2_7] sci-libs/scipy[${PYTHON_USEDEP}] "