From 7945acd24a6334d20e462f348d028dcb6fff7e04 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [feature/flatten]" Date: Sat, 25 Jul 2020 00:29:10 +0000 Subject: Updating liguros repo --- dev-python/jikanpy/Manifest | 1 + dev-python/jikanpy/jikanpy-4.2.1.ebuild | 22 ++++++ dev-python/moto/moto-1.3.14-r2.ebuild | 86 --------------------- dev-python/moto/moto-1.3.14-r3.ebuild | 89 ++++++++++++++++++++++ .../ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild | 2 +- dev-python/pyaes/pyaes-1.6.1-r2.ebuild | 2 +- 6 files changed, 114 insertions(+), 88 deletions(-) create mode 100644 dev-python/jikanpy/jikanpy-4.2.1.ebuild delete mode 100644 dev-python/moto/moto-1.3.14-r2.ebuild create mode 100644 dev-python/moto/moto-1.3.14-r3.ebuild (limited to 'dev-python') diff --git a/dev-python/jikanpy/Manifest b/dev-python/jikanpy/Manifest index e6fa5a02ca75..1a37bd652132 100644 --- a/dev-python/jikanpy/Manifest +++ b/dev-python/jikanpy/Manifest @@ -1 +1,2 @@ DIST jikanpy-3.4.2.tar.gz 14132 BLAKE2B 4a06cd0ac37968c26cf062c7aa7b42a23795f372a814641d373097e67c0958ea2e640b9945883552c6997285fb3d19991482ed4872c5c74097940121edddca4d SHA512 cff23a20a331da55036875c2ea34e3bcf7c28592b625bb9c3fc453969db2f232cd30841757ec8d75807f323a2caa0f591f91e71547b29d07694560462c561d30 +DIST jikanpy-4.2.1.tar.gz 536588 BLAKE2B f6bf531cc57814d2740e1d325bc521dc92651a1a467b65277086130d9c00de7b592e81a7f82e12cb35ac8d8c7f1bcc6201f945ab9c49befb8b89093e627eacc1 SHA512 7f690745a790836ddae95aaffdaa59ea60d0c2b2d9c64be7548372719c826239d3d650931652ca75d8e35f1d4354c0b80ebf0d7e80a4fa4b65ec3bbd4bef1cd5 diff --git a/dev-python/jikanpy/jikanpy-4.2.1.ebuild b/dev-python/jikanpy/jikanpy-4.2.1.ebuild new file mode 100644 index 000000000000..8f7d0526d9b5 --- /dev/null +++ b/dev-python/jikanpy/jikanpy-4.2.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) +inherit distutils-r1 + +DESCRIPTION="Python wrapper for jikan.moe API." +HOMEPAGE="https://pypi.org/project/jikanpy/" +SRC_URI="https://github.com/abhinavk99/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/simplejson[${PYTHON_USEDEP}] +" diff --git a/dev-python/moto/moto-1.3.14-r2.ebuild b/dev-python/moto/moto-1.3.14-r2.ebuild deleted file mode 100644 index a1f24a41efd2..000000000000 --- a/dev-python/moto/moto-1.3.14-r2.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7,8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 - -DESCRIPTION="Mock library for boto" -HOMEPAGE="https://github.com/spulec/moto" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" - -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/backports-tempfile[${PYTHON_USEDEP}]' python3_{6,7}) - dev-python/cfn-python-lint[${PYTHON_USEDEP}] - >=dev-python/cryptography-2.3.0[${PYTHON_USEDEP}] - dev-python/cookies[${PYTHON_USEDEP}] - dev-python/dicttoxml[${PYTHON_USEDEP}] - >=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}] - >=dev-python/idna-2.5[${PYTHON_USEDEP}] - >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}] - >=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}] - >=dev-python/boto-2.36.0[${PYTHON_USEDEP}] - >=dev-python/boto3-1.9.201[${PYTHON_USEDEP}] - >=dev-python/botocore-1.12.201[${PYTHON_USEDEP}] - dev-python/flask[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pretty-yaml[${PYTHON_USEDEP}] - >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/python-jose[${PYTHON_USEDEP}] - dev-python/python-sshpubkeys[${PYTHON_USEDEP}] - >=dev-python/responses-0.9.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.5[${PYTHON_USEDEP}] - dev-python/xmltodict[${PYTHON_USEDEP}] - >=dev-python/six-1.9[${PYTHON_USEDEP}] - dev-python/werkzeug[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( ${RDEPEND} - dev-python/freezegun[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - dev-python/parameterized[${PYTHON_USEDEP}] - dev-python/responses[${PYTHON_USEDEP}] - >=dev-python/sure-1.4.11[${PYTHON_USEDEP}] - ) -" - -PATCHES=( - "${FILESDIR}/moto-1.3.14-newer-botocore.patch" - "${FILESDIR}/moto-1.3.14-tests.patch" - "${FILESDIR}/moto-1.3.14-py39.patch" -) - -distutils_enable_tests nose - -python_prepare_all() { - sed -e 's|==|>=|' \ - -e '/cfn-lint/ d' \ - -i setup.py moto.egg-info/requires.txt || die - - # Disable tests that fail with network-sandbox. - sed -e 's|^\(def \)\(test_context_manager()\)|\1_\2|' \ - -e 's|^\(def \)\(test_decorator_start_and_stop()\)|\1_\2|' \ - -i tests/test_core/test_decorator_calls.py || die - - # Disable tests that fail with userpriv. - sed -e 's|^\(def \)\(test_invoke_function_from_sns()\)|\1_\2|' \ - -e 's|^\(def \)\(test_invoke_requestresponse_function()\)|\1_\2|' \ - -i tests/test_awslambda/test_lambda.py || die - - # these tests crash nose - rm tests/test_xray/test_xray_client.py || die - - distutils-r1_python_prepare_all -} diff --git a/dev-python/moto/moto-1.3.14-r3.ebuild b/dev-python/moto/moto-1.3.14-r3.ebuild new file mode 100644 index 000000000000..d112fde80a4f --- /dev/null +++ b/dev-python/moto/moto-1.3.14-r3.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit distutils-r1 + +DESCRIPTION="Mock library for boto" +HOMEPAGE="https://github.com/spulec/moto" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" + +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/backports-tempfile[${PYTHON_USEDEP}]' python3_{6,7}) + dev-python/cfn-python-lint[${PYTHON_USEDEP}] + >=dev-python/cryptography-2.3.0[${PYTHON_USEDEP}] + dev-python/cookies[${PYTHON_USEDEP}] + dev-python/dicttoxml[${PYTHON_USEDEP}] + >=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}] + >=dev-python/idna-2.5[${PYTHON_USEDEP}] + >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}] + >=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}] + >=dev-python/boto-2.36.0[${PYTHON_USEDEP}] + >=dev-python/boto3-1.9.201[${PYTHON_USEDEP}] + >=dev-python/botocore-1.12.201[${PYTHON_USEDEP}] + dev-python/flask[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + dev-python/pretty-yaml[${PYTHON_USEDEP}] + >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] + >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/python-jose[${PYTHON_USEDEP}] + dev-python/python-sshpubkeys[${PYTHON_USEDEP}] + >=dev-python/responses-0.9.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.5[${PYTHON_USEDEP}] + dev-python/xmltodict[${PYTHON_USEDEP}] + >=dev-python/six-1.9[${PYTHON_USEDEP}] + dev-python/werkzeug[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( ${RDEPEND} + dev-python/freezegun[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-python/parameterized[${PYTHON_USEDEP}] + dev-python/responses[${PYTHON_USEDEP}] + >=dev-python/sure-1.4.11[${PYTHON_USEDEP}] + ) +" + +PATCHES=( + "${FILESDIR}/moto-1.3.14-newer-botocore.patch" + "${FILESDIR}/moto-1.3.14-tests.patch" + "${FILESDIR}/moto-1.3.14-py39.patch" +) + +distutils_enable_tests nose + +python_prepare_all() { + sed -e 's|==|>=|' \ + -e '/cfn-lint/ d' \ + -i setup.py moto.egg-info/requires.txt || die + + sed -e 's|idna<2.9,>=2.5|idna>=2.5|' \ + -i setup.py moto.egg-info/requires.txt || die + + # Disable tests that fail with network-sandbox. + sed -e 's|^\(def \)\(test_context_manager()\)|\1_\2|' \ + -e 's|^\(def \)\(test_decorator_start_and_stop()\)|\1_\2|' \ + -i tests/test_core/test_decorator_calls.py || die + + # Disable tests that fail with userpriv. + sed -e 's|^\(def \)\(test_invoke_function_from_sns()\)|\1_\2|' \ + -e 's|^\(def \)\(test_invoke_requestresponse_function()\)|\1_\2|' \ + -i tests/test_awslambda/test_lambda.py || die + + # these tests crash nose + rm tests/test_xray/test_xray_client.py || die + + distutils-r1_python_prepare_all +} diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild index 77e123ab9caa..658d2122efb3 100644 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${P/-/_}" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ppc ppc64 ~s390 ~sparc x86" RDEPEND=" dev-python/pyaes[${PYTHON_USEDEP}] diff --git a/dev-python/pyaes/pyaes-1.6.1-r2.ebuild b/dev-python/pyaes/pyaes-1.6.1-r2.ebuild index 701ba85a67aa..6614b4c24aef 100644 --- a/dev-python/pyaes/pyaes-1.6.1-r2.ebuild +++ b/dev-python/pyaes/pyaes-1.6.1-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~s390 ~sparc x86" IUSE="test" RESTRICT="!test? ( test )" -- cgit v1.3