Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vcrpy/
Date: Mon, 23 Jan 2017 18:16:28
Message-Id: 1485195367.d35bec99171d64ac25a0dbb606dcadcad72782d9.mrueg@gentoo
1 commit: d35bec99171d64ac25a0dbb606dcadcad72782d9
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 23 18:16:07 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 23 18:16:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35bec99
7
8 dev-python/vcrpy: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/vcrpy/Manifest | 3 ---
13 dev-python/vcrpy/vcrpy-1.10.0.ebuild | 45 ------------------------------------
14 dev-python/vcrpy/vcrpy-1.5.2.ebuild | 33 --------------------------
15 dev-python/vcrpy/vcrpy-1.7.3.ebuild | 42 ---------------------------------
16 4 files changed, 123 deletions(-)
17
18 diff --git a/dev-python/vcrpy/Manifest b/dev-python/vcrpy/Manifest
19 index f03fe6e..be5b812 100644
20 --- a/dev-python/vcrpy/Manifest
21 +++ b/dev-python/vcrpy/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST vcrpy-1.10.0.tar.gz 61035 SHA256 f64ad26e06c3b45465044c03555bc69a077822432ab839118963229c4ef63e81 SHA512 77049224b618a100d371df9441de1e9cb06b8c3d415be4f8b333387da90a318986f705740ec19764c89eb937ff47f9dd1692d0a884403804b87db160604bddfb WHIRLPOOL ba48abce4344091f6fc795568e08a655e6b7f358f0af031218a036eb81761dbf5edf16c3834b12da2fa1a2cac33dea9940862d1bab68ad85c7adcb8399b7edbe
24 DIST vcrpy-1.10.3.tar.gz 61804 SHA256 b2c76736999d81d5321b94d997e3480ffbde8fe56d918eb2798d0e0545cb9f21 SHA512 976f3d9b58025ab5c3a8a666138fbbadccaf8612edea63ac4fbf307d55888eb688bf27dd0f24b0d2c5528c951ced533a52cf13c33bfb32d7e89f241ff508018d WHIRLPOOL 3ca8728d8347bd9ad41b84e27713322b1f567043ab2bcc1691aef985e8234a403147b688630a3915390d0f19d6119f268dadf3cd3ab8eb6b38e3acce40fe1a6b
25 -DIST vcrpy-1.5.2.tar.gz 299525 SHA256 ef3216e91ab3a51b67c44e0e4a8c50f6edcc812658da4c73ff32b1eb36a8a9bf SHA512 2eccc061a1e90b03fb0688aac5566bdf96a7bfd6ffc34aa71af8395665cde8f183d02c5107572f1bbca0388c865c913f1b2a9c7b295c11be395dce20c4d5b761 WHIRLPOOL 49a0eb2d582003bebb788129d5f03a8d120d9752867d439a7394e7ed664b6a1b296d59d5a501e861cf3e78e4679c7a6e683843d75a0e512d0e4185da196f6081
26 -DIST vcrpy-1.7.3.tar.gz 164928 SHA256 d10f10eb23f7a662ff6c637f2fd57bfed29d62a0211dfd6802767cfc5f0716a1 SHA512 338d168436438d13af09e969bb2bdfd49b62fe12f78b3899fd423c3221a0d194bb2c53e660d1e5fabd76dff27ba6eca1c5052e0bd40a995929de56614bbe13cd WHIRLPOOL 19e34d7ed9ea5ec99a34595f5f38859befe34ca33a0b853550c106ab91b891dde62ca1b1291a903cd17c8c96d81cd55536868dfe5486b5e716ded5685e5b3eb2
27 DIST vcrpy-1.7.4.tar.gz 191306 SHA256 c558f50c20ec7a3e5d5d71c0e9701518dff959736f2a8e7f1f98798354e44e6e SHA512 978c881a694368e9382d6426f990a844910afb6b7777e5226e98a10d2848e09e8c90ffc35250013b5f470577ea6565117d728673456c88aa871444d5db84892a WHIRLPOOL 222b2b2147510cce9ecf18cfb4366f4ccaaf861485b96bd8ed560a9a87d9e5edcf92b265cc65adbf5d59d4462ed6d44d96521f1b981690752fe1fd9f88fc8eb2
28
29 diff --git a/dev-python/vcrpy/vcrpy-1.10.0.ebuild b/dev-python/vcrpy/vcrpy-1.10.0.ebuild
30 deleted file mode 100644
31 index ff56dff..00000000
32 --- a/dev-python/vcrpy/vcrpy-1.10.0.ebuild
33 +++ /dev/null
34 @@ -1,45 +0,0 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI=5
40 -
41 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="Automatically mock your HTTP interactions to simplify and speed up testing"
46 -HOMEPAGE="https://github.com/kevin1024/vcrpy"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 -#SRC_URI="https://github.com/kevin1024/vcrpy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
49 -
50 -LICENSE="Apache-2.0"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~x86"
53 -IUSE="test"
54 -
55 -RDEPEND="
56 - dev-python/contextlib2[${PYTHON_USEDEP}]
57 - >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
58 - dev-python/pyyaml[${PYTHON_USEDEP}]
59 - dev-python/requests[${PYTHON_USEDEP}]
60 - >=dev-python/six-1.5[${PYTHON_USEDEP}]
61 - dev-python/urllib3[${PYTHON_USEDEP}]
62 - dev-python/wrapt[${PYTHON_USEDEP}]
63 - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
64 - $(python_gen_cond_dep 'dev-python/contextlib2[${PYTHON_USEDEP}]' python2_7)
65 - "
66 -DEPEND="
67 - dev-python/setuptools[${PYTHON_USEDEP}]
68 - test? (
69 - ${RDEPEND}
70 - dev-python/pytest[${PYTHON_USEDEP}]
71 - dev-python/pytest-httpbin[${PYTHON_USEDEP}]
72 - )"
73 -
74 -# Calls to the net
75 -RESTRICT=test
76 -
77 -python_test() {
78 - py.test -vv -x || die
79 -}
80
81 diff --git a/dev-python/vcrpy/vcrpy-1.5.2.ebuild b/dev-python/vcrpy/vcrpy-1.5.2.ebuild
82 deleted file mode 100644
83 index 756b9f6..00000000
84 --- a/dev-python/vcrpy/vcrpy-1.5.2.ebuild
85 +++ /dev/null
86 @@ -1,33 +0,0 @@
87 -# Copyright 1999-2015 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -# $Id$
90 -
91 -EAPI=5
92 -PYTHON_COMPAT=(python2_7)
93 -
94 -inherit distutils-r1
95 -
96 -DESCRIPTION="Automatically mock your HTTP interactions to simplify and speed up testing"
97 -HOMEPAGE="https://github.com/kevin1024/vcrpy"
98 -SRC_URI="https://github.com/kevin1024/vcrpy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
99 -
100 -LICENSE="Apache-2.0"
101 -SLOT="0"
102 -KEYWORDS="~amd64"
103 -IUSE="test"
104 -
105 -RDEPEND="dev-python/contextlib2[${PYTHON_USEDEP}]
106 - >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
107 - dev-python/mock[${PYTHON_USEDEP}]
108 - dev-python/pyyaml[${PYTHON_USEDEP}]
109 - dev-python/requests[${PYTHON_USEDEP}]
110 - dev-python/six[${PYTHON_USEDEP}]
111 - dev-python/urllib3[${PYTHON_USEDEP}]
112 - dev-python/wrapt[${PYTHON_USEDEP}]"
113 -DEPEND="test? ( ${RDEPEND}
114 - dev-python/pytest[${PYTHON_USEDEP}] )
115 - dev-python/setuptools[${PYTHON_USEDEP}]"
116 -
117 -python_test() {
118 - py.test || die
119 -}
120
121 diff --git a/dev-python/vcrpy/vcrpy-1.7.3.ebuild b/dev-python/vcrpy/vcrpy-1.7.3.ebuild
122 deleted file mode 100644
123 index 48d9fdb..00000000
124 --- a/dev-python/vcrpy/vcrpy-1.7.3.ebuild
125 +++ /dev/null
126 @@ -1,42 +0,0 @@
127 -# Copyright 1999-2015 Gentoo Foundation
128 -# Distributed under the terms of the GNU General Public License v2
129 -# $Id$
130 -
131 -EAPI=5
132 -
133 -PYTHON_COMPAT=( python2_7 python3_4 pypy )
134 -
135 -inherit distutils-r1
136 -
137 -DESCRIPTION="Automatically mock your HTTP interactions to simplify and speed up testing"
138 -HOMEPAGE="https://github.com/kevin1024/vcrpy"
139 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
140 -#SRC_URI="https://github.com/kevin1024/vcrpy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
141 -
142 -LICENSE="Apache-2.0"
143 -SLOT="0"
144 -KEYWORDS="~amd64 ~x86"
145 -IUSE="test"
146 -
147 -RDEPEND="
148 - dev-python/contextlib2[${PYTHON_USEDEP}]
149 - >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
150 - dev-python/mock[${PYTHON_USEDEP}]
151 - dev-python/pyyaml[${PYTHON_USEDEP}]
152 - dev-python/requests[${PYTHON_USEDEP}]
153 - >=dev-python/six-1.5[${PYTHON_USEDEP}]
154 - dev-python/urllib3[${PYTHON_USEDEP}]
155 - dev-python/wrapt[${PYTHON_USEDEP}]
156 - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
157 - $(python_gen_cond_dep 'dev-python/contextlib2[${PYTHON_USEDEP}]' python2_7)
158 - "
159 -DEPEND="
160 - dev-python/setuptools[${PYTHON_USEDEP}]
161 - test? (
162 - ${RDEPEND}
163 - dev-python/pytest[${PYTHON_USEDEP}]
164 - )"
165 -
166 -python_test() {
167 - py.test -vv || die
168 -}