diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-01-27 22:12:04 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-01-27 22:13:26 -0600 |
commit | 1485847df77983568c924c785905283994978d08 (patch) | |
tree | ff39120e16086f57b9e55cdf32a12e1241f771cd /dev-python/os-win | |
parent | dev-python/os-virtual-interfacesv2-python-novaclient-ext: remove old (diff) | |
download | gentoo-1485847df77983568c924c785905283994978d08.tar.gz gentoo-1485847df77983568c924c785905283994978d08.tar.bz2 gentoo-1485847df77983568c924c785905283994978d08.zip |
dev-python/os-win: remove ocata and earlier
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/os-win')
-rw-r--r-- | dev-python/os-win/Manifest | 3 | ||||
-rw-r--r-- | dev-python/os-win/os-win-0.4.0.ebuild | 35 | ||||
-rw-r--r-- | dev-python/os-win/os-win-1.2.1.ebuild | 35 | ||||
-rw-r--r-- | dev-python/os-win/os-win-1.4.1.ebuild | 35 |
4 files changed, 0 insertions, 108 deletions
diff --git a/dev-python/os-win/Manifest b/dev-python/os-win/Manifest index 01a0e59b280b..5cae41a9ec4b 100644 --- a/dev-python/os-win/Manifest +++ b/dev-python/os-win/Manifest @@ -1,4 +1 @@ -DIST os-win-0.4.0.tar.gz 134421 BLAKE2B f5814d1aea2c64ef1bdd6ad9798fd6cb684ac74069337451b70b961818eaa41db87d3310c9a31ca2c8b0fc44fe39e402ee303eb7689db2070d9cc35f8b7c3a52 SHA512 6ffc33c8dbeb834ee588a8b84fb3fc6d7f6bf886d22307cac46c6f769c0d645bc76fd432be0cd8d3b76d0119ef6f5fe3276482cfda7880462f7af6969748a53e -DIST os-win-1.2.1.tar.gz 157535 BLAKE2B fa5241c23c6636fca8a7e8b08ccebe2a35b556e74607395698210643d1cb22ff8b628b76851ed1d8d04a2b0bcecd64ce0443428df2aafe8afecdadc1ffb4b361 SHA512 2893dda81267fa451afe3e0570b30fc835587237ec20ebc67d0fb454bcf2d0bcf8cfe215e6103f2a165f68c9ccabefd7ff0dbd08b2d52da49f96b2b8fc84cb50 -DIST os-win-1.4.1.tar.gz 170022 BLAKE2B ddf1d47f3b8aae8f49a9928658d0ef1792b8eaddffdd5749befe0480059314a54d8c110f04f38ac26f08f76f18651a0f6f48827b6db24d6d8de1bb827a9092e7 SHA512 1bc21be5e336a90c3bc96ee3e727e3192fdc8baab548ba67c5b68d10b88661759d02c006a3f579bc0c66ab0c4d63a4b40f684e4f7c6cab9431256cb2fbc1634c DIST os-win-2.2.0.tar.gz 192662 BLAKE2B 4da623f2f3fff0466156468a09477d29cda391275935dc56be06eaf7562cb153d7d00771206385b3cfada2fe86679e1a80e52e32f539a5c4e62bf9aa10967079 SHA512 02bb9b7ddaa7b3807ce66ce32242fe9938f28bde6880cf9ed461072e764e41a34a1238ccdc8b67ebc95a07ac003bb0771b8943602582ede6c8a41440f865060b diff --git a/dev-python/os-win/os-win-0.4.0.ebuild b/dev-python/os-win/os-win-0.4.0.ebuild deleted file mode 100644 index a59d688b5cf9..000000000000 --- a/dev-python/os-win/os-win-0.4.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) - -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="" - -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND=" - ${CDEPEND} - >=dev-python/Babel-1.3[${PYTHON_USEDEP}] - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}] - >=dev-python/oslo-concurrency-3.5.0[${PYTHON_USEDEP}] - >=dev-python/oslo-config-3.7.0[${PYTHON_USEDEP}] - >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}] - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}] - >=dev-python/oslo-service-1.0.0[${PYTHON_USEDEP}]" - -python_prepare_all() { - sed -i '/^hacking/d' test-requirements.txt || die - distutils-r1_python_prepare_all -} diff --git a/dev-python/os-win/os-win-1.2.1.ebuild b/dev-python/os-win/os-win-1.2.1.ebuild deleted file mode 100644 index d8d28be1e582..000000000000 --- a/dev-python/os-win/os-win-1.2.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) - -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="" - -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND=" - ${CDEPEND} - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}] - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}] - >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}] - >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}] - >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}] - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}] - >=dev-python/oslo-service-1.10.0[${PYTHON_USEDEP}]" - -python_prepare_all() { - sed -i '/^hacking/d' test-requirements.txt || die - distutils-r1_python_prepare_all -} diff --git a/dev-python/os-win/os-win-1.4.1.ebuild b/dev-python/os-win/os-win-1.4.1.ebuild deleted file mode 100644 index 5920ff93365f..000000000000 --- a/dev-python/os-win/os-win-1.4.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) - -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="" - -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND=" - ${CDEPEND} - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}] - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}] - >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}] - >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}] - !~dev-python/oslo-config-3.18.0[${PYTHON_USEDEP}] - >=dev-python/oslo-log-3.11.0[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}] - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]" - -python_prepare_all() { - sed -i '/^hacking/d' test-requirements.txt || die - distutils-r1_python_prepare_all -} |