update pyvmomi-7.0.3
This commit is contained in:
parent
529cc08369
commit
63e6e86d1b
@ -1,3 +1,5 @@
|
||||
DIST pyvmomi-7.0.3.tar.gz 592275 BLAKE2B d815590d5f5bee5abad329487035a2b92630c009849367967235783c1fa8cf244854fb89a622e08856d8bd0257382cbcd6dc070bc00aa152e352bad00d466303 SHA512 b4229e95cc0747136374d2c95a393d05fca1af7335c58ef946edf27c7114b366844a5994b7644c04439b30eb9103bfc5c1d6db0ad68ef0798cbcc945893c4fa4
|
||||
DIST pyvmomi-7.0.tar.gz 587116 BLAKE2B 8c5e5a9d4132b9ca8192820ae7e7110eaf94cedbf68b400ef97a838a7e4003ff9bfcbc781f6d243ae0ace8e9b2686e227caf3d3559db456dbed2d2b50610eb40 SHA512 07d3e0344d349d7ce402d7c6ec7ad5d25506e37f078932cb07a943cff3e27d286add8f4fd6212b6d48f12d0898d77247adfc6a700021303aad60ce30a0c80a0d
|
||||
EBUILD pyvmomi-7.0.ebuild 829 BLAKE2B 0c6e91c67fce59f3fd7479eaa7fa77c798390920439a535527606f92b8cab969d274268e1062c0ed4071d67e5bb05f1b015e179d4021d0e64bb9d261f6020122 SHA512 c1a14413fd586bc619ef03da80b83973b958cbb3dddbeaee692371b042e0445d5a9f816207566daffe026cb28dfddc77a558dce4286ed1efd0b7831656782e3e
|
||||
EBUILD pyvmomi-7.0.3.ebuild 797 BLAKE2B f95464cc85fa0d6f6149c398ef1cacaf0f92745b678629a10e821d5296ffe92969b36822c5f395e8a4e1498d4154c76477f1c23924c09069a714f5f4a95f1e65 SHA512 8b72c7c91d4f63e980d37719214345a429a0ca0319fd7c97fde9c51f3f6cc6964c295f9a005d92ab3fa6cf3c588e9791698c8ac4702da20bcadf78569be8abd6
|
||||
EBUILD pyvmomi-7.0.ebuild 805 BLAKE2B 0564a82864b1fbc99251bfb6f95e3233a59ac27376221c669dee631ed56100b0f4baa7b8e9cba3e59cb211a9b1144e453ae211f46c3b32519143df37d3266d05 SHA512 e8a5732f70f0693156280cb4d7ba0c04bab93df0cc45e003ac8428166411c9d2be28fccfb8a865478ba5331a35547b03de864ac1cff1eea3b179877e0dab463e
|
||||
MISC metadata.xml 446 BLAKE2B b4068c27e10f6f118ea49a1de419ce2a1daf698fac95567a6f7e5a1bb673746004f9034930dcfa090b45c179702025a79763f98695daeaccad42dbf78bb6f209 SHA512 7bb64d6d8334d46f89e597652351b207524f5353eab23b04ce5fc432a183a5f6748dc142dedc841978c54b1330a50bd0b392b56cf008d93072b8f49b1cdaffe6
|
||||
|
36
dev-python/pyvmomi/pyvmomi-7.0.3.ebuild
Normal file
36
dev-python/pyvmomi/pyvmomi-7.0.3.ebuild
Normal file
@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="VMware vSphere Python SDK"
|
||||
HOMEPAGE="https://github.com/vmware/pyvmomi https://pypi.org/project/pyvmomi/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/requests-2.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.7.3[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/pyopenssl[${PYTHON_USEDEP}]
|
||||
|
Loading…
x
Reference in New Issue
Block a user