Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/os-win/
Date: Sun, 28 Jan 2018 04:14:02
Message-Id: 1517112806.1485847df77983568c924c785905283994978d08.prometheanfire@gentoo
1 commit: 1485847df77983568c924c785905283994978d08
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 04:12:04 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 04:13:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1485847d
7
8 dev-python/os-win: remove ocata and earlier
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/os-win/Manifest | 3 ---
13 dev-python/os-win/os-win-0.4.0.ebuild | 35 -----------------------------------
14 dev-python/os-win/os-win-1.2.1.ebuild | 35 -----------------------------------
15 dev-python/os-win/os-win-1.4.1.ebuild | 35 -----------------------------------
16 4 files changed, 108 deletions(-)
17
18 diff --git a/dev-python/os-win/Manifest b/dev-python/os-win/Manifest
19 index 01a0e59b280..5cae41a9ec4 100644
20 --- a/dev-python/os-win/Manifest
21 +++ b/dev-python/os-win/Manifest
22 @@ -1,4 +1 @@
23 -DIST os-win-0.4.0.tar.gz 134421 BLAKE2B f5814d1aea2c64ef1bdd6ad9798fd6cb684ac74069337451b70b961818eaa41db87d3310c9a31ca2c8b0fc44fe39e402ee303eb7689db2070d9cc35f8b7c3a52 SHA512 6ffc33c8dbeb834ee588a8b84fb3fc6d7f6bf886d22307cac46c6f769c0d645bc76fd432be0cd8d3b76d0119ef6f5fe3276482cfda7880462f7af6969748a53e
24 -DIST os-win-1.2.1.tar.gz 157535 BLAKE2B fa5241c23c6636fca8a7e8b08ccebe2a35b556e74607395698210643d1cb22ff8b628b76851ed1d8d04a2b0bcecd64ce0443428df2aafe8afecdadc1ffb4b361 SHA512 2893dda81267fa451afe3e0570b30fc835587237ec20ebc67d0fb454bcf2d0bcf8cfe215e6103f2a165f68c9ccabefd7ff0dbd08b2d52da49f96b2b8fc84cb50
25 -DIST os-win-1.4.1.tar.gz 170022 BLAKE2B ddf1d47f3b8aae8f49a9928658d0ef1792b8eaddffdd5749befe0480059314a54d8c110f04f38ac26f08f76f18651a0f6f48827b6db24d6d8de1bb827a9092e7 SHA512 1bc21be5e336a90c3bc96ee3e727e3192fdc8baab548ba67c5b68d10b88661759d02c006a3f579bc0c66ab0c4d63a4b40f684e4f7c6cab9431256cb2fbc1634c
26 DIST os-win-2.2.0.tar.gz 192662 BLAKE2B 4da623f2f3fff0466156468a09477d29cda391275935dc56be06eaf7562cb153d7d00771206385b3cfada2fe86679e1a80e52e32f539a5c4e62bf9aa10967079 SHA512 02bb9b7ddaa7b3807ce66ce32242fe9938f28bde6880cf9ed461072e764e41a34a1238ccdc8b67ebc95a07ac003bb0771b8943602582ede6c8a41440f865060b
27
28 diff --git a/dev-python/os-win/os-win-0.4.0.ebuild b/dev-python/os-win/os-win-0.4.0.ebuild
29 deleted file mode 100644
30 index a59d688b5cf..00000000000
31 --- a/dev-python/os-win/os-win-0.4.0.ebuild
32 +++ /dev/null
33 @@ -1,35 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Windows / Hyper-V library for OpenStack projects."
43 -HOMEPAGE="https://github.com/openstack/os-win"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm64 x86"
49 -IUSE=""
50 -
51 -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
52 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
53 - ${CDEPEND}"
54 -RDEPEND="
55 - ${CDEPEND}
56 - >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
57 - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
58 - >=dev-python/oslo-concurrency-3.5.0[${PYTHON_USEDEP}]
59 - >=dev-python/oslo-config-3.7.0[${PYTHON_USEDEP}]
60 - >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
61 - >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]
62 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
63 - >=dev-python/oslo-service-1.0.0[${PYTHON_USEDEP}]"
64 -
65 -python_prepare_all() {
66 - sed -i '/^hacking/d' test-requirements.txt || die
67 - distutils-r1_python_prepare_all
68 -}
69
70 diff --git a/dev-python/os-win/os-win-1.2.1.ebuild b/dev-python/os-win/os-win-1.2.1.ebuild
71 deleted file mode 100644
72 index d8d28be1e58..00000000000
73 --- a/dev-python/os-win/os-win-1.2.1.ebuild
74 +++ /dev/null
75 @@ -1,35 +0,0 @@
76 -# Copyright 1999-2016 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=6
80 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
81 -
82 -inherit distutils-r1
83 -
84 -DESCRIPTION="Windows / Hyper-V library for OpenStack projects."
85 -HOMEPAGE="https://github.com/openstack/os-win"
86 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
87 -
88 -LICENSE="Apache-2.0"
89 -SLOT="0"
90 -KEYWORDS="amd64 ~arm64 x86"
91 -IUSE=""
92 -
93 -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
94 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
95 - ${CDEPEND}"
96 -RDEPEND="
97 - ${CDEPEND}
98 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
99 - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
100 - >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
101 - >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
102 - >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
103 - >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
104 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
105 - >=dev-python/oslo-service-1.10.0[${PYTHON_USEDEP}]"
106 -
107 -python_prepare_all() {
108 - sed -i '/^hacking/d' test-requirements.txt || die
109 - distutils-r1_python_prepare_all
110 -}
111
112 diff --git a/dev-python/os-win/os-win-1.4.1.ebuild b/dev-python/os-win/os-win-1.4.1.ebuild
113 deleted file mode 100644
114 index 5920ff93365..00000000000
115 --- a/dev-python/os-win/os-win-1.4.1.ebuild
116 +++ /dev/null
117 @@ -1,35 +0,0 @@
118 -# Copyright 1999-2017 Gentoo Foundation
119 -# Distributed under the terms of the GNU General Public License v2
120 -
121 -EAPI=6
122 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
123 -
124 -inherit distutils-r1
125 -
126 -DESCRIPTION="Windows / Hyper-V library for OpenStack projects."
127 -HOMEPAGE="https://github.com/openstack/os-win"
128 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
129 -
130 -LICENSE="Apache-2.0"
131 -SLOT="0"
132 -KEYWORDS="amd64 ~arm64 x86"
133 -IUSE=""
134 -
135 -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
136 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
137 - ${CDEPEND}"
138 -RDEPEND="
139 - ${CDEPEND}
140 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
141 - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
142 - >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
143 - >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
144 - !~dev-python/oslo-config-3.18.0[${PYTHON_USEDEP}]
145 - >=dev-python/oslo-log-3.11.0[${PYTHON_USEDEP}]
146 - >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
147 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]"
148 -
149 -python_prepare_all() {
150 - sed -i '/^hacking/d' test-requirements.txt || die
151 - distutils-r1_python_prepare_all
152 -}