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: Fri, 15 Nov 2019 09:33:18
Message-Id: 1573810390.e05896ec3b6df5e70a7e14cc114ac5a4b286497a.mgorny@gentoo
1 commit: e05896ec3b6df5e70a7e14cc114ac5a4b286497a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 08:24:35 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 09:33:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e05896ec
7
8 dev-python/hypothesis: Remove 3.83.1 and 3.85.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11 Closes: https://github.com/gentoo/gentoo/pull/13659
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-python/hypothesis/Manifest | 2 --
15 dev-python/hypothesis/hypothesis-3.83.1.ebuild | 48 --------------------------
16 dev-python/hypothesis/hypothesis-3.85.1.ebuild | 48 --------------------------
17 3 files changed, 98 deletions(-)
18
19 diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
20 index e05ba91503a..712efa3ac2f 100644
21 --- a/dev-python/hypothesis/Manifest
22 +++ b/dev-python/hypothesis/Manifest
23 @@ -1,6 +1,4 @@
24 DIST hypothesis-python-3.59.1.tar.gz 500529 BLAKE2B 5c171045e363f2337d7ca30797b9fc7f96430c805dd4b3ec78fe927247d2c2ba4a216789a82f1e956b89d66c5ecdb2050a5f93467f2d557a05d1d48507fc06db SHA512 c3aad4cc54152963806e09af5f351e60e30cd64ad48ba3d922451b10dbb1747ea3e5d432ebc611dcb0646687d7e8755051b967304e74798d091be0b2901c832f
25 DIST hypothesis-python-3.74.3.tar.gz 552616 BLAKE2B e19a0991e7ae2fa6208c81d336cc66e3392bb78663f567fe28b570a1463a5359ccf713776f1f9cbd19a27a53b9a71a5be6eedfa05599fa12c047c373aa339592 SHA512 f4927d6e908a9222fa06f82ad6e4cf90c62a0a3d0c7632c17ee57a3705239901fcb5dbbcfca402c153bf2bea9dde0e51c852d2024ed5a236888327963fe13a3e
26 -DIST hypothesis-python-3.83.1.tar.gz 564466 BLAKE2B 7b4c00a46b5a547bfc98711b795525c09d91ed41ac2c1dcf9c3c571e32819c77c6f6a4311ff32020a6d8e837dfcd03f7e2d842613148201d476615831483a737 SHA512 d828dbfe8637b6388b8c77af08970c2b45cd8f6960f26b1c54f3fbeba012e225d116802cae70ee28321de9d961397e60a5ff8cbefc02d085b6f6978f6bddf56e
27 -DIST hypothesis-python-3.85.1.tar.gz 568995 BLAKE2B 65297e73ec833beee05f7ad4f137cdbfe1b28cc478df31fedf8fc2c5183e70c10d5254fdba906842551fcfb7280ac59b3a7dc5cf752700c770c90d158cb81324 SHA512 cf6951d8cb70539b57147f422e43296518edf416200eec220f0c3f258ee6215f858e496f66b340ea68d1754cd936fc26a4ce4d1ee7a38cf338398d316c06cc24
28 DIST hypothesis-python-4.15.0.tar.gz 1175925 BLAKE2B f3e3888b3f4e542d567bdaad2582eb23bd8ab2e218f1bde82ba1639123f32e8c147313c22b15781d8986574813b5f6eb7c23ce28367e86bb304d33a23f179fa0 SHA512 7d9788b351196fc20e66e210b7d60b4ddb1507b85cf5a29de228600e07f676ccd1352f5d2ab0820b3c8c1a1e8ff145225f00a25aec5f325cc7405ffd0dfcd9f7
29 DIST hypothesis-python-4.44.2.tar.gz 3240386 BLAKE2B 3fe3295ba1f7401e1fb74af894d91eda525f8ef51eb893f1f8e5224cead8572f3c06f6a4bb345c123e56ed06d0676c85dc4477a80e54480baa6bd9f5f2bc069e SHA512 bebc5da337fa74a75d08cb57531c2f6b8ba1ab16d1a3d9be8348cd56ada1ab25a34e3b812a4aa71bf172bc97ebc8df0accdad37466f9162c3f8f2a8edbea9da9
30
31 diff --git a/dev-python/hypothesis/hypothesis-3.83.1.ebuild b/dev-python/hypothesis/hypothesis-3.83.1.ebuild
32 deleted file mode 100644
33 index cd2a062ba95..00000000000
34 --- a/dev-python/hypothesis/hypothesis-3.83.1.ebuild
35 +++ /dev/null
36 @@ -1,48 +0,0 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
43 -PYTHON_REQ_USE="threads(+),sqlite"
44 -
45 -inherit distutils-r1 eutils
46 -
47 -DESCRIPTION="A library for property based testing"
48 -HOMEPAGE="https://github.com/HypothesisWorks/hypothesis https://pypi.org/project/hypothesis/"
49 -SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz"
50 -
51 -LICENSE="MPL-2.0"
52 -SLOT="0"
53 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
54 -IUSE="test"
55 -
56 -CDEPEND="
57 - >=dev-python/attrs-16.0.0[${PYTHON_USEDEP}]
58 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' pypy)
59 -"
60 -RDEPEND="${CDEPEND}"
61 -DEPEND="${CDEPEND}
62 - dev-python/setuptools[${PYTHON_USEDEP}]
63 - test? (
64 - dev-python/flaky[${PYTHON_USEDEP}]
65 - dev-python/mock[${PYTHON_USEDEP}]
66 - dev-python/pytest[${PYTHON_USEDEP}]
67 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
68 - )
69 -"
70 -
71 -S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
72 -
73 -python_test() {
74 - pytest tests/cover/test_testdecorators.py || die "Tests fail with ${EPYTHON}"
75 -}
76 -
77 -pkg_postinst() {
78 - optfeature "datetime support" dev-python/pytz
79 - optfeature "dateutil support" dev-python/python-dateutil
80 - optfeature "numpy support" dev-python/numpy
81 - optfeature "django support" dev-python/django dev-python/pytz
82 - optfeature "pandas support" dev-python/pandas
83 - optfeature "pytest support" dev-python/pytest
84 -}
85
86 diff --git a/dev-python/hypothesis/hypothesis-3.85.1.ebuild b/dev-python/hypothesis/hypothesis-3.85.1.ebuild
87 deleted file mode 100644
88 index cd2a062ba95..00000000000
89 --- a/dev-python/hypothesis/hypothesis-3.85.1.ebuild
90 +++ /dev/null
91 @@ -1,48 +0,0 @@
92 -# Copyright 1999-2019 Gentoo Authors
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=7
96 -
97 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
98 -PYTHON_REQ_USE="threads(+),sqlite"
99 -
100 -inherit distutils-r1 eutils
101 -
102 -DESCRIPTION="A library for property based testing"
103 -HOMEPAGE="https://github.com/HypothesisWorks/hypothesis https://pypi.org/project/hypothesis/"
104 -SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz"
105 -
106 -LICENSE="MPL-2.0"
107 -SLOT="0"
108 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
109 -IUSE="test"
110 -
111 -CDEPEND="
112 - >=dev-python/attrs-16.0.0[${PYTHON_USEDEP}]
113 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' pypy)
114 -"
115 -RDEPEND="${CDEPEND}"
116 -DEPEND="${CDEPEND}
117 - dev-python/setuptools[${PYTHON_USEDEP}]
118 - test? (
119 - dev-python/flaky[${PYTHON_USEDEP}]
120 - dev-python/mock[${PYTHON_USEDEP}]
121 - dev-python/pytest[${PYTHON_USEDEP}]
122 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
123 - )
124 -"
125 -
126 -S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
127 -
128 -python_test() {
129 - pytest tests/cover/test_testdecorators.py || die "Tests fail with ${EPYTHON}"
130 -}
131 -
132 -pkg_postinst() {
133 - optfeature "datetime support" dev-python/pytz
134 - optfeature "dateutil support" dev-python/python-dateutil
135 - optfeature "numpy support" dev-python/numpy
136 - optfeature "django support" dev-python/django dev-python/pytz
137 - optfeature "pandas support" dev-python/pandas
138 - optfeature "pytest support" dev-python/pytest
139 -}