diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-08-28 12:00:19 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-08-28 12:00:19 +0100 |
commit | 7166f3a0a0b7886d340010458d0b130013cb9989 (patch) | |
tree | 3ff502007dde9dba943a004a3bf201ae4e0787bd /app-emulation/diskimage-builder | |
parent | 345c02ca33341652116ddec6705530223af2de85 (diff) |
gentoo auto-resync : 28:08:2024 - 12:00:19
Diffstat (limited to 'app-emulation/diskimage-builder')
3 files changed, 44 insertions, 5 deletions
diff --git a/app-emulation/diskimage-builder/Manifest b/app-emulation/diskimage-builder/Manifest index 0a50f10ee962..8618713e9783 100644 --- a/app-emulation/diskimage-builder/Manifest +++ b/app-emulation/diskimage-builder/Manifest @@ -1,4 +1,6 @@ DIST diskimage-builder-3.32.0.tar.gz 532942 BLAKE2B e436e5268b649dc5e050f66b098e527b79f172df00da93f23c115e3d88692c3f6546774c2046c8d4722cdd4139af4d05701725496f283b60e08ce0885b70de66 SHA512 6f5c2e0df428bf85b847fdc0ceebfdb66823b92b5b903de247d0e83ff2588c36e6f9786ea91f252c838cedeec22913f491d79643e77d83ad1fb690da7566af47 +DIST diskimage-builder-3.33.0.tar.gz 536798 BLAKE2B ac6dcc67bb336e98e1a1b822dbfb03effa47d67b96a95bf6ec3dc44cc3329315d5ce7808a42358f55b58a436dd140b21cb63ae7455f1cc8a8f136515f49457e8 SHA512 aeb287a7fcbd3b2fe022c1e7535df9bc67f224b8558a6685f29182ea64d926078385d924a452503b4fb00bb915ffdce1116034b182281fcb531931303d53892b EBUILD diskimage-builder-3.32.0.ebuild 1148 BLAKE2B 80cdd4dd6d827fea40acabbfe40c45db3f6c1e5669141be85e5386730a1cd5ce2a60653351e66cd0d0a34039dae66e241bb4df6cd0e4f8c088943c0d471949dc SHA512 a20766404d440a7ee0fa9fde578bfbe5b8cab8aaa9d50547c5198e7e627f844e73a74accb755bd549016ae1abad4157b02e7ceb6b3a4b5a14d6a54f1d0e7c029 -EBUILD diskimage-builder-9999.ebuild 1150 BLAKE2B cb6b0c907222e777a71259ae7ad392fddaaa7414de8e2e184a1b166468cd2e22b290bbe73ba0e8bc42ade365abb98e1f84bbafb300175a34ce46bb2848fd701b SHA512 420b978f701cf15c76c88b52e73baf64e3e9c8d7862e549d434150739d9b2504387744b5c187ae6894500651ca986d49a500b1d5534e6dfa363805e73bd78968 +EBUILD diskimage-builder-3.33.0.ebuild 1067 BLAKE2B 39f38537f730882fb1db7354676c5b777da916fd5fe3814098b19edf9a2a2868a5875221a303a78573ea210546b91918315de4a4ca476129396a2ced16450371 SHA512 3aa34ea4d298ee41d195b9e68aa4d8b06b7d6c5dfe8c8be8800fb43675d04d1bfb8ee4bba384428a9b2575c16e267544ceeee7c27d2b8ffc824169ce26b0572a +EBUILD diskimage-builder-9999.ebuild 1069 BLAKE2B bcf1fd7a1c2b9081435d339f2d7cd720c4321cd9fdb88f880521499303dc568776f5859e23ff0b534f04c814838a36ff73d7aaaba6103da255c2cc32ccbb375a SHA512 93a38b5f36dfb556ceb86908a62d2d70c082ad062763048204f3ce28129a43dc54ad6e30c1d940167fd63f05ae80132829b0a16e84f624d59d7f51e238363ee2 MISC metadata.xml 719 BLAKE2B 872a4d37e8ddb2a28eb85d18cd88990934327bc23194f3be9e5dea03627a6169987b246a93b50754cbe5e331f8c854a808bf307b70521c481d83b846f7385606 SHA512 d151fd95659211b2057ef0a61a6020e2f9efebebf3d7c5e1392ddb9954e3627e1040f2a9fe84ea4caeb65a745411fefebf2d896bbddbe0ddbb56acf42d2fedc3 diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.33.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.33.0.ebuild new file mode 100644 index 000000000000..f7a78be342e9 --- /dev/null +++ b/app-emulation/diskimage-builder/diskimage-builder-3.33.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10,11,12} ) +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 + +DESCRIPTION="Golden Disk Image builder" +HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/" +if [[ ${PV} == 9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git" +else + inherit pypi + KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +fi + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" +DEPEND="${CDEPEND}" +RDEPEND="${CDEPEND} + >=dev-python/networkx-2.3.0[${PYTHON_USEDEP}] + >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] + >=dev-python/jsonschema-3.0.2[${PYTHON_USEDEP}] + app-emulation/qemu + sys-block/parted + sys-fs/multipath-tools + sys-fs/dosfstools + sys-apps/gptfdisk + !dev-python/dib-utils[${PYTHON_USEDEP}]" diff --git a/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild b/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild index f94dda84287d..46480f9df68c 100644 --- a/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild +++ b/app-emulation/diskimage-builder/diskimage-builder-9999.ebuild @@ -26,13 +26,11 @@ CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" DEPEND="${CDEPEND}" RDEPEND="${CDEPEND} - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}] - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}] - >=dev-python/networkx-1.10[${PYTHON_USEDEP}] + >=dev-python/networkx-2.3.0[${PYTHON_USEDEP}] >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] + >=dev-python/jsonschema-3.0.2[${PYTHON_USEDEP}] app-emulation/qemu sys-block/parted sys-fs/multipath-tools |