diff options
| author | Justin Lecher <jlec@gentoo.org> | 2015-11-10 11:33:30 +0100 |
|---|---|---|
| committer | Justin Lecher <jlec@gentoo.org> | 2015-11-10 11:54:09 +0100 |
| commit | 32100e32a0b211f4ec778cb4908e45585e29a36b (patch) | |
| tree | baec9c92be2ad66cb79d6ca164918279fdda0077 /dev-python | |
| parent | 14d2bf6e43828bd821a9e69491aeeb8953820a3c (diff) | |
| download | gentoo-32100e32a0b211f4ec778cb4908e45585e29a36b.tar.gz gentoo-32100e32a0b211f4ec778cb4908e45585e29a36b.tar.bz2 gentoo-32100e32a0b211f4ec778cb4908e45585e29a36b.zip | |
Sanitize virtual namespace of python packages
Rename virtual/MODULE to virtual/python-MODULE
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/formencode/formencode-1.3.0-r2.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/mock/mock-1.2.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/mock/mock-1.3.0-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/numba/numba-0.18.2.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/numba/numba-0.19.2.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/numba/numba-0.20.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/python-sipsimple/python-sipsimple-2.5.1-r3.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pythong/pythong-2.1.5-r2.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/tabulate/tabulate-0.7.2.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/tabulate/tabulate-0.7.3.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/tabulate/tabulate-0.7.5.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/twill/twill-0.9-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/xmpppy/xmpppy-0.5.0_rc1-r2.ebuild | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/dev-python/formencode/formencode-1.3.0-r2.ebuild b/dev-python/formencode/formencode-1.3.0-r2.ebuild index a81fffa4a0e4..87966c02812e 100644 --- a/dev-python/formencode/formencode-1.3.0-r2.ebuild +++ b/dev-python/formencode/formencode-1.3.0-r2.ebuild @@ -23,7 +23,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] dev-python/pycountry[${PYTHON_USEDEP}] - virtual/dnspython[${PYTHON_USEDEP}] )" + virtual/python-dnspython[${PYTHON_USEDEP}] )" RDEPEND="" RESTRICT="test" diff --git a/dev-python/mock/mock-1.2.0.ebuild b/dev-python/mock/mock-1.2.0.ebuild index 65b2714d0490..c37bd46936df 100644 --- a/dev-python/mock/mock-1.2.0.ebuild +++ b/dev-python/mock/mock-1.2.0.ebuild @@ -19,7 +19,7 @@ IUSE="doc test" CDEPEND=" >=dev-python/pbr-1.3[${PYTHON_USEDEP}] - virtual/funcsigs[${PYTHON_USEDEP}]" + virtual/python-funcsigs[${PYTHON_USEDEP}]" DEPEND=" >=dev-python/setuptools-17.1[${PYTHON_USEDEP}] test? ( diff --git a/dev-python/mock/mock-1.3.0-r1.ebuild b/dev-python/mock/mock-1.3.0-r1.ebuild index 4724bd742a89..5359b19e847e 100644 --- a/dev-python/mock/mock-1.3.0-r1.ebuild +++ b/dev-python/mock/mock-1.3.0-r1.ebuild @@ -19,7 +19,7 @@ IUSE="doc test" CDEPEND=" >=dev-python/pbr-1.3[${PYTHON_USEDEP}] - virtual/funcsigs[${PYTHON_USEDEP}]" + virtual/python-funcsigs[${PYTHON_USEDEP}]" DEPEND=" >=dev-python/setuptools-17.1[${PYTHON_USEDEP}] test? ( diff --git a/dev-python/numba/numba-0.18.2.ebuild b/dev-python/numba/numba-0.18.2.ebuild index 73c7b3185742..49c04d5aa70e 100644 --- a/dev-python/numba/numba-0.18.2.ebuild +++ b/dev-python/numba/numba-0.18.2.ebuild @@ -21,7 +21,7 @@ RDEPEND=" dev-python/llvmlite[${PYTHON_USEDEP}] >=dev-python/numpy-1.6[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python{2_7,3_3}) - virtual/funcsigs[${PYTHON_USEDEP}]" + virtual/python-funcsigs[${PYTHON_USEDEP}]" DEPEND="test? ( ${RDEPEND} )" # test phase is pointless since it errors in circa 60% of 1984 tests diff --git a/dev-python/numba/numba-0.19.2.ebuild b/dev-python/numba/numba-0.19.2.ebuild index 4200848b93bb..9ba53af356b1 100644 --- a/dev-python/numba/numba-0.19.2.ebuild +++ b/dev-python/numba/numba-0.19.2.ebuild @@ -21,7 +21,7 @@ RDEPEND=" dev-python/llvmlite[${PYTHON_USEDEP}] >=dev-python/numpy-1.6[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python{2_7,3_3}) - virtual/funcsigs[${PYTHON_USEDEP}]" + virtual/python-funcsigs[${PYTHON_USEDEP}]" DEPEND="test? ( ${RDEPEND} ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" diff --git a/dev-python/numba/numba-0.20.0.ebuild b/dev-python/numba/numba-0.20.0.ebuild index 2631c41c658e..cbd0b4239074 100644 --- a/dev-python/numba/numba-0.20.0.ebuild +++ b/dev-python/numba/numba-0.20.0.ebuild @@ -21,7 +21,7 @@ RDEPEND=" dev-python/llvmlite[${PYTHON_USEDEP}] >=dev-python/numpy-1.6[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python{2_7,3_3}) - virtual/funcsigs[${PYTHON_USEDEP}]" + virtual/python-funcsigs[${PYTHON_USEDEP}]" DEPEND="test? ( ${RDEPEND} ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" diff --git a/dev-python/python-sipsimple/python-sipsimple-2.5.1-r3.ebuild b/dev-python/python-sipsimple/python-sipsimple-2.5.1-r3.ebuild index e6c2594f70e0..0da7d320e9b2 100644 --- a/dev-python/python-sipsimple/python-sipsimple-2.5.1-r3.ebuild +++ b/dev-python/python-sipsimple/python-sipsimple-2.5.1-r3.ebuild @@ -30,7 +30,7 @@ CDEPEND=" virtual/ffmpeg " RDEPEND="${CDEPEND} - virtual/dnspython[${PYTHON_USEDEP}] + virtual/python-dnspython[${PYTHON_USEDEP}] dev-python/python-cjson[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/python-eventlib[${PYTHON_USEDEP}] diff --git a/dev-python/pythong/pythong-2.1.5-r2.ebuild b/dev-python/pythong/pythong-2.1.5-r2.ebuild index 989a5417abaa..a1b6459eba58 100644 --- a/dev-python/pythong/pythong-2.1.5-r2.ebuild +++ b/dev-python/pythong/pythong-2.1.5-r2.ebuild @@ -27,7 +27,7 @@ IUSE="doc" RDEPEND=" >=dev-lang/tk-8.3.4:0= - virtual/pmw[${PYTHON_USEDEP}]" + virtual/python-pmw[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_PN}-${MY_PV}" diff --git a/dev-python/tabulate/tabulate-0.7.2.ebuild b/dev-python/tabulate/tabulate-0.7.2.ebuild index 916d1514d585..1f39c8867b86 100644 --- a/dev-python/tabulate/tabulate-0.7.2.ebuild +++ b/dev-python/tabulate/tabulate-0.7.2.ebuild @@ -19,7 +19,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} - test? ( virtual/funcsigs[${PYTHON_USEDEP}] ) + test? ( virtual/python-funcsigs[${PYTHON_USEDEP}] ) " # Missing something: diff --git a/dev-python/tabulate/tabulate-0.7.3.ebuild b/dev-python/tabulate/tabulate-0.7.3.ebuild index 7776a856ad53..8d04363a9b0c 100644 --- a/dev-python/tabulate/tabulate-0.7.3.ebuild +++ b/dev-python/tabulate/tabulate-0.7.3.ebuild @@ -19,7 +19,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} - test? ( virtual/funcsigs[${PYTHON_USEDEP}] ) + test? ( virtual/python-funcsigs[${PYTHON_USEDEP}] ) " # Missing something: diff --git a/dev-python/tabulate/tabulate-0.7.5.ebuild b/dev-python/tabulate/tabulate-0.7.5.ebuild index 7776a856ad53..8d04363a9b0c 100644 --- a/dev-python/tabulate/tabulate-0.7.5.ebuild +++ b/dev-python/tabulate/tabulate-0.7.5.ebuild @@ -19,7 +19,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} - test? ( virtual/funcsigs[${PYTHON_USEDEP}] ) + test? ( virtual/python-funcsigs[${PYTHON_USEDEP}] ) " # Missing something: diff --git a/dev-python/twill/twill-0.9-r1.ebuild b/dev-python/twill/twill-0.9-r1.ebuild index d69c8f747792..3c54b5d90643 100644 --- a/dev-python/twill/twill-0.9-r1.ebuild +++ b/dev-python/twill/twill-0.9-r1.ebuild @@ -26,7 +26,7 @@ DEPEND=" $(python_gen_cond_dep 'dev-python/epydoc[${PYTHON_USEDEP}]' python2_7) || ( dev-python/dnspython:0[${PYTHON_USEDEP}] - virtual/dnspython:0[${PYTHON_USEDEP}] + virtual/python-dnspython:0[${PYTHON_USEDEP}] ) )" diff --git a/dev-python/xmpppy/xmpppy-0.5.0_rc1-r2.ebuild b/dev-python/xmpppy/xmpppy-0.5.0_rc1-r2.ebuild index c9cc7fab7fdd..28e388b68587 100644 --- a/dev-python/xmpppy/xmpppy-0.5.0_rc1-r2.ebuild +++ b/dev-python/xmpppy/xmpppy-0.5.0_rc1-r2.ebuild @@ -21,7 +21,7 @@ IUSE="doc" RDEPEND=" || ( - virtual/dnspython[${PYTHON_USEDEP}] + virtual/python-dnspython[${PYTHON_USEDEP}] dev-python/pydns[${PYTHON_USEDEP}] )" DEPEND="${RDEPEND} |
