diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-21 12:31:43 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-21 12:43:47 +0100 |
commit | 245cb22467c47a39d6992808b045bd9181f5b4dd (patch) | |
tree | b2b1567d4779931ef504d8279de11ebd8b70c1cb /dev-python | |
parent | bbdfa5280566435e3d278731e2be8d8cc9d9e04e (diff) | |
download | gentoo-245cb22467c47a39d6992808b045bd9181f5b4dd.tar.gz gentoo-245cb22467c47a39d6992808b045bd9181f5b4dd.tar.xz |
Fix typo repo wide
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/aadict/aadict-0.2.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/abstract_rendering/abstract_rendering-0.5.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/bokeh/bokeh-0.10.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/bokeh/bokeh-0.11.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/flexx/flexx-0.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/httpbin/httpbin-0.4.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/memory_profiler/memory_profiler-0.39.ebuild | 2 | ||||
-rw-r--r-- | dev-python/memory_profiler/memory_profiler-0.40.ebuild | 2 | ||||
-rw-r--r-- | dev-python/memory_profiler/memory_profiler-0.41.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pytest-httpbin/pytest-httpbin-0.2.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/statistics/statistics-1.0.3.5.ebuild | 2 | ||||
-rw-r--r-- | dev-python/webencodings/webencodings-0.4.ebuild | 2 | ||||
-rw-r--r-- | dev-python/xonsh/xonsh-0.2.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/xonsh/xonsh-0.2.4.ebuild | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/dev-python/aadict/aadict-0.2.2.ebuild b/dev-python/aadict/aadict-0.2.2.ebuild index beb5a73742b..b723e4df510 100644 --- a/dev-python/aadict/aadict-0.2.2.ebuild +++ b/dev-python/aadict/aadict-0.2.2.ebuild @@ -20,7 +20,7 @@ IUSE="test" RDEPEND=" >=dev-python/six-1.6.0[${PYTHON_USEDEP}] " -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( >=dev-python/nose-1.3.0[${PYTHON_USEDEP}] diff --git a/dev-python/abstract_rendering/abstract_rendering-0.5.1.ebuild b/dev-python/abstract_rendering/abstract_rendering-0.5.1.ebuild index 3b2b1105c62..8af5a0436fb 100644 --- a/dev-python/abstract_rendering/abstract_rendering-0.5.1.ebuild +++ b/dev-python/abstract_rendering/abstract_rendering-0.5.1.ebuild @@ -23,7 +23,7 @@ IUSE="test" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] " -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" python_prepare_all() { diff --git a/dev-python/bokeh/bokeh-0.10.0.ebuild b/dev-python/bokeh/bokeh-0.10.0.ebuild index c70bc4125ce..61cb1ff9168 100644 --- a/dev-python/bokeh/bokeh-0.10.0.ebuild +++ b/dev-python/bokeh/bokeh-0.10.0.ebuild @@ -39,7 +39,7 @@ RDEPEND=" # testing server: needs websocket not in portage yet # websocket is in pypi for the adding # hdf5 backend: needs array management not in portage yet -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] diff --git a/dev-python/bokeh/bokeh-0.11.0.ebuild b/dev-python/bokeh/bokeh-0.11.0.ebuild index f64ab76ccaa..97f60c8da70 100644 --- a/dev-python/bokeh/bokeh-0.11.0.ebuild +++ b/dev-python/bokeh/bokeh-0.11.0.ebuild @@ -39,7 +39,7 @@ RDEPEND=" # testing server: needs websocket not in portage yet # websocket is in pypi for the adding # hdf5 backend: needs array management not in portage yet -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] diff --git a/dev-python/flexx/flexx-0.2.ebuild b/dev-python/flexx/flexx-0.2.ebuild index 7fc591d3945..cdc8d14dbb8 100644 --- a/dev-python/flexx/flexx-0.2.ebuild +++ b/dev-python/flexx/flexx-0.2.ebuild @@ -21,6 +21,6 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="" -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] " diff --git a/dev-python/httpbin/httpbin-0.4.0.ebuild b/dev-python/httpbin/httpbin-0.4.0.ebuild index e80b3b2d95a..ef603c3d12b 100644 --- a/dev-python/httpbin/httpbin-0.4.0.ebuild +++ b/dev-python/httpbin/httpbin-0.4.0.ebuild @@ -23,7 +23,7 @@ RDEPEND=" dev-python/itsdangerous[${PYTHON_USEDEP}] dev-python/markupsafe[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]" -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/werkzeug[${PYTHON_USEDEP}] )" diff --git a/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild b/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild index 792e7c9bfa0..725bde6682f 100644 --- a/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild +++ b/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild @@ -21,7 +21,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-lin IUSE="test" RDEPEND="" -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] diff --git a/dev-python/memory_profiler/memory_profiler-0.39.ebuild b/dev-python/memory_profiler/memory_profiler-0.39.ebuild index 9595e036119..e5eebb7ca23 100644 --- a/dev-python/memory_profiler/memory_profiler-0.39.ebuild +++ b/dev-python/memory_profiler/memory_profiler-0.39.ebuild @@ -20,7 +20,7 @@ IUSE="test" RDEPEND=" dev-python/psutil[${PYTHON_USEDEP}] " -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { diff --git a/dev-python/memory_profiler/memory_profiler-0.40.ebuild b/dev-python/memory_profiler/memory_profiler-0.40.ebuild index 9595e036119..e5eebb7ca23 100644 --- a/dev-python/memory_profiler/memory_profiler-0.40.ebuild +++ b/dev-python/memory_profiler/memory_profiler-0.40.ebuild @@ -20,7 +20,7 @@ IUSE="test" RDEPEND=" dev-python/psutil[${PYTHON_USEDEP}] " -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { diff --git a/dev-python/memory_profiler/memory_profiler-0.41.ebuild b/dev-python/memory_profiler/memory_profiler-0.41.ebuild index 8c6f5b85fa0..768f14c50a0 100644 --- a/dev-python/memory_profiler/memory_profiler-0.41.ebuild +++ b/dev-python/memory_profiler/memory_profiler-0.41.ebuild @@ -20,7 +20,7 @@ IUSE="test" RDEPEND=" dev-python/psutil[${PYTHON_USEDEP}] " -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/ipython[${PYTHON_USEDEP}] )" diff --git a/dev-python/pytest-httpbin/pytest-httpbin-0.2.0.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-0.2.0.ebuild index 12fb946bbfd..817a0644f4d 100644 --- a/dev-python/pytest-httpbin/pytest-httpbin-0.2.0.ebuild +++ b/dev-python/pytest-httpbin/pytest-httpbin-0.2.0.ebuild @@ -23,7 +23,7 @@ RDEPEND=" dev-python/httpbin[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] " -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] diff --git a/dev-python/statistics/statistics-1.0.3.5.ebuild b/dev-python/statistics/statistics-1.0.3.5.ebuild index a9d836ce770..b4c4f5297a1 100644 --- a/dev-python/statistics/statistics-1.0.3.5.ebuild +++ b/dev-python/statistics/statistics-1.0.3.5.ebuild @@ -18,5 +18,5 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="" -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/webencodings/webencodings-0.4.ebuild b/dev-python/webencodings/webencodings-0.4.ebuild index 7898dc69775..c45075c118b 100644 --- a/dev-python/webencodings/webencodings-0.4.ebuild +++ b/dev-python/webencodings/webencodings-0.4.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="" -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] diff --git a/dev-python/xonsh/xonsh-0.2.3.ebuild b/dev-python/xonsh/xonsh-0.2.3.ebuild index 648162d111e..71ba933b20a 100644 --- a/dev-python/xonsh/xonsh-0.2.3.ebuild +++ b/dev-python/xonsh/xonsh-0.2.3.ebuild @@ -23,7 +23,7 @@ IUSE="test" RDEPEND=" dev-python/ply[${PYTHON_USEDEP}] " -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] diff --git a/dev-python/xonsh/xonsh-0.2.4.ebuild b/dev-python/xonsh/xonsh-0.2.4.ebuild index 959758a033d..0f078e1838e 100644 --- a/dev-python/xonsh/xonsh-0.2.4.ebuild +++ b/dev-python/xonsh/xonsh-0.2.4.ebuild @@ -23,7 +23,7 @@ IUSE="test" RDEPEND=" dev-python/ply[${PYTHON_USEDEP}] " -DEPEND="${REDEPEND} +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] |