From d1473b547540ba47c235c9f4841a8c85d6918276 Mon Sep 17 00:00:00 2001 From: Sean Vig Date: Sat, 22 Aug 2015 14:10:42 -0500 Subject: dev-python/bcrypt: Ensure new enough pypy installed --- dev-python/bcrypt/bcrypt-2.0.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-python') diff --git a/dev-python/bcrypt/bcrypt-2.0.0.ebuild b/dev-python/bcrypt/bcrypt-2.0.0.ebuild index 28ee0eeb4886..a10d7dfbbbf4 100644 --- a/dev-python/bcrypt/bcrypt-2.0.0.ebuild +++ b/dev-python/bcrypt/bcrypt-2.0.0.ebuild @@ -23,9 +23,11 @@ IUSE="" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 'python*') + $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy ) " RDEPEND=" $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 'python*') + $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy ) >=dev-python/six-1.4.1[${PYTHON_USEDEP}] !dev-python/py-bcrypt" -- cgit v1.2.3 From 0e23f54cd2fded0aca4aad1ea475f74f313ad267 Mon Sep 17 00:00:00 2001 From: Sean Vig Date: Sat, 22 Aug 2015 18:10:58 -0500 Subject: 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(-) (limited to 'dev-python') diff --git a/dev-python/cairocffi/cairocffi-0.5.3-r1.ebuild b/dev-python/cairocffi/cairocffi-0.5.3-r1.ebuild index 02d50b7bc552..b09276cfb9b0 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 02d50b7bc552..b09276cfb9b0 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 b760032169a0..77ff6bff9b57 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= =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 8aa7b95b2a27..b9396d0d506f 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 -- cgit v1.2.3 From 3a51d23efaa263cb0198c04b01b1a25a4ff72808 Mon Sep 17 00:00:00 2001 From: Sean Vig Date: Sat, 22 Aug 2015 18:12:57 -0500 Subject: dev-python/cryptography: Enable pypy as Python target --- dev-python/cryptography/cryptography-1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/cryptography/cryptography-1.0.ebuild b/dev-python/cryptography/cryptography-1.0.ebuild index c06bcfde5b5a..89753712433b 100644 --- a/dev-python/cryptography/cryptography-1.0.ebuild +++ b/dev-python/cryptography/cryptography-1.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 # only works with >=pypy-2.6 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) inherit distutils-r1 @@ -27,6 +27,7 @@ RDEPEND=" >=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/six-1.4.1[${PYTHON_USEDEP}] + $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy ) " DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] -- cgit v1.2.3 From 9d591e040ad1c2683524f18b7131be3a1c670608 Mon Sep 17 00:00:00 2001 From: Sean Vig Date: Sat, 22 Aug 2015 18:21:42 -0500 Subject: dev-python/xcffib: Don't enable pypy Python target on dev-python/cffi --- dev-python/xcffib/xcffib-0.1.10.ebuild | 2 +- dev-python/xcffib/xcffib-0.2.0.ebuild | 2 +- dev-python/xcffib/xcffib-0.2.1.ebuild | 2 +- dev-python/xcffib/xcffib-0.2.5.ebuild | 5 +++-- dev-python/xcffib/xcffib-0.3.2.ebuild | 3 ++- dev-python/xcffib/xcffib-0.3.4.ebuild | 3 ++- 6 files changed, 10 insertions(+), 7 deletions(-) (limited to 'dev-python') diff --git a/dev-python/xcffib/xcffib-0.1.10.ebuild b/dev-python/xcffib/xcffib-0.1.10.ebuild index 481f7ea8a176..13222eaddffb 100644 --- a/dev-python/xcffib/xcffib-0.1.10.ebuild +++ b/dev-python/xcffib/xcffib-0.1.10.ebuild @@ -19,7 +19,7 @@ IUSE="" COMMON_DEPEND="x11-libs/libxcb" RDEPEND=" - >=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}] + $(python_gen_cond_dep '>=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}]' 'python*') dev-python/six[${PYTHON_USEDEP}] ${COMMON_DEPEND}" DEPEND=" diff --git a/dev-python/xcffib/xcffib-0.2.0.ebuild b/dev-python/xcffib/xcffib-0.2.0.ebuild index 1b041dbccf4a..621063b07e9b 100644 --- a/dev-python/xcffib/xcffib-0.2.0.ebuild +++ b/dev-python/xcffib/xcffib-0.2.0.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" COMMON_DEPEND="x11-libs/libxcb" RDEPEND=" - >=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}] + $(python_gen_cond_dep '>=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}]' 'python*') dev-python/six[${PYTHON_USEDEP}] ${COMMON_DEPEND}" DEPEND=" diff --git a/dev-python/xcffib/xcffib-0.2.1.ebuild b/dev-python/xcffib/xcffib-0.2.1.ebuild index 1b041dbccf4a..621063b07e9b 100644 --- a/dev-python/xcffib/xcffib-0.2.1.ebuild +++ b/dev-python/xcffib/xcffib-0.2.1.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" COMMON_DEPEND="x11-libs/libxcb" RDEPEND=" - >=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}] + $(python_gen_cond_dep '>=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}]' 'python*') dev-python/six[${PYTHON_USEDEP}] ${COMMON_DEPEND}" DEPEND=" diff --git a/dev-python/xcffib/xcffib-0.2.5.ebuild b/dev-python/xcffib/xcffib-0.2.5.ebuild index 86b41e48622d..9052d505fe7d 100644 --- a/dev-python/xcffib/xcffib-0.2.5.ebuild +++ b/dev-python/xcffib/xcffib-0.2.5.ebuild @@ -20,8 +20,9 @@ IUSE="test" COMMON_DEPEND="x11-libs/libxcb" RDEPEND=" - >=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}] - =dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}]' 'python*') + $(python_gen_cond_dep '