dev-python/nornir: Version bump to 3.2.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
Alarig Le Lay 2021-12-09 17:04:36 +01:00 committed by Your Name
parent d84087374f
commit 6c456a4304
2 changed files with 25 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST nornir-3.1.1.tar.gz 26291 BLAKE2B dae21a4e9b0f40b5ff4d0676540414a22b5af7388a0f2059eb2eee148d3f39602253621a83c8d5cb5a206028288cb65ae39081fe2dce1b06884415f1f1d98c75 SHA512 332b3d21bf195d1895fdd82ec4be4a5aadc84144440fda9a69b97ac5bbb21ab438c68a7b9b2945f8f5ff7766874470b1ff843db2bef56473bc57ac0354d85d9c
DIST nornir-3.2.0.tar.gz 26705 BLAKE2B 0262cd386a703399984e961a225a874e6652e45f81162b8ebc4ac8154ad8ebd350cc5f95ec1e71a10d270129103e7570e801146a8426995fb666a6e58716c944 SHA512 f993abeb187b1c911ea53b79d36c18b4ae157a8afa272f4b6839d949bec83e9707eef868d70c4d873ebfbbc7a31373c01fda355e4db746090b71268bc7071642

View File

@ -0,0 +1,24 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Pluggable multi-threaded framework with inventory management"
HOMEPAGE="https://pypi.org/project/nornir/
https://github.com/nornir-automation/nornir"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
>=dev-python/ruamel-yaml-0.16[${PYTHON_USEDEP}]
>=dev-python/mypy_extensions-0.4.1[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-3.7[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
BDEPEND=""