commit: 93e207a9d2be41db37054cef003b82ffbe52b1ea
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 4 20:06:44 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 20:34:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e207a9
dev-python/hypothesis: Clean old up
dev-python/hypothesis/Manifest | 4 ---
dev-python/hypothesis/hypothesis-3.31.1.ebuild | 34 --------------------------
dev-python/hypothesis/hypothesis-3.33.0.ebuild | 34 --------------------------
dev-python/hypothesis/hypothesis-3.34.1.ebuild | 34 --------------------------
dev-python/hypothesis/hypothesis-3.37.0.ebuild | 34 --------------------------
5 files changed, 140 deletions(-)
diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 6eef7f87fee..89b984e905b 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,6 +1,2 @@
-DIST hypothesis-3.31.1.tar.gz 464365 BLAKE2B
651993c8b821f42669b96c855c6c2d43c07d9059f2752b4590aeee59b8c50bc7904ab1e261fa18badac4c4f5542b29cc87b35c30f1080641db02aa94651a9ec3
SHA512
2bb0bcf1030374a17d0002901a9ffeb2bd522917428989206a3398e13dc0523703b9b39331cc503ee4d815ad48dca4826cc49379434767803373aa7b81a2625d
-DIST hypothesis-3.33.0.tar.gz 467424 BLAKE2B
b963fc0bf953974526f48e0ddfb851547904d5788fbad513aafa9dd9e93e30c2d39e435e68b243b6a76b3b8d429198894757832c1497f98f4dff62b93f25853e
SHA512
3e89fa183381f2df556016ff4af17d2731685b019aed74d5f8dccd53ad262dce107f83f105b7e950a579ef247cc9b8336f15ee321292522118fa4c3487a21138
-DIST hypothesis-3.34.1.tar.gz 468030 BLAKE2B
5e5e320dc201c27199289b4f798a4feff0e40471b7d2c66adeb8e1b2ddbab0ccde111bb285a7cd1b0fb6b264ccd8f45cd3cda9ea721145c317bf96e840d4ae41
SHA512
d061c67551c7f877fd7b046ab8164fd01f73f8b013f257817a4e85177f0b8b1782d333d79b492e07771ecdb54ca4451fbcc6271cae19f9a9040160cc45db0644
-DIST hypothesis-3.37.0.tar.gz 469019 BLAKE2B
4b86aa2c4a9f0cde5abe5442d1db0060a6b1b4ca9bfdf4dbc1e875a2253a0e82729084f26bb3f6b2c77f712fe22a9e2b332f0788f6fd658821e1048f60c4b1fb
SHA512
41dae6f4d9bbddc89fc174e3cb3a9f09d16bfc1903ab75980a243614505eeb792bb00bc2b803e2272b2d6fce901f250e0f82ea9ea647ada868019ce01aa98618
DIST hypothesis-3.38.5.tar.gz 474087 BLAKE2B
a3182701463e03383cf4d5fb16605d494c5339a23ea77d789d27eaaf576ee3c2c81a7ebfcb4641b15b9c19755d85a6f0d36555f8091bef8986e8afb290eedc85
SHA512
bd13bda0adf2fc1629c41c6b5b63744f1b33b0b9cfbcd4b78c73b8ab9cde2db50e2c084216c4123f93efc2355d4d45d3d6e51b079d8722341deb5df24fedf6b1
DIST hypothesis-3.6.0.tar.gz 73586 BLAKE2B
b0ec133e8c71f752114211061155c15a7d536e771ba85eab6489440b2063d3083018bf8502d9e9dbc73105ee5f03060e3189e64574a3dfa052b091040e7e7915
SHA512
cb885628e5c38ab9312cfb177ebc3c014617d21031737f5fba343ba485c1b8ff82b1302e7bc1d3e79192bfd8324fd0501498c968f3ac8343829f8965f6354389
diff --git a/dev-python/hypothesis/hypothesis-3.31.1.ebuild
b/dev-python/hypothesis/hypothesis-3.31.1.ebuild
deleted file mode 100644
index 4869c0b7b9e..00000000000
--- a/dev-python/hypothesis/hypothesis-3.31.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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="
- dev-python/attrs[${PYTHON_USEDEP}]
- dev-python/coverage[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*'
pypy)"
-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/hypothesis-3.33.0.ebuild
b/dev-python/hypothesis/hypothesis-3.33.0.ebuild
deleted file mode 100644
index 4869c0b7b9e..00000000000
--- a/dev-python/hypothesis/hypothesis-3.33.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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="
- dev-python/attrs[${PYTHON_USEDEP}]
- dev-python/coverage[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*'
pypy)"
-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/hypothesis-3.34.1.ebuild
b/dev-python/hypothesis/hypothesis-3.34.1.ebuild
deleted file mode 100644
index 4869c0b7b9e..00000000000
--- a/dev-python/hypothesis/hypothesis-3.34.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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="
- dev-python/attrs[${PYTHON_USEDEP}]
- dev-python/coverage[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*'
pypy)"
-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/hypothesis-3.37.0.ebuild
b/dev-python/hypothesis/hypothesis-3.37.0.ebuild
deleted file mode 100644
index 4869c0b7b9e..00000000000
--- a/dev-python/hypothesis/hypothesis-3.37.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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="
- dev-python/attrs[${PYTHON_USEDEP}]
- dev-python/coverage[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*'
pypy)"
-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
-}