diff options
Diffstat (limited to 'dev-python')
4 files changed, 2 insertions, 43 deletions
diff --git a/dev-python/numpy-python2/numpy-python2-1.16.6.ebuild b/dev-python/numpy-python2/numpy-python2-1.16.6.ebuild index 4fd160747814..85e1fd687f83 100644 --- a/dev-python/numpy-python2/numpy-python2-1.16.6.ebuild +++ b/dev-python/numpy-python2/numpy-python2-1.16.6.ebuild @@ -24,7 +24,7 @@ SRC_URI=" )" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc lapack test" RESTRICT="!test? ( test )" diff --git a/dev-python/numpy/numpy-1.17.4-r3.ebuild b/dev-python/numpy/numpy-1.17.4-r3.ebuild index 3936571afcd6..7b63588cfd37 100644 --- a/dev-python/numpy/numpy-1.17.4-r3.ebuild +++ b/dev-python/numpy/numpy-1.17.4-r3.ebuild @@ -23,7 +23,7 @@ SRC_URI=" )" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc lapack test" RESTRICT="!test? ( test )" diff --git a/dev-python/pynacl/files/pynacl-1.3.0-hypothesis-4.patch b/dev-python/pynacl/files/pynacl-1.3.0-hypothesis-4.patch deleted file mode 100644 index 9b7a5a905d41..000000000000 --- a/dev-python/pynacl/files/pynacl-1.3.0-hypothesis-4.patch +++ /dev/null @@ -1,29 +0,0 @@ -From af2d8c241872318baba42d7f5fbfb1869de91baa Mon Sep 17 00:00:00 2001 -From: Valentin Heidelberger <github@valentinsblog.com> -Date: Thu, 27 Sep 2018 22:36:34 +0200 -Subject: [PATCH] Remove average_size hypothesis setting from test_bindings.py - ---- - tests/test_bindings.py | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/tests/test_bindings.py b/tests/test_bindings.py -index 22930cc7..d7951a21 100644 ---- a/tests/test_bindings.py -+++ b/tests/test_bindings.py -@@ -306,7 +306,6 @@ def test_unpad_not_padded(): - - - @given(binary(min_size=0, -- average_size=128, - max_size=2049), - integers(min_value=16, - max_value=256) -@@ -320,7 +319,6 @@ def test_pad_sizes(msg, bl_sz): - - - @given(binary(min_size=0, -- average_size=128, - max_size=2049), - integers(min_value=16, - max_value=256) diff --git a/dev-python/responses/files/responses-0.10.7-tests.patch b/dev-python/responses/files/responses-0.10.7-tests.patch deleted file mode 100644 index 764b22ab3af3..000000000000 --- a/dev-python/responses/files/responses-0.10.7-tests.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/test_responses.py b/test_responses.py -index c2a4f01..2b85172 100644 ---- a/test_responses.py -+++ b/test_responses.py -@@ -928,6 +928,7 @@ def _quote(s): - return responses.quote(responses._ensure_str(s)) - - -+@pytest.mark.skipif(six.PY2, reason="Broken on python2") - def test_cookies_from_headers(): - text = "こんにちは/世界" - quoted_text = _quote(text) |
