dev-python/pyvmomi: add 9.0.0.0, drop 7.0.*
This commit is contained in:
parent
54e4773f06
commit
fe6607c1c6
@ -1,5 +1,3 @@
|
||||
DIST pyvmomi-7.0.2.tar.gz 589624 BLAKE2B 6456d44dbcdd23ada489831f9989859e5570a4d14ff0fbc6338155b8f0fe9cc9084d8859137f3d99285ecb297c78af1d1c2902aafd5a74fbd04a5d0753309bff SHA512 82952938fc708c52111f062f836213a980a03e256bf5aced9bdf0aab6144ad3360eae18261348ba4db4094c22aac57595a21d65b25d803989d8537915367c0fd
|
||||
DIST pyvmomi-7.0.tar.gz 587116 BLAKE2B 8c5e5a9d4132b9ca8192820ae7e7110eaf94cedbf68b400ef97a838a7e4003ff9bfcbc781f6d243ae0ace8e9b2686e227caf3d3559db456dbed2d2b50610eb40 SHA512 07d3e0344d349d7ce402d7c6ec7ad5d25506e37f078932cb07a943cff3e27d286add8f4fd6212b6d48f12d0898d77247adfc6a700021303aad60ce30a0c80a0d
|
||||
EBUILD pyvmomi-7.0-r1.ebuild 830 BLAKE2B 5b2031fc7a5cdc3285a9b2ed713b0709c047b2107e4f4da87b80c5cae4df2c47308fb9f869290bbc64ad8917af830daeffdf798c6b88415a91b3e312ed189b8c SHA512 d06106522526439223a21f5fb00e9e97c8d096a38fa63c33ab70e32d74e6b67d4fe6506614036b2e98cd40e03b7e052fd1c3fe4bfdd531bcd3446314c125c0ba
|
||||
EBUILD pyvmomi-7.0.2.ebuild 844 BLAKE2B 85592bbb552365d573e06e91af9d494e6f76ee6cf514d654a83ba246712e1f31d490ec6e793e8c9248f2634308c8a7799cf5acda8e28d57cbf857fa605684f9f SHA512 5731505375de72e7554bfac39c26b5f2eb87a4a0b4b433805d61e0a685a679baeb8542382555c54b0cf91fe5df14579772f433f024978b454b73a1075ec0500e
|
||||
DIST pyvmomi-9.0.0.0.gh.tar.gz 1142550 BLAKE2B 2364480ce57071b014b0a4da10d9a2d4a99cecddc5c109ca2e01fd6f4a544cac23a651df16994f0a4b3d94f1fa890cfd542a406af73fad22d9feb106ff85055e SHA512 47fbab3124abfc4449313cb61195c96d1d4dfb6ecc004d7bd9ecd9e62eea0186e86f88f88692b818fe25ecba3cd208b89732ecaba8b52aecd2381d23acd49deb
|
||||
EBUILD pyvmomi-9.0.0.0.ebuild 604 BLAKE2B f0f5c50dcd40299f6ae4de51736e21418442fa33e1763ada06fcbaf9f07e11ce0f6a5bb2944a0be52a90c4f34b7aff838b5045dbef32c11168b79d8980d4bce5 SHA512 cbce0ccd1e70f9986e5b83c1d6ff1878f94ec6711b220afef6e741fac5a08a3f606eaee44b80e7f8151be1fb646a9f68cfa617fdccb7ba0c629c464cd9d29062
|
||||
MISC metadata.xml 446 BLAKE2B b4068c27e10f6f118ea49a1de419ce2a1daf698fac95567a6f7e5a1bb673746004f9034930dcfa090b45c179702025a79763f98695daeaccad42dbf78bb6f209 SHA512 7bb64d6d8334d46f89e597652351b207524f5353eab23b04ce5fc432a183a5f6748dc142dedc841978c54b1330a50bd0b392b56cf008d93072b8f49b1cdaffe6
|
||||
|
@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
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 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/pyopenssl[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.7.3[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
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
|
||||
}
|
@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
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 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/pyopenssl[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
>=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
|
||||
}
|
20
dev-python/pyvmomi/pyvmomi-9.0.0.0.ebuild
Normal file
20
dev-python/pyvmomi/pyvmomi-9.0.0.0.ebuild
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="VMware vSphere Python SDK"
|
||||
HOMEPAGE="https://github.com/vmware/pyvmomi https://pypi.org/project/pyvmomi/"
|
||||
SRC_URI="https://github.com/vmware/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/pyopenssl[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]"
|
Loading…
x
Reference in New Issue
Block a user