Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/
Date: Sat, 30 Sep 2017 13:05:32
Message-Id: 1506776708.dc43208ead3dbb727d0f3124fc69d1bafc862a12.radhermit@gentoo
1 commit: dc43208ead3dbb727d0f3124fc69d1bafc862a12
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 13:04:18 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 13:05:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc43208e
7
8 dev-python/hypothesis: remove old
9
10 dev-python/hypothesis/Manifest | 3 ---
11 dev-python/hypothesis/hypothesis-3.24.1.ebuild | 31 --------------------------
12 dev-python/hypothesis/hypothesis-3.26.0.ebuild | 31 --------------------------
13 dev-python/hypothesis/hypothesis-3.28.2.ebuild | 31 --------------------------
14 4 files changed, 96 deletions(-)
15
16 diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
17 index b6e0f7cf6ae..21e3ce926d9 100644
18 --- a/dev-python/hypothesis/Manifest
19 +++ b/dev-python/hypothesis/Manifest
20 @@ -1,5 +1,2 @@
21 -DIST hypothesis-3.24.1.tar.gz 453431 SHA256 9e734300e66244831b34541c2b5d90c4dae4c08ba63023def7d753322d347cca SHA512 8d52baf4c9a9ae4df4467659b0b180c435c315285a0606dbcf8d63464a15b3815d96fe184fa7b735818a09cc455937cfda5baddc2ef41d23ff7e0e0519d9a8f0 WHIRLPOOL 93afdf40a2fb64394d8a5fbba9210a34ed36b65807e3b7e6f4862c42a7274919ca657d6f5f9387d4b8b05ea348a3a64981ddec277d2b7bdd8b2c72d3c92c66ff
22 -DIST hypothesis-3.26.0.tar.gz 454312 SHA256 f5ebe9a7ce8788250893393c35af4cce01eadc3efae641c0aec963eb94964b45 SHA512 dac02d85bbd2a3d17a0afa6083d66038c052b6b9ac0ddaf9ad15847bf8ca6249027dff6ebe76e90efb04fa90071b758251385beb3a7f46988cd0f1e84bd28183 WHIRLPOOL d381500af7adfd577b329b086a9ec9aa8c72e4b422a63b755544b088792fd1f6cf08dc7519d10c961ee0d819ff2841baa36874db5ed087f5a55423d124148621
23 -DIST hypothesis-3.28.2.tar.gz 465498 SHA256 78e97966598b061a3262ed4388a8f6c73678166fddc10cee41ed157bc13b6708 SHA512 af112cec7260d5c82a73f1906c7e27a629b04a2e3e43176389b726942f97eb1682cd197242eb84bbfd23a34b5f03aa4628ec328da33bdb9494835dbb9bb72e92 WHIRLPOOL 70f6c64e6b33ec5856f9b9e943ee9e525b79cbf5e17c42f681e60cfa718d38a81a8225663e9e24a0ee456014da936f72c161770ff89f680b8e5db4524999acd5
24 DIST hypothesis-3.31.1.tar.gz 464365 SHA256 b2e5413e5424b433f013f4c7c5308130a55fa7dde346ffad2e0868139d442e57 SHA512 2bb0bcf1030374a17d0002901a9ffeb2bd522917428989206a3398e13dc0523703b9b39331cc503ee4d815ad48dca4826cc49379434767803373aa7b81a2625d WHIRLPOOL a46599f7e1a5c93e2de4dff00f3b40f75972cdbbab3ee943e1683774cb9dbbb5e7c6cfdbd700e08c72c772b13b21789ee39d6ee954ce47f77ee79a477ae5e5f2
25 DIST hypothesis-3.6.0.tar.gz 73586 SHA256 ecb0e711ab83032c54605d88fda1e07ca5c6025bdb5e91deab96eca29491f678 SHA512 cb885628e5c38ab9312cfb177ebc3c014617d21031737f5fba343ba485c1b8ff82b1302e7bc1d3e79192bfd8324fd0501498c968f3ac8343829f8965f6354389 WHIRLPOOL 189c788fdd0a326879a468061c271b14056da5f7dc1d5975e8f360cd5a91957eb8f79c26a045fbe49d7b11f7cc09024d3d09a353321b1dda1d4d96b452fd9e7b
26
27 diff --git a/dev-python/hypothesis/hypothesis-3.24.1.ebuild b/dev-python/hypothesis/hypothesis-3.24.1.ebuild
28 deleted file mode 100644
29 index c56c9bb293e..00000000000
30 --- a/dev-python/hypothesis/hypothesis-3.24.1.ebuild
31 +++ /dev/null
32 @@ -1,31 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
39 -PYTHON_REQ_USE="threads(+),sqlite"
40 -
41 -inherit distutils-r1 eutils
42 -
43 -DESCRIPTION="A library for property based testing"
44 -HOMEPAGE="https://github.com/HypothesisWorks/hypothesis-python https://pypi.python.org/pypi/hypothesis"
45 -SRC_URI="https://github.com/HypothesisWorks/hypothesis-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="MPL-2.0"
48 -SLOT="0"
49 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
50 -IUSE=""
51 -
52 -RDEPEND="$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*')"
53 -DEPEND="${RDEPEND}
54 - dev-python/setuptools[${PYTHON_USEDEP}]"
55 -
56 -S=${WORKDIR}/${PN}-python-${PV}
57 -
58 -pkg_postinst() {
59 - optfeature "datetime support" dev-python/pytz
60 - optfeature "numpy support" dev-python/numpy
61 - optfeature "django support" dev-python/django dev-python/pytz
62 - optfeature "pytest support" dev-python/pytest
63 -}
64
65 diff --git a/dev-python/hypothesis/hypothesis-3.26.0.ebuild b/dev-python/hypothesis/hypothesis-3.26.0.ebuild
66 deleted file mode 100644
67 index c56c9bb293e..00000000000
68 --- a/dev-python/hypothesis/hypothesis-3.26.0.ebuild
69 +++ /dev/null
70 @@ -1,31 +0,0 @@
71 -# Copyright 1999-2017 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -
76 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
77 -PYTHON_REQ_USE="threads(+),sqlite"
78 -
79 -inherit distutils-r1 eutils
80 -
81 -DESCRIPTION="A library for property based testing"
82 -HOMEPAGE="https://github.com/HypothesisWorks/hypothesis-python https://pypi.python.org/pypi/hypothesis"
83 -SRC_URI="https://github.com/HypothesisWorks/hypothesis-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
84 -
85 -LICENSE="MPL-2.0"
86 -SLOT="0"
87 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
88 -IUSE=""
89 -
90 -RDEPEND="$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*')"
91 -DEPEND="${RDEPEND}
92 - dev-python/setuptools[${PYTHON_USEDEP}]"
93 -
94 -S=${WORKDIR}/${PN}-python-${PV}
95 -
96 -pkg_postinst() {
97 - optfeature "datetime support" dev-python/pytz
98 - optfeature "numpy support" dev-python/numpy
99 - optfeature "django support" dev-python/django dev-python/pytz
100 - optfeature "pytest support" dev-python/pytest
101 -}
102
103 diff --git a/dev-python/hypothesis/hypothesis-3.28.2.ebuild b/dev-python/hypothesis/hypothesis-3.28.2.ebuild
104 deleted file mode 100644
105 index c56c9bb293e..00000000000
106 --- a/dev-python/hypothesis/hypothesis-3.28.2.ebuild
107 +++ /dev/null
108 @@ -1,31 +0,0 @@
109 -# Copyright 1999-2017 Gentoo Foundation
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=6
113 -
114 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
115 -PYTHON_REQ_USE="threads(+),sqlite"
116 -
117 -inherit distutils-r1 eutils
118 -
119 -DESCRIPTION="A library for property based testing"
120 -HOMEPAGE="https://github.com/HypothesisWorks/hypothesis-python https://pypi.python.org/pypi/hypothesis"
121 -SRC_URI="https://github.com/HypothesisWorks/hypothesis-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
122 -
123 -LICENSE="MPL-2.0"
124 -SLOT="0"
125 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
126 -IUSE=""
127 -
128 -RDEPEND="$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*')"
129 -DEPEND="${RDEPEND}
130 - dev-python/setuptools[${PYTHON_USEDEP}]"
131 -
132 -S=${WORKDIR}/${PN}-python-${PV}
133 -
134 -pkg_postinst() {
135 - optfeature "datetime support" dev-python/pytz
136 - optfeature "numpy support" dev-python/numpy
137 - optfeature "django support" dev-python/django dev-python/pytz
138 - optfeature "pytest support" dev-python/pytest
139 -}