From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cairocffi/
Date: Sun, 23 Aug 2015 03:08:53 +0000 (UTC)	[thread overview]
Message-ID: <1440297717.0e23f54cd2fded0aca4aad1ea475f74f313ad267.floppym@gentoo> (raw)
commit:     0e23f54cd2fded0aca4aad1ea475f74f313ad267
Author:     Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Sat Aug 22 23:10:58 2015 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 02:41:57 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e23f54c
dev-python/cairocffi: Don't enable pypy Python target on dev-python/cffi
Also, check that new enough (>=2.6.0) PyPy installed to ensure correct
cffi version.
 dev-python/cairocffi/cairocffi-0.5.3-r1.ebuild | 3 ++-
 dev-python/cairocffi/cairocffi-0.5.4.ebuild    | 3 ++-
 dev-python/cairocffi/cairocffi-0.6-r1.ebuild   | 2 +-
 dev-python/cairocffi/cairocffi-0.6.ebuild      | 2 +-
 dev-python/cairocffi/cairocffi-0.7.1.ebuild    | 8 +++++---
 dev-python/cairocffi/cairocffi-0.7.2.ebuild    | 8 +++++---
 6 files changed, 16 insertions(+), 10 deletions(-)
diff --git a/dev-python/cairocffi/cairocffi-0.5.3-r1.ebuild b/dev-python/cairocffi/cairocffi-0.5.3-r1.ebuild
index 02d50b7..b09276c 100644
--- a/dev-python/cairocffi/cairocffi-0.5.3-r1.ebuild
+++ b/dev-python/cairocffi/cairocffi-0.5.3-r1.ebuild
@@ -18,7 +18,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc test"
 
-RDEPEND=">=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]
+RDEPEND="
+	$(python_gen_cond_dep '>=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]' 'python*')
 	x11-libs/cairo:0="
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
diff --git a/dev-python/cairocffi/cairocffi-0.5.4.ebuild b/dev-python/cairocffi/cairocffi-0.5.4.ebuild
index 02d50b7..b09276c 100644
--- a/dev-python/cairocffi/cairocffi-0.5.4.ebuild
+++ b/dev-python/cairocffi/cairocffi-0.5.4.ebuild
@@ -18,7 +18,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc test"
 
-RDEPEND=">=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]
+RDEPEND="
+	$(python_gen_cond_dep '>=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]' 'python*')
 	x11-libs/cairo:0="
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
diff --git a/dev-python/cairocffi/cairocffi-0.6-r1.ebuild b/dev-python/cairocffi/cairocffi-0.6-r1.ebuild
index b760032..77ff6bf 100644
--- a/dev-python/cairocffi/cairocffi-0.6-r1.ebuild
+++ b/dev-python/cairocffi/cairocffi-0.6-r1.ebuild
@@ -21,7 +21,7 @@ IUSE="doc test"
 
 # xcffib is an optional extra excpet that the testsuite has it a hard coded unconditional component
 RDEPEND="
-	>=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '>=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]' 'python*')
 	x11-libs/cairo:0=
 	<dev-python/xcffib-0.3[${PYTHON_USEDEP}]
 	x11-libs/gdk-pixbuf[jpeg]"
diff --git a/dev-python/cairocffi/cairocffi-0.6.ebuild b/dev-python/cairocffi/cairocffi-0.6.ebuild
index b2428f7..bf66655 100644
--- a/dev-python/cairocffi/cairocffi-0.6.ebuild
+++ b/dev-python/cairocffi/cairocffi-0.6.ebuild
@@ -21,7 +21,7 @@ IUSE="doc test"
 
 # xcffib is an optional extra excpet that the testsuite has it a hard coded unconditional component
 RDEPEND="
-	>=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '>=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]' 'python*')
 	x11-libs/cairo:0=
 	<dev-python/xcffib-0.3[${PYTHON_USEDEP}]"
 
diff --git a/dev-python/cairocffi/cairocffi-0.7.1.ebuild b/dev-python/cairocffi/cairocffi-0.7.1.ebuild
index c101a39..257de33 100644
--- a/dev-python/cairocffi/cairocffi-0.7.1.ebuild
+++ b/dev-python/cairocffi/cairocffi-0.7.1.ebuild
@@ -21,10 +21,11 @@ KEYWORDS="~amd64 ~x86"
 IUSE="doc test"
 
 RDEPEND="
