diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-01-17 00:34:06 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-01-17 00:34:06 +0000 |
| commit | 6fc802acb601618604b595ef8332e53d6dcb79eb (patch) | |
| tree | 4d59a7dee72755ea00cb83ddb2b2c0a4eb60202d /dev-python | |
| parent | 3d5c46f6cfdc5911e0ada409f6e762854368a228 (diff) | |
| download | baldeagleos-repo-6fc802acb601618604b595ef8332e53d6dcb79eb.tar.gz baldeagleos-repo-6fc802acb601618604b595ef8332e53d6dcb79eb.tar.xz baldeagleos-repo-6fc802acb601618604b595ef8332e53d6dcb79eb.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/aiohttp/aiohttp-3.6.2-r1.ebuild | 6 | ||||
| -rw-r--r-- | dev-python/aiohttp/aiohttp-3.7.1-r1.ebuild | 6 | ||||
| -rw-r--r-- | dev-python/aiohttp/aiohttp-3.7.2-r1.ebuild | 4 | ||||
| -rw-r--r-- | dev-python/aiohttp/aiohttp-3.7.3.ebuild | 4 | ||||
| -rw-r--r-- | dev-python/cleo/cleo-0.8.1.ebuild | 1 | ||||
| -rw-r--r-- | dev-python/pendulum/pendulum-2.1.2-r1.ebuild (renamed from dev-python/pendulum/pendulum-2.1.2.ebuild) | 2 | ||||
| -rw-r--r-- | dev-python/pikepdf/pikepdf-2.4.0.ebuild | 3 |
7 files changed, 22 insertions, 4 deletions
diff --git a/dev-python/aiohttp/aiohttp-3.6.2-r1.ebuild b/dev-python/aiohttp/aiohttp-3.6.2-r1.ebuild index 160caaef8fbd..85649f355101 100644 --- a/dev-python/aiohttp/aiohttp-3.6.2-r1.ebuild +++ b/dev-python/aiohttp/aiohttp-3.6.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -140,6 +140,10 @@ python_prepare_all() { sed -e 's:test_proxy_https_bad_response:_&:' \ -i tests/test_proxy_functional.py || die + # newer chardet works too + sed -e 's|chardet>=2.0,<4.0|chardet>=2.0|' \ + -i setup.py aiohttp.egg-info/requires.txt || die + distutils-r1_python_prepare_all } diff --git a/dev-python/aiohttp/aiohttp-3.7.1-r1.ebuild b/dev-python/aiohttp/aiohttp-3.7.1-r1.ebuild index 3e5e040e421a..75621da5f2df 100644 --- a/dev-python/aiohttp/aiohttp-3.7.1-r1.ebuild +++ b/dev-python/aiohttp/aiohttp-3.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -70,6 +70,10 @@ python_prepare_all() { sed -e 's:test_mark_formdata_as_processed:_&:' \ -i tests/test_formdata.py || die + # newer chardet works too + sed -e 's|chardet>=2.0,<4.0|chardet>=2.0|' \ + -i setup.py aiohttp.egg-info/requires.txt || die + # takes a very long time, then fails rm tests/test_pytest_plugin.py || die diff --git a/dev-python/aiohttp/aiohttp-3.7.2-r1.ebuild b/dev-python/aiohttp/aiohttp-3.7.2-r1.ebuild index acd478ea932c..c95c54cdde94 100644 --- a/dev-python/aiohttp/aiohttp-3.7.2-r1.ebuild +++ b/dev-python/aiohttp/aiohttp-3.7.2-r1.ebuild @@ -71,6 +71,10 @@ python_prepare_all() { sed -e 's:test_mark_formdata_as_processed:_&:' \ -i tests/test_formdata.py || die + # newer chardet works too + sed -e 's|chardet>=2.0,<4.0|chardet>=2.0|' \ + -i setup.py aiohttp.egg-info/requires.txt || die + # takes a very long time, then fails rm tests/test_pytest_plugin.py || die diff --git a/dev-python/aiohttp/aiohttp-3.7.3.ebuild b/dev-python/aiohttp/aiohttp-3.7.3.ebuild index 76d5b77caead..e23e6dd684b0 100644 --- a/dev-python/aiohttp/aiohttp-3.7.3.ebuild +++ b/dev-python/aiohttp/aiohttp-3.7.3.ebuild @@ -71,6 +71,10 @@ python_prepare_all() { sed -e 's:test_mark_formdata_as_processed:_&:' \ -i tests/test_formdata.py || die + # newer chardet works too + sed -e 's|chardet>=2.0,<4.0|chardet>=2.0|' \ + -i setup.py aiohttp.egg-info/requires.txt || die + # takes a very long time, then fails rm tests/test_pytest_plugin.py || die diff --git a/dev-python/cleo/cleo-0.8.1.ebuild b/dev-python/cleo/cleo-0.8.1.ebuild index ccf6977b9c5f..684e1b864797 100644 --- a/dev-python/cleo/cleo-0.8.1.ebuild +++ b/dev-python/cleo/cleo-0.8.1.ebuild @@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~x86" BDEPEND=" test? ( dev-python/clikit[${PYTHON_USEDEP}] + dev-python/crashtest[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] )" diff --git a/dev-python/pendulum/pendulum-2.1.2.ebuild b/dev-python/pendulum/pendulum-2.1.2-r1.ebuild index ef0389c704e9..5b12cfc14d9b 100644 --- a/dev-python/pendulum/pendulum-2.1.2.ebuild +++ b/dev-python/pendulum/pendulum-2.1.2-r1.ebuild @@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86" # commented for future tests fixups RESTRICT="test" -RDEPEND=" +DEPEND=" dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/pytzdata[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" diff --git a/dev-python/pikepdf/pikepdf-2.4.0.ebuild b/dev-python/pikepdf/pikepdf-2.4.0.ebuild index ce3d4cf29f51..708617fe838c 100644 --- a/dev-python/pikepdf/pikepdf-2.4.0.ebuild +++ b/dev-python/pikepdf/pikepdf-2.4.0.ebuild @@ -26,7 +26,8 @@ BDEPEND=" test? ( >=dev-python/attrs-20.2.0[${PYTHON_USEDEP}] >=dev-python/hypothesis-5[${PYTHON_USEDEP}] - >=dev-python/pillow-5.0.0[${PYTHON_USEDEP}] + >=dev-python/pillow-5.0.0[${PYTHON_USEDEP},jpeg,lcms] + >=dev-python/psutil-5[${PYTHON_USEDEP}] >=dev-python/pytest-6[${PYTHON_USEDEP}] >=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}] >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}] |
