From 6fc802acb601618604b595ef8332e53d6dcb79eb Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sun, 17 Jan 2021 00:34:06 +0000 Subject: Updating liguros repo --- dev-python/aiohttp/aiohttp-3.6.2-r1.ebuild | 6 ++++- dev-python/aiohttp/aiohttp-3.7.1-r1.ebuild | 6 ++++- dev-python/aiohttp/aiohttp-3.7.2-r1.ebuild | 4 ++++ dev-python/aiohttp/aiohttp-3.7.3.ebuild | 4 ++++ dev-python/cleo/cleo-0.8.1.ebuild | 1 + dev-python/pendulum/pendulum-2.1.2-r1.ebuild | 36 ++++++++++++++++++++++++++++ dev-python/pendulum/pendulum-2.1.2.ebuild | 36 ---------------------------- dev-python/pikepdf/pikepdf-2.4.0.ebuild | 3 ++- 8 files changed, 57 insertions(+), 39 deletions(-) create mode 100644 dev-python/pendulum/pendulum-2.1.2-r1.ebuild delete mode 100644 dev-python/pendulum/pendulum-2.1.2.ebuild (limited to 'dev-python') 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-r1.ebuild b/dev-python/pendulum/pendulum-2.1.2-r1.ebuild new file mode 100644 index 000000000000..5b12cfc14d9b --- /dev/null +++ b/dev-python/pendulum/pendulum-2.1.2-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=pyproject.toml +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +inherit distutils-r1 + +DESCRIPTION="Drop-in replacement for the standard datetime class" +HOMEPAGE="https://pendulum.eustace.io/ https://github.com/sdispater/pendulum" +SRC_URI="https://github.com/sdispater/pendulum/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# Requires timezone information which is not installed by default +# with dev-python/pytzdata, and otherwise approx. 50 out of 1600 +# tests are failing for now. Keeping the test dependencies +# commented for future tests fixups +RESTRICT="test" + +DEPEND=" + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/pytzdata[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" + +#BDEPEND=" +# test? ( +# dev-python/babel[${PYTHON_USEDEP}] +# dev-python/freezegun[${PYTHON_USEDEP}] +# dev-python/pytz[${PYTHON_USEDEP}] +# )" + +# distutils_enable_tests pytest diff --git a/dev-python/pendulum/pendulum-2.1.2.ebuild b/dev-python/pendulum/pendulum-2.1.2.ebuild deleted file mode 100644 index ef0389c704e9..000000000000 --- a/dev-python/pendulum/pendulum-2.1.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) -inherit distutils-r1 - -DESCRIPTION="Drop-in replacement for the standard datetime class" -HOMEPAGE="https://pendulum.eustace.io/ https://github.com/sdispater/pendulum" -SRC_URI="https://github.com/sdispater/pendulum/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# Requires timezone information which is not installed by default -# with dev-python/pytzdata, and otherwise approx. 50 out of 1600 -# tests are failing for now. Keeping the test dependencies -# commented for future tests fixups -RESTRICT="test" - -RDEPEND=" - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/pytzdata[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -#BDEPEND=" -# test? ( -# dev-python/babel[${PYTHON_USEDEP}] -# dev-python/freezegun[${PYTHON_USEDEP}] -# dev-python/pytz[${PYTHON_USEDEP}] -# )" - -# distutils_enable_tests pytest 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}] -- cgit v1.3.1