Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/
Date: Thu, 04 Jan 2018 20:35:11
Message-Id: 1515098096.93e207a9d2be41db37054cef003b82ffbe52b1ea.mgorny@gentoo
1 commit: 93e207a9d2be41db37054cef003b82ffbe52b1ea
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 20:06:44 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 20:34:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e207a9
7
8 dev-python/hypothesis: Clean old up
9
10 dev-python/hypothesis/Manifest | 4 ---
11 dev-python/hypothesis/hypothesis-3.31.1.ebuild | 34 --------------------------
12 dev-python/hypothesis/hypothesis-3.33.0.ebuild | 34 --------------------------
13 dev-python/hypothesis/hypothesis-3.34.1.ebuild | 34 --------------------------
14 dev-python/hypothesis/hypothesis-3.37.0.ebuild | 34 --------------------------
15 5 files changed, 140 deletions(-)
16
17 diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
18 index 6eef7f87fee..89b984e905b 100644
19 --- a/dev-python/hypothesis/Manifest
20 +++ b/dev-python/hypothesis/Manifest
21 @@ -1,6 +1,2 @@
22 -DIST hypothesis-3.31.1.tar.gz 464365 BLAKE2B 651993c8b821f42669b96c855c6c2d43c07d9059f2752b4590aeee59b8c50bc7904ab1e261fa18badac4c4f5542b29cc87b35c30f1080641db02aa94651a9ec3 SHA512 2bb0bcf1030374a17d0002901a9ffeb2bd522917428989206a3398e13dc0523703b9b39331cc503ee4d815ad48dca4826cc49379434767803373aa7b81a2625d
23 -DIST hypothesis-3.33.0.tar.gz 467424 BLAKE2B b963fc0bf953974526f48e0ddfb851547904d5788fbad513aafa9dd9e93e30c2d39e435e68b243b6a76b3b8d429198894757832c1497f98f4dff62b93f25853e SHA512 3e89fa183381f2df556016ff4af17d2731685b019aed74d5f8dccd53ad262dce107f83f105b7e950a579ef247cc9b8336f15ee321292522118fa4c3487a21138
24 -DIST hypothesis-3.34.1.tar.gz 468030 BLAKE2B 5e5e320dc201c27199289b4f798a4feff0e40471b7d2c66adeb8e1b2ddbab0ccde111bb285a7cd1b0fb6b264ccd8f45cd3cda9ea721145c317bf96e840d4ae41 SHA512 d061c67551c7f877fd7b046ab8164fd01f73f8b013f257817a4e85177f0b8b1782d333d79b492e07771ecdb54ca4451fbcc6271cae19f9a9040160cc45db0644
25 -DIST hypothesis-3.37.0.tar.gz 469019 BLAKE2B 4b86aa2c4a9f0cde5abe5442d1db0060a6b1b4ca9bfdf4dbc1e875a2253a0e82729084f26bb3f6b2c77f712fe22a9e2b332f0788f6fd658821e1048f60c4b1fb SHA512 41dae6f4d9bbddc89fc174e3cb3a9f09d16bfc1903ab75980a243614505eeb792bb00bc2b803e2272b2d6fce901f250e0f82ea9ea647ada868019ce01aa98618
26 DIST hypothesis-3.38.5.tar.gz 474087 BLAKE2B a3182701463e03383cf4d5fb16605d494c5339a23ea77d789d27eaaf576ee3c2c81a7ebfcb4641b15b9c19755d85a6f0d36555f8091bef8986e8afb290eedc85 SHA512 bd13bda0adf2fc1629c41c6b5b63744f1b33b0b9cfbcd4b78c73b8ab9cde2db50e2c084216c4123f93efc2355d4d45d3d6e51b079d8722341deb5df24fedf6b1
27 DIST hypothesis-3.6.0.tar.gz 73586 BLAKE2B b0ec133e8c71f752114211061155c15a7d536e771ba85eab6489440b2063d3083018bf8502d9e9dbc73105ee5f03060e3189e64574a3dfa052b091040e7e7915 SHA512 cb885628e5c38ab9312cfb177ebc3c014617d21031737f5fba343ba485c1b8ff82b1302e7bc1d3e79192bfd8324fd0501498c968f3ac8343829f8965f6354389
28
29 diff --git a/dev-python/hypothesis/hypothesis-3.31.1.ebuild b/dev-python/hypothesis/hypothesis-3.31.1.ebuild
30 deleted file mode 100644
31 index 4869c0b7b9e..00000000000
32 --- a/dev-python/hypothesis/hypothesis-3.31.1.ebuild
33 +++ /dev/null
34 @@ -1,34 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
41 -PYTHON_REQ_USE="threads(+),sqlite"
42 -
43 -inherit distutils-r1 eutils
44 -
45 -DESCRIPTION="A library for property based testing"
46 -HOMEPAGE="https://github.com/HypothesisWorks/hypothesis-python https://pypi.python.org/pypi/hypothesis"
47 -SRC_URI="https://github.com/HypothesisWorks/hypothesis-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="MPL-2.0"
50 -SLOT="0"
51 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
52 -IUSE=""
53 -
54 -RDEPEND="
55 - dev-python/attrs[${PYTHON_USEDEP}]
56 - dev-python/coverage[${PYTHON_USEDEP}]
57 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' pypy)"
58 -DEPEND="${RDEPEND}
59 - dev-python/setuptools[${PYTHON_USEDEP}]"
60 -
61 -S=${WORKDIR}/${PN}-python-${PV}
62 -
63 -pkg_postinst() {
64 - optfeature "datetime support" dev-python/pytz
65 - optfeature "numpy support" dev-python/numpy
66 - optfeature "django support" dev-python/django dev-python/pytz
67 - optfeature "pytest support" dev-python/pytest
68 -}
69
70 diff --git a/dev-python/hypothesis/hypothesis-3.33.0.ebuild b/dev-python/hypothesis/hypothesis-3.33.0.ebuild
71 deleted file mode 100644
72 index 4869c0b7b9e..00000000000
73 --- a/dev-python/hypothesis/hypothesis-3.33.0.ebuild
74 +++ /dev/null
75 @@ -1,34 +0,0 @@
76 -# Copyright 1999-2017 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=6
80 -
81 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
82 -PYTHON_REQ_USE="threads(+),sqlite"
83 -
84 -inherit distutils-r1 eutils
85 -
86 -DESCRIPTION="A library for property based testing"
87 -HOMEPAGE="https://github.com/HypothesisWorks/hypothesis-python https://pypi.python.org/pypi/hypothesis"
88 -SRC_URI="https://github.com/HypothesisWorks/hypothesis-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
89 -
90 -LICENSE="MPL-2.0"
91 -SLOT="0"
92 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
93 -IUSE=""
94 -
95 -RDEPEND="
96 - dev-python/attrs[${PYTHON_USEDEP}]
97 - dev-python/coverage[${PYTHON_USEDEP}]
98 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' pypy)"
99 -DEPEND="${RDEPEND}
100 - dev-python/setuptools[${PYTHON_USEDEP}]"
101 -
102 -S=${WORKDIR}/${PN}-python-${PV}
103 -
104 -pkg_postinst() {
105 - optfeature "datetime support" dev-python/pytz
106 - optfeature "numpy support" dev-python/numpy
107 - optfeature "django support" dev-python/django dev-python/pytz
108 - optfeature "pytest support" dev-python/pytest
109 -}
110
111 diff --git a/dev-python/hypothesis/hypothesis-3.34.1.ebuild b/dev-python/hypothesis/hypothesis-3.34.1.ebuild
112 deleted file mode 100644
113 index 4869c0b7b9e..00000000000
114 --- a/dev-python/hypothesis/hypothesis-3.34.1.ebuild
115 +++ /dev/null
116 @@ -1,34 +0,0 @@
117 -# Copyright 1999-2017 Gentoo Foundation
118 -# Distributed under the terms of the GNU General Public License v2
119 -
120 -EAPI=6
121 -
122 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
123 -PYTHON_REQ_USE="threads(+),sqlite"
124 -
125 -inherit distutils-r1 eutils
126 -
127 -DESCRIPTION="A library for property based testing"
128 -HOMEPAGE="https://github.com/HypothesisWorks/hypothesis-python https://pypi.python.org/pypi/hypothesis"
129 -SRC_URI="https://github.com/HypothesisWorks/hypothesis-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
130 -
131 -LICENSE="MPL-2.0"
132 -SLOT="0"
133 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
134 -IUSE=""
135 -
136 -RDEPEND="
137 - dev-python/attrs[${PYTHON_USEDEP}]
138 - dev-python/coverage[${PYTHON_USEDEP}]
139 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' pypy)"
140 -DEPEND="${RDEPEND}
141 - dev-python/setuptools[${PYTHON_USEDEP}]"
142 -
143 -S=${WORKDIR}/${PN}-python-${PV}
144 -
145 -pkg_postinst() {
146 - optfeature "datetime support" dev-python/pytz
147 - optfeature "numpy support" dev-python/numpy
148 - optfeature "django support" dev-python/django dev-python/pytz
149 - optfeature "pytest support" dev-python/pytest
150 -}
151
152 diff --git a/dev-python/hypothesis/hypothesis-3.37.0.ebuild b/dev-python/hypothesis/hypothesis-3.37.0.ebuild
153 deleted file mode 100644
154 index 4869c0b7b9e..00000000000
155 --- a/dev-python/hypothesis/hypothesis-3.37.0.ebuild
156 +++ /dev/null
157 @@ -1,34 +0,0 @@
158 -# Copyright 1999-2017 Gentoo Foundation
159 -# Distributed under the terms of the GNU General Public License v2
160 -
161 -EAPI=6
162 -
163 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
164 -PYTHON_REQ_USE="threads(+),sqlite"
165 -
166 -inherit distutils-r1 eutils
167 -
168 -DESCRIPTION="A library for property based testing"
169 -HOMEPAGE="https://github.com/HypothesisWorks/hypothesis-python https://pypi.python.org/pypi/hypothesis"
170 -SRC_URI="https://github.com/HypothesisWorks/hypothesis-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
171 -
172 -LICENSE="MPL-2.0"
173 -SLOT="0"
174 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
175 -IUSE=""
176 -
177 -RDEPEND="
178 - dev-python/attrs[${PYTHON_USEDEP}]
179 - dev-python/coverage[${PYTHON_USEDEP}]
180 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' pypy)"
181 -DEPEND="${RDEPEND}
182 - dev-python/setuptools[${PYTHON_USEDEP}]"
183 -
184 -S=${WORKDIR}/${PN}-python-${PV}
185 -
186 -pkg_postinst() {
187 - optfeature "datetime support" dev-python/pytz
188 - optfeature "numpy support" dev-python/numpy
189 - optfeature "django support" dev-python/django dev-python/pytz
190 - optfeature "pytest support" dev-python/pytest
191 -}