botocore-1.12.252-r1, fixed requirements

This commit is contained in:
2020-02-03 22:20:32 +01:00
parent caa606ce3d
commit 99972d071a
3 changed files with 62 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
* bump pydeconz-70
* bump pyvizio-0.1.19
* bump nsapi-3.0.2
* botocore-1.12.252-r1, fixed requirements
2020-02-02
* bump pysignalclirestapi-0.2.4

View File

@@ -6,6 +6,7 @@ DIST botocore-1.12.57.tar.gz 5247450 BLAKE2B 537c14bc8541f597f835611a8bd8f13b4c5
DIST botocore-1.13.14.tar.gz 5598238 BLAKE2B dda5dc707adc0b7b6239431f6230482650845d3e9049c963a873926ab1ef0e5e12cee2172cee79de886b726fd6cc8aa77ebbfb34757c64f9e644d9197a52e84c SHA512 a82724041d9e7ae5f2197ddfb922a1c0df99e1e8cbb47be4c18ab2a97b811fb8071dd512eb41e552563a3d97a640fbc7ec421d75dc51bd718339b061546f933e
EBUILD botocore-1.12.115-r1.ebuild 1468 BLAKE2B 2184857d7f9083fc249df334a1e1b2c79c1ba317e767a3d2cef3cab9c1ad45723a231079eccc383a6b4dfdc345eb0adb9adafeb0e194204a3f81c54627963da4 SHA512 5b6809bf25746a01041b2ab854a2d1560d243aad5b2ade03451194880815cf2ba121bf880839d62b642f67a2cb5161888ae1f3fbfa871c554bbcc77c0bc1dbc0
EBUILD botocore-1.12.115.ebuild 1473 BLAKE2B f8f04df228ddcfe43ad47332e83d91540fcb920b138d592086f9278eb92fbadbe7a729d167fe2b59b761fca7ff433ec1df5fba1c511d0afa45f3c33a0acc36c8 SHA512 311cc5e4f637c17deb3f1f1a625092418c56ce9b11915f80ad521d02c839fc377b6e7a5e0f745cb32c39d6ec5334469a2ffbd8fb4fd8b37022ade021261d4d9a
EBUILD botocore-1.12.252-r1.ebuild 1609 BLAKE2B 9bfb77c78afb189aabc860e5ff6c2594cb63c9b66b42509ccd86526abb838eaf5d9c46d3cf06ab70599687693fb750759d3ab1364056ce2a5712364132b8b247 SHA512 377c2eee2d0c28d35592f7107e6592fa1e70d7c04bdd07e9356aee259d858d7d5a72ebd1daeb6b173b587143cdc7c19405cc803d4cf71f2845fb76b6cefdd890
EBUILD botocore-1.12.252.ebuild 1582 BLAKE2B 540006362af25af3e94b7fd1e44520570cc1b71f6d42174fc247cec7c8ad48315e331c45aac8b695dd3c219cc4fea904025645654e5aced71eb8d81bbf0119d3 SHA512 5357d55d6d64a251eea9b2c0bc8e01ea9926815af91e7229aa17dded591b51659bd5423a2f0b63b450a3995919ec7ce9c9d5a5b0601f15c77664f763fbd2d42b
EBUILD botocore-1.12.35.ebuild 1473 BLAKE2B f8f04df228ddcfe43ad47332e83d91540fcb920b138d592086f9278eb92fbadbe7a729d167fe2b59b761fca7ff433ec1df5fba1c511d0afa45f3c33a0acc36c8 SHA512 311cc5e4f637c17deb3f1f1a625092418c56ce9b11915f80ad521d02c839fc377b6e7a5e0f745cb32c39d6ec5334469a2ffbd8fb4fd8b37022ade021261d4d9a
EBUILD botocore-1.12.57.ebuild 1465 BLAKE2B 933c670c33274a5ba82c5fe12cbd239bb287d2c69295f6b4cea5000c68b7679dc02ea34b2d2082abead29be2296cc4f1da6442abe9f4e0587a66fc246e21e460 SHA512 009fd218ea3b3c69f977210489c426fec30c84d742151f33f130b1ddeeacb19b1fc26bde9a7b7350692eb515f0b50d5e33776f99c489504026a33fc536cfdcbd

View File

@@ -0,0 +1,60 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Low-level, data-driven core of boto 3."
HOMEPAGE="https://github.com/boto/botocore"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="doc test"
if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://github.com/boto/botocore"
inherit git-r3
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
fi
RDEPEND="
>=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
<dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
<dev-python/python-dateutil-3.0.0[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.20[${PYTHON_USEDEP}]
<dev-python/urllib3-1.26[${PYTHON_USEDEP}]"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? (
dev-python/guzzle_sphinx_theme[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
)
test? (
${RDEPEND}
dev-python/mock[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
)"
PATCHES=( "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch" )
python_compile_all() {
use doc && emake -C docs html
}
python_test() {
PYTHONPATH="${BUILD_DIR}/lib" nosetests -v tests/unit || die "unit tests failed under ${EPYTHON}"
PYTHONPATH="${BUILD_DIR}/lib" nosetests -v tests/functional || die "functional tests failed under ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all
}