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: Sun, 27 Aug 2017 03:52:51
Message-Id: 1503805606.a677abcf2d828ffce5b54f591b804b86f1ead623.radhermit@gentoo
1 commit: a677abcf2d828ffce5b54f591b804b86f1ead623
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 27 02:42:23 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 27 03:46:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a677abcf
7
8 dev-python/hypothesis: version bump to 3.22.0
9
10 dev-python/hypothesis/Manifest | 1 +
11 dev-python/hypothesis/hypothesis-3.22.0.ebuild | 31 ++++++++++++++++++++++++++
12 2 files changed, 32 insertions(+)
13
14 diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
15 index b7b0a98d6c0..be9d22dd699 100644
16 --- a/dev-python/hypothesis/Manifest
17 +++ b/dev-python/hypothesis/Manifest
18 @@ -1,5 +1,6 @@
19 DIST hypothesis-3.18.5.tar.gz 367643 SHA256 732df6038156581592c4f8dc8689988dafd60669859d53e469e0e83c3ab9931b SHA512 0f728c66ef0170c4886d5cc168419ae7bbcd9f9f72d968031e34fe01a616e3ad76bad35f3ea50f258f5f8f75ad63426894a9f0cf4c683f2c6a9c9e3b5ac8db58 WHIRLPOOL 6a02cbf8a2403ef5d08ea3b508459ee36102a5944df9efd1dec41101ff6ae3558f192d3375bac40b0e8b0eaaaae2506a843f89dea576fcc8c38ca2726c74bda6
20 DIST hypothesis-3.19.2.tar.gz 378801 SHA256 aacfec60fcef1fec108347a421a2aebce5b1fa1f952567e6e0c9530c84201aad SHA512 a63b991ad725994b47fd8cce14ff9bfdd85e58ccc3717ef9e64c68ee9f3a38b71fbe96c250441e5696dc5039cd2a39d6b21399d0f9a71940ef105377fe6c5ad2 WHIRLPOOL 3c376884a7838f421cc24a8a90bb1d44750cc117c52d369f9fb194d84f61c3e57c10054a9e496cc08acc343383f3224ac85fe46d05c87c667aa5f2e2795d6e08
21 +DIST hypothesis-3.22.0.tar.gz 443361 SHA256 8af7ff4f62d1664090dc8957fda4ad90d899a4bf9a15aa526d52b1924aa62e57 SHA512 a561b7b82d4e345d7811dc07c0c887a094762b51a44a4d3db5e6b1704d455ad13333d7685d0be156aca468fdecec594b30d99d06bef3e44b4373f11b4502de54 WHIRLPOOL 1eeda21bcf05a7e86f35f9a2e8179835098420a360076354c1b367484d39bc787bf2dfa3109eee9908b98f58b585228c8e5981a2ff3f6a3fa3f5a1ccc2d24e93
22 DIST hypothesis-3.6.0.tar.gz 73586 SHA256 ecb0e711ab83032c54605d88fda1e07ca5c6025bdb5e91deab96eca29491f678 SHA512 cb885628e5c38ab9312cfb177ebc3c014617d21031737f5fba343ba485c1b8ff82b1302e7bc1d3e79192bfd8324fd0501498c968f3ac8343829f8965f6354389 WHIRLPOOL 189c788fdd0a326879a468061c271b14056da5f7dc1d5975e8f360cd5a91957eb8f79c26a045fbe49d7b11f7cc09024d3d09a353321b1dda1d4d96b452fd9e7b
23 DIST hypothesis-3.6.1.tar.gz 75106 SHA256 d4a0aa584ee4654819b8bfc8b5791669ad229eb1db949716543d7c31219cb35b SHA512 89a884cfc147b09e6356ea1f2272784b256065a7ff86584c133c00d11cb0fda0a8463e347c15698c605f6c2d8fc7aa09cd4c216849cb2b851566bdf4268c28c4 WHIRLPOOL 1a65ad7442ba457390414c3117fdcde6981adb6e7cd0269b47ac7ec63e60393af386518f4ca79410222ff7533b12f87a99705f22fd9b20befdcf6a6a4a422e12
24 DIST hypothesis-3.8.3.tar.gz 79107 SHA256 0ab895ba432585e6f15b1c766c6927d95d23a301adfae4249859f80c23dc8d51 SHA512 6ad61a84af87263ce639f0cef36dec90c2e1cc9df64fcd053b44c3790b445a2bd103ba99cc17f22e8fb06dfdbcf082833b000764bab94532401ffe30a54cb439 WHIRLPOOL abd02b563e034c5d8d80d71e40360faa47427f6da15815cdc0b13c1bdcb2cbbbabcad477ef58ea23f9b3d80248e3ade4a167e4c17c4147a59c32cfd4d207113e
25
26 diff --git a/dev-python/hypothesis/hypothesis-3.22.0.ebuild b/dev-python/hypothesis/hypothesis-3.22.0.ebuild
27 new file mode 100644
28 index 00000000000..c56c9bb293e
29 --- /dev/null
30 +++ b/dev-python/hypothesis/hypothesis-3.22.0.ebuild
31 @@ -0,0 +1,31 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
38 +PYTHON_REQ_USE="threads(+),sqlite"
39 +
40 +inherit distutils-r1 eutils
41 +
42 +DESCRIPTION="A library for property based testing"
43 +HOMEPAGE="https://github.com/HypothesisWorks/hypothesis-python https://pypi.python.org/pypi/hypothesis"
44 +SRC_URI="https://github.com/HypothesisWorks/hypothesis-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 +
46 +LICENSE="MPL-2.0"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
49 +IUSE=""
50 +
51 +RDEPEND="$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*')"
52 +DEPEND="${RDEPEND}
53 + dev-python/setuptools[${PYTHON_USEDEP}]"
54 +
55 +S=${WORKDIR}/${PN}-python-${PV}
56 +
57 +pkg_postinst() {
58 + optfeature "datetime support" dev-python/pytz
59 + optfeature "numpy support" dev-python/numpy
60 + optfeature "django support" dev-python/django dev-python/pytz
61 + optfeature "pytest support" dev-python/pytest
62 +}