public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/
Date: Sun,  9 Feb 2020 16:31:36 +0000 (UTC)	[thread overview]
Message-ID: <1581265890.0080e6ea8ce78f25563c00b9c7293a733cd8cdc3.mgorny@gentoo> (raw)

commit:     0080e6ea8ce78f25563c00b9c7293a733cd8cdc3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 16:58:03 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:31:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0080e6ea

media-video/pitivi: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ...{pitivi-0.999.ebuild => pitivi-0.999-r1.ebuild} | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git a/media-video/pitivi/pitivi-0.999.ebuild b/media-video/pitivi/pitivi-0.999-r1.ebuild
similarity index 82%
rename from media-video/pitivi/pitivi-0.999.ebuild
rename to media-video/pitivi/pitivi-0.999-r1.ebuild
index 0478303d98c..aa8949946c6 100644
--- a/media-video/pitivi/pitivi-0.999.ebuild
+++ b/media-video/pitivi/pitivi-0.999-r1.ebuild
@@ -26,7 +26,9 @@ GST_VER="1.14.2"
 
 COMMON_DEPEND="
 	${PYTHON_DEPS}
-	>=dev-python/pycairo-1.10[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		>=dev-python/pycairo-1.10[${PYTHON_MULTI_USEDEP}]
+	')
 	>=x11-libs/cairo-1.10
 
 	>=media-libs/gstreamer-${GST_VER}:1.0[introspection]
@@ -36,11 +38,13 @@ RDEPEND="${COMMON_DEPEND}
 	>=dev-libs/glib-2.30.0:2
 
 	>=dev-libs/gobject-introspection-1.34:=
-	dev-python/dbus-python[${PYTHON_USEDEP}]
-	>=dev-python/gst-python-1.4:1.0[${PYTHON_USEDEP}]
-	dev-python/matplotlib[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	>=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+		>=dev-python/gst-python-1.4:1.0[${PYTHON_MULTI_USEDEP}]
+		dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
+		dev-python/numpy[${PYTHON_MULTI_USEDEP}]
+		>=dev-python/pygobject-3.8:3[${PYTHON_MULTI_USEDEP}]
+	')
 
 	gnome-base/librsvg:=
 	>=media-libs/gsound-1.0
@@ -66,7 +70,11 @@ BDEPEND="
 	dev-util/itstool
 	sys-devel/gettext
 	virtual/pkgconfig
-	test? ( dev-python/nose2[${PYTHON_USEDEP}] )
+	test? (
+		$(python_gen_cond_dep '
+			dev-python/nose2[${PYTHON_MULTI_USEDEP}]
+		')
+	)
 "
 
 PATCHES=(


             reply	other threads:[~2020-02-09 16:31 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-09 16:31 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-16 11:07 [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/ Pacho Ramos
2023-10-29 22:23 Mart Raudsepp
2023-05-06 11:34 Sam James
2023-05-06 11:34 Sam James
2023-05-03 10:21 Arthur Zamarin
2023-05-02 17:53 Arthur Zamarin
2023-04-12 15:45 Matt Turner
2022-10-29 17:44 Matt Turner
2022-09-12 16:01 Sam James
2022-09-12 16:00 Sam James
2022-07-20 15:03 Pacho Ramos
2022-06-18 16:57 Agostino Sarubbo
2022-06-18 16:54 Agostino Sarubbo
2022-01-06 15:01 Agostino Sarubbo
2022-01-03 12:11 Jakov Smolić
2021-07-28 21:15 Sam James
2021-05-31 20:53 Michał Górny
2021-05-15  2:01 Sam James
2021-05-15  2:01 Sam James
2021-05-02 20:41 Matt Turner
2020-06-20 20:35 Mart Raudsepp
2020-05-12  6:39 Agostino Sarubbo
2020-05-11 11:28 Agostino Sarubbo
2020-05-09 16:22 Mart Raudsepp
2019-04-14 11:12 Agostino Sarubbo
2019-04-12 21:56 Pacho Ramos
2019-03-31 12:12 Pacho Ramos
2019-03-31 12:12 Pacho Ramos
2018-06-26 19:08 Pacho Ramos
2017-11-30 20:40 Thomas Deutschmann
2017-02-15 22:35 Mart Raudsepp
2016-11-25 21:40 Patrice Clement
2016-10-15 15:46 Gilles Dartiguelongue
2016-08-06  7:05 Pacho Ramos
2016-08-06  7:05 Pacho Ramos
2016-07-02 17:12 Pacho Ramos
2016-03-06 20:36 Mikle Kolyada
2015-12-12 14:29 Pacho Ramos
2015-09-06 20:55 Pacho Ramos

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=1581265890.0080e6ea8ce78f25563c00b9c7293a733cd8cdc3.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --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