-	>=dev-python/cffi-1.1.0:=[$(python_gen_usedep 'python*')]
+	$(python_gen_cond_dep '>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]' 'python*')
 	>=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
 	x11-libs/cairo:0=
-	x11-libs/gdk-pixbuf[jpeg]"
+	x11-libs/gdk-pixbuf[jpeg]
+	$(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )"
 
 DEPEND="
 	dev-python/setuptools[${PYTHON_USEDEP}]
@@ -32,7 +33,8 @@ DEPEND="
 	test? (
 		${RDEPEND}
 		dev-python/pytest[${PYTHON_USEDEP}]
-	)"
+	)
+	$(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )"
 
 PATCHES=(
 	# Intersphinx cause the usual d'loading of objects.inv from TWO online sites
diff --git a/dev-python/cairocffi/cairocffi-0.7.2.ebuild b/dev-python/cairocffi/cairocffi-0.7.2.ebuild
index 8aa7b95..b9396d0 100644
--- a/dev-python/cairocffi/cairocffi-0.7.2.ebuild
+++ b/dev-python/cairocffi/cairocffi-0.7.2.ebuild
@@ -21,10 +21,11 @@ KEYWORDS="~amd64 ~x86"
 IUSE="doc test"
 
 RDEPEND="
-	>=dev-python/cffi-1.1.0:=[$(python_gen_usedep 'python*')]
+	$(python_gen_cond_dep '>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]' 'python*')
 	>=dev-python/xcffib-0.3.2[${PYTHON_USEDEP}]
 	x11-libs/cairo:0=
-	x11-libs/gdk-pixbuf[jpeg]"
+	x11-libs/gdk-pixbuf[jpeg]
+	$(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )"
 
 DEPEND="
 	dev-python/setuptools[${PYTHON_USEDEP}]
@@ -32,7 +33,8 @@ DEPEND="
 	test? (
 		${RDEPEND}
 		dev-python/pytest[${PYTHON_USEDEP}]
-	)"
+	)
+	$(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )"
 
 PATCHES=(
 	# Intersphinx cause the usual d'loading of objects.inv from TWO online sites
next             reply	other threads:[~2015-08-23  3:08 UTC|newest]
Thread overview: 125+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-23  3:08 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-24 11:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/cairocffi/ Justin Lecher
2015-09-24 13:07 Agostino Sarubbo
2015-09-25 14:20 Agostino Sarubbo
2015-09-25 18:45 Justin Lecher
2016-01-17  3:34 Tim Harder
2016-10-09  8:13 Jeroen Roovers
2017-02-02 18:43 David Seifert
2017-03-10 11:12 Zac Medico
2017-07-15  9:40 Alexis Ballier
2017-08-21  6:56 Tim Harder
2017-12-25 16:30 Mike Gilbert
2018-01-08 22:50 Thomas Deutschmann
2018-01-09  0:10 Mikle Kolyada
2018-03-18 23:51 Sergei Trofimovich
2018-03-19 23:05 Sergei Trofimovich
2018-11-17  3:24 Virgil Dupras
2019-12-30 12:59 Michał Górny
2020-01-14 22:48 Matt Turner
2020-01-16 12:03 Tim Harder
2020-04-16 20:40 Mart Raudsepp
2020-04-17  5:54 Michał Górny
2020-06-05 16:24 Michał Górny
2020-06-06 17:40 Pacho Ramos
2020-06-28 20:50 Michał Górny
2020-08-25 12:53 Agostino Sarubbo
2020-08-29  4:17 Sam James
2020-08-30 19:10 Thomas Deutschmann
2020-09-09 21:59 Sergei Trofimovich
2020-09-18 14:36 Michał Górny
2020-10-29 23:38 Michał Górny
2020-12-06 23:25 Sam James
2020-12-11 23:10 Sergei Trofimovich
2020-12-16 11:10 Sam James
2021-06-19 20:54 Michał Górny
2021-06-20  1:55 Sam James
2021-07-13  0:16 Marek Szuba
2021-08-17  1:42 Sam James
2021-09-06 23:49 Sam James
2021-09-06 23:54 Sam James
2021-09-06 23:56 Sam James
2021-09-07 18:34 Sam James
2021-10-05  8:27 Michał Górny
2021-11-05  2:18 Sam James
2021-11-05  2:20 Sam James
2021-11-05 14:57 Jakov Smolić
2021-11-05 17:38 Sam James
2021-11-05 17:38 Sam James
2021-11-06  8:34 Agostino Sarubbo
2021-11-06 19:56 Sam James
2021-11-06 19:59 Arthur Zamarin
2022-01-30 21:01 James Le Cuirot
2022-05-24 13:40 Andrew Ammerlaan
2022-09-25 11:03 Michał Górny
2022-09-25 13:48 Michał Górny
2022-09-25 18:14 Arthur Zamarin
2022-09-25 18:24 Arthur Zamarin
2022-09-26  7:09 Arthur Zamarin
2022-09-26  7:34 Jakov Smolić
2022-09-28 21:27 Sam James
2022-10-09 12:02 Michał Górny
2022-10-17 19:23 Sam James
2022-10-29 21:11 Sam James
2022-11-21 20:05 Arthur Zamarin
2022-11-21 20:05 Arthur Zamarin
2022-11-21 20:05 Arthur Zamarin
2022-12-02  6:32 Arthur Zamarin
2022-12-05 17:24 WANG Xuerui
2023-01-13 18:26 Arthur Zamarin
2023-01-13 18:26 Arthur Zamarin
2023-01-14 10:00 Arthur Zamarin
2023-02-27 15:49 Michał Górny
2023-02-27 15:49 Michał Górny
2023-03-13 20:01 Arthur Zamarin
2023-03-13 20:12 Arthur Zamarin
2023-03-15 12:23 Arthur Zamarin
2023-03-15 12:29 Michał Górny
2023-03-18  6:57 Michał Górny
2023-04-15 19:39 Michał Górny
2023-04-22  9:00 Arthur Zamarin
2023-04-22  9:25 Arthur Zamarin
2023-04-22 10:34 Arthur Zamarin
2023-04-22 11:31 Sam James
2023-04-23  5:36 Jakov Smolić
2023-05-05  8:02 Arthur Zamarin
2023-05-05  8:04 Arthur Zamarin
2023-05-05 13:43 Michał Górny
2023-06-12 11:37 Michał Górny
2023-07-24  7:45 Jakov Smolić
2023-07-24 18:16 Sam James
2023-07-24 21:02 Sam James
2023-07-25  5:20 Michał Górny
2023-08-17  2:55 Sam James
2023-09-11 11:44 Arthur Zamarin
2023-09-11 12:25 Arthur Zamarin
2023-09-11 12:36 Sam James
2023-09-11 12:45 Arthur Zamarin
2023-09-11 18:36 Sam James
2023-09-11 18:36 Sam James
2023-09-14  9:58 Andrew Ammerlaan
2023-10-03 21:44 Sam James
2023-12-01 20:03 Arthur Zamarin
2023-12-02  7:09 Michał Górny
2023-12-21 10:47 Michał Górny
2024-04-28  2:37 Michał Górny
2024-05-17  8:11 Michał Górny
2024-05-17  8:18 Arthur Zamarin
2024-05-17  8:27 Arthur Zamarin
2024-05-17  8:46 Arthur Zamarin
2024-05-17  9:08 Arthur Zamarin
2024-05-19 17:00 Arthur Zamarin
2024-05-25 17:31 Arthur Zamarin
2024-05-25 19:58 Michał Górny
2024-06-19  4:36 Michał Górny
2024-06-28  6:07 Michał Górny
2024-07-06  6:11 Sam James
2024-07-06  6:39 Sam James
2024-07-06  6:45 Sam James
2024-07-06  6:47 Arthur Zamarin
2024-07-06  6:54 Arthur Zamarin
2024-07-06  7:07 Arthur Zamarin
2024-07-06  7:40 Arthur Zamarin
2024-07-06  8:33 Michał Górny
2025-02-22 15:19 Michał Górny
2025-10-18  9:53 Michał Górny
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=1440297717.0e23f54cd2fded0aca4aad1ea475f74f313ad267.floppym@gentoo \
    --to=floppym@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