diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-06-20 14:45:01 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-06-20 14:45:01 +0100 |
commit | 34dea8e38f88007799629d0a56b12dec480b1d21 (patch) | |
tree | 6790873994b58030360328cf5897d934b3b03d16 /dev-python/os-win | |
parent | 7932d472a02d4c016ff7dff4b7a5479ab9d1883d (diff) |
gentoo resync : 20.06.2021
Diffstat (limited to 'dev-python/os-win')
-rw-r--r-- | dev-python/os-win/Manifest | 3 | ||||
-rw-r--r-- | dev-python/os-win/metadata.xml | 13 | ||||
-rw-r--r-- | dev-python/os-win/os-win-5.1.0.ebuild | 34 |
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/os-win/Manifest b/dev-python/os-win/Manifest deleted file mode 100644 index b8b6dda735d7..000000000000 --- a/dev-python/os-win/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST os-win-5.1.0.tar.gz 221803 BLAKE2B 37fa5271b86f62a43ea1f6da011601260a9cd32745a2369093dc5103e54945c17d16ecfaf8f5d88fd7ec3673ac41e25ff02d3c15ec5423fb9651101213801cab SHA512 bb93af1b412b8e0699f62a772bf9bacc73e2e73751cf0e9b9a37d59869a6c31e39ddbaafc4b97b494d9a38208d765362a6ce7fe071e1c089c127e1554ae73a02 -EBUILD os-win-5.1.0.ebuild 1026 BLAKE2B 5fefe45db1630065f48f427ec2ced57ce5c8198538e720dab9b5a287361adb357e8d1f501ef35e110af9209d97c0fb9064abd9c353175d2bc4cca1c01bfc1c94 SHA512 8967fb3db28ae639fce158a16caea03bee87fe4d44b22c89f58a6413c2ac82365b96f8c29ee1938a552164c49f4072a47aba98265b3dcd9c18f0ca9ff4714071 -MISC metadata.xml 403 BLAKE2B b1291890c4b8c356636422394b5726535319779de643865c197892f38ca4ffcd6a3a916844582e197cd9b9faee095f08c7972b96ce2c4fcfb4faf2d1bc799677 SHA512 cf4fd600f51cce0d2466879d7f417502ea45a96669544d5eb50fed828a36a60edc00ff9ea11c9beb445cfa29174c9782fa0f27369dc4b3f9a5d41ac2db46543d diff --git a/dev-python/os-win/metadata.xml b/dev-python/os-win/metadata.xml deleted file mode 100644 index 3d5c5ce2e13f..000000000000 --- a/dev-python/os-win/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>prometheanfire@gentoo.org</email> - <name>Matthew Thode</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="github">openstack/os-win</remote-id> - <remote-id type="pypi">os-win</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/os-win/os-win-5.1.0.ebuild b/dev-python/os-win/os-win-5.1.0.ebuild deleted file mode 100644 index f6392bbcbd73..000000000000 --- a/dev-python/os-win/os-win-5.1.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Windows / Hyper-V library for OpenStack projects." -HOMEPAGE="https://github.com/openstack/os-win" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -DEPEND=" - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}] -" -RDEPEND=" - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}] - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}] - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}] - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}] - !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}] - >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}] - >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}] -" |