commit: 1ed82fa125c78241e88022d8a4820ef0006515aa
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 06:34:57 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 06:56:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed82fa1
dev-python/hypothesis: version bump to 3.18.5
dev-python/hypothesis/Manifest | 1 +
dev-python/hypothesis/hypothesis-3.18.5.ebuild | 31 ++++++++++++++++++++++++++
dev-python/hypothesis/metadata.xml | 2 +-
3 files changed, 33 insertions(+), 1 deletion(-)
diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index e6c0e62e416..d233339e787 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,3 +1,4 @@
+DIST hypothesis-3.18.5.tar.gz 367643 SHA256
732df6038156581592c4f8dc8689988dafd60669859d53e469e0e83c3ab9931b SHA512
0f728c66ef0170c4886d5cc168419ae7bbcd9f9f72d968031e34fe01a616e3ad76bad35f3ea50f258f5f8f75ad63426894a9f0cf4c683f2c6a9c9e3b5ac8db58
WHIRLPOOL
6a02cbf8a2403ef5d08ea3b508459ee36102a5944df9efd1dec41101ff6ae3558f192d3375bac40b0e8b0eaaaae2506a843f89dea576fcc8c38ca2726c74bda6
DIST hypothesis-3.6.0.tar.gz 73586 SHA256
ecb0e711ab83032c54605d88fda1e07ca5c6025bdb5e91deab96eca29491f678 SHA512
cb885628e5c38ab9312cfb177ebc3c014617d21031737f5fba343ba485c1b8ff82b1302e7bc1d3e79192bfd8324fd0501498c968f3ac8343829f8965f6354389
WHIRLPOOL
189c788fdd0a326879a468061c271b14056da5f7dc1d5975e8f360cd5a91957eb8f79c26a045fbe49d7b11f7cc09024d3d09a353321b1dda1d4d96b452fd9e7b
DIST hypothesis-3.6.1.tar.gz 75106 SHA256
d4a0aa584ee4654819b8bfc8b5791669ad229eb1db949716543d7c31219cb35b SHA512
89a884cfc147b09e6356ea1f2272784b256065a7ff86584c133c00d11cb0fda0a8463e347c15698c605f6c2d8fc7aa09cd4c216849cb2b851566bdf4268c28c4
WHIRLPOOL
1a65ad7442ba457390414c3117fdcde6981adb6e7cd0269b47ac7ec63e60393af386518f4ca79410222ff7533b12f87a99705f22fd9b20befdcf6a6a4a422e12
DIST hypothesis-3.8.3.tar.gz 79107 SHA256
0ab895ba432585e6f15b1c766c6927d95d23a301adfae4249859f80c23dc8d51 SHA512
6ad61a84af87263ce639f0cef36dec90c2e1cc9df64fcd053b44c3790b445a2bd103ba99cc17f22e8fb06dfdbcf082833b000764bab94532401ffe30a54cb439
WHIRLPOOL
abd02b563e034c5d8d80d71e40360faa47427f6da15815cdc0b13c1bdcb2cbbbabcad477ef58ea23f9b3d80248e3ade4a167e4c17c4147a59c32cfd4d207113e
diff --git a/dev-python/hypothesis/hypothesis-3.18.5.ebuild
b/dev-python/hypothesis/hypothesis-3.18.5.ebuild
new file mode 100644
index 00000000000..c56c9bb293e
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-3.18.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="https://github.com/HypothesisWorks/hypothesis-python
https://pypi.python.org/pypi/hypothesis"
+SRC_URI="https://github.com/HypothesisWorks/hypothesis-python/archive/${PV}.tar.gz
-> ${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390
~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]'
'python2*')"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${PN}-python-${PV}
+
+pkg_postinst() {
+ optfeature "datetime support" dev-python/pytz
+ optfeature "numpy support" dev-python/numpy
+ optfeature "django support" dev-python/django dev-python/pytz
+ optfeature "pytest support" dev-python/pytest
+}
diff --git a/dev-python/hypothesis/metadata.xml
b/dev-python/hypothesis/metadata.xml
index b25de0ce2f6..0eb6c1c4269 100644
--- a/dev-python/hypothesis/metadata.xml
+++ b/dev-python/hypothesis/metadata.xml
@@ -7,6 +7,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">hypothesis</remote-id>
- <remote-id type="github">DRMacIver/hypothesis</remote-id>
+ <remote-id
type="github">HypothesisWorks/hypothesis-python</remote-id>
</upstream>
</pkgmetadata>