mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
@@ -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"
|
||||
|
||||
|
||||
@@ -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}] )
|
||||
|
||||
@@ -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}] )
|
||||
|
||||
@@ -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]"
|
||||
|
||||
@@ -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}]"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
||||
@@ -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}]
|
||||
|
||||
@@ -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="
|
||||
|
||||
@@ -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="
|
||||
|
||||
@@ -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="
|
||||
|
||||
@@ -20,8 +20,9 @@ IUSE="test"
|
||||
COMMON_DEPEND="x11-libs/libxcb"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}]
|
||||
<dev-python/cffi-1:=[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '>=dev-python/cffi-0.8.2:=[${PYTHON_USEDEP}]' 'python*')
|
||||
$(python_gen_cond_dep '<dev-python/cffi-1:=[${PYTHON_USEDEP}]' 'python*')
|
||||
$(python_gen_cond_dep '<virtual/pypy-2.6.0' pypy )
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
${COMMON_DEPEND}"
|
||||
DEPEND="
|
||||
|
||||
@@ -20,7 +20,8 @@ IUSE="test"
|
||||
COMMON_DEPEND="x11-libs/libxcb"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/cffi-0.1.1:=[${PYTHON_USEDEP}]
|
||||
$(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[${PYTHON_USEDEP}]
|
||||
${COMMON_DEPEND}"
|
||||
DEPEND="
|
||||
|
||||
@@ -20,7 +20,8 @@ IUSE="test"
|
||||
COMMON_DEPEND="x11-libs/libxcb"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/cffi-0.1.1:=[${PYTHON_USEDEP}]
|
||||
$(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[${PYTHON_USEDEP}]
|
||||
${COMMON_DEPEND}"
|
||||
DEPEND="
|
||||
|
||||
Reference in New Issue
Block a user