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:31
Message-Id: 1506776708.81fbdc2a0c481f1c9837f0421d5b5212c071b5d4.radhermit@gentoo
1 commit: 81fbdc2a0c481f1c9837f0421d5b5212c071b5d4
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 13:03:23 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=81fbdc2a
7
8 dev-python/hypothesis: version bump to 3.31.1
9
10 dev-python/hypothesis/Manifest | 1 +
11 dev-python/hypothesis/hypothesis-3.31.1.ebuild | 34 ++++++++++++++++++++++++++
12 2 files changed, 35 insertions(+)
13
14 diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
15 index 47da550d41d..b6e0f7cf6ae 100644
16 --- a/dev-python/hypothesis/Manifest
17 +++ b/dev-python/hypothesis/Manifest
18 @@ -1,4 +1,5 @@
19 DIST hypothesis-3.24.1.tar.gz 453431 SHA256 9e734300e66244831b34541c2b5d90c4dae4c08ba63023def7d753322d347cca SHA512 8d52baf4c9a9ae4df4467659b0b180c435c315285a0606dbcf8d63464a15b3815d96fe184fa7b735818a09cc455937cfda5baddc2ef41d23ff7e0e0519d9a8f0 WHIRLPOOL 93afdf40a2fb64394d8a5fbba9210a34ed36b65807e3b7e6f4862c42a7274919ca657d6f5f9387d4b8b05ea348a3a64981ddec277d2b7bdd8b2c72d3c92c66ff
20 DIST hypothesis-3.26.0.tar.gz 454312 SHA256 f5ebe9a7ce8788250893393c35af4cce01eadc3efae641c0aec963eb94964b45 SHA512 dac02d85bbd2a3d17a0afa6083d66038c052b6b9ac0ddaf9ad15847bf8ca6249027dff6ebe76e90efb04fa90071b758251385beb3a7f46988cd0f1e84bd28183 WHIRLPOOL d381500af7adfd577b329b086a9ec9aa8c72e4b422a63b755544b088792fd1f6cf08dc7519d10c961ee0d819ff2841baa36874db5ed087f5a55423d124148621
21 DIST hypothesis-3.28.2.tar.gz 465498 SHA256 78e97966598b061a3262ed4388a8f6c73678166fddc10cee41ed157bc13b6708 SHA512 af112cec7260d5c82a73f1906c7e27a629b04a2e3e43176389b726942f97eb1682cd197242eb84bbfd23a34b5f03aa4628ec328da33bdb9494835dbb9bb72e92 WHIRLPOOL 70f6c64e6b33ec5856f9b9e943ee9e525b79cbf5e17c42f681e60cfa718d38a81a8225663e9e24a0ee456014da936f72c161770ff89f680b8e5db4524999acd5
22 +DIST hypothesis-3.31.1.tar.gz 464365 SHA256 b2e5413e5424b433f013f4c7c5308130a55fa7dde346ffad2e0868139d442e57 SHA512 2bb0bcf1030374a17d0002901a9ffeb2bd522917428989206a3398e13dc0523703b9b39331cc503ee4d815ad48dca4826cc49379434767803373aa7b81a2625d WHIRLPOOL a46599f7e1a5c93e2de4dff00f3b40f75972cdbbab3ee943e1683774cb9dbbb5e7c6cfdbd700e08c72c772b13b21789ee39d6ee954ce47f77ee79a477ae5e5f2
23 DIST hypothesis-3.6.0.tar.gz 73586 SHA256 ecb0e711ab83032c54605d88fda1e07ca5c6025bdb5e91deab96eca29491f678 SHA512 cb885628e5c38ab9312cfb177ebc3c014617d21031737f5fba343ba485c1b8ff82b1302e7bc1d3e79192bfd8324fd0501498c968f3ac8343829f8965f6354389 WHIRLPOOL 189c788fdd0a326879a468061c271b14056da5f7dc1d5975e8f360cd5a91957eb8f79c26a045fbe49d7b11f7cc09024d3d09a353321b1dda1d4d96b452fd9e7b
24
25 diff --git a/dev-python/hypothesis/hypothesis-3.31.1.ebuild b/dev-python/hypothesis/hypothesis-3.31.1.ebuild
26 new file mode 100644
27 index 00000000000..4869c0b7b9e
28 --- /dev/null
29 +++ b/dev-python/hypothesis/hypothesis-3.31.1.ebuild
30 @@ -0,0 +1,34 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
37 +PYTHON_REQ_USE="threads(+),sqlite"
38 +
39 +inherit distutils-r1 eutils
40 +
41 +DESCRIPTION="A library for property based testing"
42 +HOMEPAGE="https://github.com/HypothesisWorks/hypothesis-python https://pypi.python.org/pypi/hypothesis"
43 +SRC_URI="https://github.com/HypothesisWorks/hypothesis-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="MPL-2.0"
46 +SLOT="0"
47 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
48 +IUSE=""
49 +
50 +RDEPEND="
51 + dev-python/attrs[${PYTHON_USEDEP}]
52 + dev-python/coverage[${PYTHON_USEDEP}]
53 + $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' pypy)"
54 +DEPEND="${RDEPEND}
55 + dev-python/setuptools[${PYTHON_USEDEP}]"
56 +
57 +S=${WORKDIR}/${PN}-python-${PV}
58 +
59 +pkg_postinst() {
60 + optfeature "datetime support" dev-python/pytz
61 + optfeature "numpy support" dev-python/numpy
62 + optfeature "django support" dev-python/django dev-python/pytz
63 + optfeature "pytest support" dev-python/pytest
64 +}