commit:     9aafcbc1e96c5dfa79907b84ecb5ed8346abcfaf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 08:59:34 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 09:02:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aafcbc1

dev-python/hypothesis: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/hypothesis/Manifest                  |   4 -
 dev-python/hypothesis/hypothesis-6.114.1.ebuild | 103 ------------------------
 dev-python/hypothesis/hypothesis-6.115.5.ebuild | 103 ------------------------
 dev-python/hypothesis/hypothesis-6.115.6.ebuild | 103 ------------------------
 dev-python/hypothesis/hypothesis-6.118.8.ebuild | 103 ------------------------
 5 files changed, 416 deletions(-)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index f86cf275b904..2a549ca1260e 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,7 +1,3 @@
-DIST hypothesis-6.114.1.gh.tar.gz 9477292 BLAKE2B 
3dadb706f7d283febdc30c9e897fa5b648382edd9bba0ed0824abc2f2c1f6562f0ac77003df496d1def1e56092412c14674b5e768f9583607463f92b78770ad5
 SHA512 
14526a836c71cdec68a3fbd54391d4f6fe6911305fea9b349c77c59a3f352b7105531a44df05e26cd372d457ed07f7c8199967f444ede14b7d66151afe815727
-DIST hypothesis-6.115.5.gh.tar.gz 9479622 BLAKE2B 
44e21c25fbfb0da48102010a23522a636dd7dba0cbae3e1589710e816cb1f83abd33611750a76fd68c965dff5e0d1c234a5fb87da7cbf6ae0ebb4d3a8152ae9f
 SHA512 
e6528eb48710b61f6ef18cc1415f9977c0a4c10d86f4d92da51859f17dc1b24e16ea7cbce5be2438794edb1002b426fc9911e02bb1ce456d7f812262bcc3bd2f
-DIST hypothesis-6.115.6.gh.tar.gz 9479927 BLAKE2B 
ddfeaebaa4e3687be1cab03fa8517353fcfc392dfe7a38100087534c6e71339e381a425c0e2b0d277d3d6344b69b9498e0b722efb18bbcbb90c3401e997afa96
 SHA512 
fb5df7b7bb45958e492d69d9375b3847de1ed39467bc119be69a237456e1cb1a2633cafbcd58c90113f0aa35880d5d30395ac9d43ccbc6c7368af46065094eb9
 DIST hypothesis-6.116.0.gh.tar.gz 9480480 BLAKE2B 
350abfd8bad65a33669345a71c3df9737e4defcfc12cd81a1d9ecb5603310372e039d1a148c2223a71f37f0ad485ca892ba322f9404e6d873016193b7f864f88
 SHA512 
5ae6848f16c21b9012d15eb71715df1fc9448b70264d18453d13e61fd71b84623150ce32c9b50ea4ce95494b0df21907368d0f6fabaa8cb8b26c71e474885703
-DIST hypothesis-6.118.8.gh.tar.gz 9486191 BLAKE2B 
daadb191cf8a0a4a972604c9320e7c10b4a342e7a6f240e6fff1a5a5d52fef5d004134381ef475f7e1b7143b38fac15c59538a6a8cac48433bd62c760db2cd67
 SHA512 
b5d240f81596d742002ebe073d086f149af17dafabbc9c070f6e109aca05f506c4291a10a36f6a799fd8fe20285bab8f6776685f29a6e505225ffcc581d44d64
 DIST hypothesis-6.118.9.gh.tar.gz 9487943 BLAKE2B 
3c8d17d2763877107c7342d9a9825cb733de91ce6c99c88ed7536ac0e82d728f54d762c9b26cb02d742c470afc05c2798fb20e1f3c6f52d3b9d0e2c9cea9e99a
 SHA512 
ba4f32892088a3a4d1a3d9ca2d28b9828cd7e2f4c4878733943f34f431014d4ba4dfe07729878b4c87cc295b6d6f219094c1f774ac115acd3b375ecc3c58d580
 DIST hypothesis-6.119.1.gh.tar.gz 9491481 BLAKE2B 
e1485ac899f64fcc1a1d9d673e32b92e6311b90e9ed3d173b276b9fed0f34ee931d485f6b86250f426d947b511fc777304ae1d536cafb8524b609c3b4d1443e3
 SHA512 
479fb3b19278c94675dfb1a3e8962f1be8db1240350c59953fbaae67c382c58854a137b8df3e441c6e87f921b3ae781fe9d39c7eceb6d3087bc0bd8e34d797c4

diff --git a/dev-python/hypothesis/hypothesis-6.114.1.ebuild 
b/dev-python/hypothesis/hypothesis-6.114.1.ebuild
deleted file mode 100644
index f41c1bd0c012..000000000000
--- a/dev-python/hypothesis/hypothesis-6.114.1.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-CLI_COMPAT=( pypy3 python3_{10..13} )
-PYTHON_COMPAT=( "${CLI_COMPAT[@]}" )
-PYTHON_REQ_USE="threads(+),sqlite"
-
-inherit distutils-r1 optfeature
-
-TAG=hypothesis-python-${PV}
-MY_P=hypothesis-${TAG}
-DESCRIPTION="A library for property based testing"
-HOMEPAGE="
-       https://github.com/HypothesisWorks/hypothesis/
-       https://pypi.org/project/hypothesis/
-"
-SRC_URI="
-       https://github.com/HypothesisWorks/hypothesis/archive/${TAG}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_P}/hypothesis-python"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-IUSE="cli"
-
-RDEPEND="
-       >=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]
-       >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
-       ' 3.9 3.10)
-       cli? (
-               $(python_gen_cond_dep '
-                       dev-python/black[${PYTHON_USEDEP}]
-                       dev-python/click[${PYTHON_USEDEP}]
-               ' "${CLI_COMPAT[@]}")
-       )
-"
-BDEPEND="
-       test? (
-               dev-python/pexpect[${PYTHON_USEDEP}]
-               >=dev-python/pytest-8[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               !!<dev-python/requests-toolbelt-0.10.1
-       )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-       # subtests are broken by warnings from random plugins
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       local -x PYTEST_PLUGINS=xdist.plugin,_hypothesis_pytestplugin
-       local -x HYPOTHESIS_NO_PLUGINS=1
-
-       # NB: paths need to be relative to pytest.ini,
-       # i.e. start with hypothesis-python/
-       local EPYTEST_DESELECT=()
-       case ${EPYTHON} in
-               pypy3)
-                       EPYTEST_DESELECT+=(
-                               # failing due to warnings from numpy/cython
-                               
hypothesis-python/tests/pytest/test_fixtures.py::test_given_plus_overridden_fixture
-                       )
-                       ;;
-       esac
-
-       epytest -o filterwarnings= tests/cover tests/pytest tests/quality
-}
-
-src_install() {
-       local HAD_CLI=
-
-       distutils-r1_src_install
-
-       if [[ ! ${HAD_CLI} ]]; then
-               rm -r "${ED}/usr/bin" || die
-       fi
-}
-
-python_install() {
-       distutils-r1_python_install
-       if use cli && has "${EPYTHON}" "${CLI_COMPAT[@]/_/.}"; then
-               HAD_CLI=1
-       else
-               rm -r "${D}$(python_get_scriptdir)" || die
-       fi
-}
-
-pkg_postinst() {
-       optfeature "datetime support" dev-python/pytz
-       optfeature "dateutil support" dev-python/python-dateutil
-       optfeature "numpy support" dev-python/numpy
-       optfeature "django support" dev-python/django dev-python/pytz
-       optfeature "pandas support" dev-python/pandas
-       optfeature "pytest support" dev-python/pytest
-}

diff --git a/dev-python/hypothesis/hypothesis-6.115.5.ebuild 
b/dev-python/hypothesis/hypothesis-6.115.5.ebuild
deleted file mode 100644
index f3d89f9d71ea..000000000000
--- a/dev-python/hypothesis/hypothesis-6.115.5.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-CLI_COMPAT=( pypy3 python3_{10..13} )
-PYTHON_COMPAT=( "${CLI_COMPAT[@]}" )
-PYTHON_REQ_USE="threads(+),sqlite"
-
-inherit distutils-r1 optfeature
-
-TAG=hypothesis-python-${PV}
-MY_P=hypothesis-${TAG}
-DESCRIPTION="A library for property based testing"
-HOMEPAGE="
-       https://github.com/HypothesisWorks/hypothesis/
-       https://pypi.org/project/hypothesis/
-"
-SRC_URI="
-       https://github.com/HypothesisWorks/hypothesis/archive/${TAG}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_P}/hypothesis-python"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-IUSE="cli"
-
-RDEPEND="
-       >=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]
-       >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
-       ' 3.9 3.10)
-       cli? (
-               $(python_gen_cond_dep '
-                       dev-python/black[${PYTHON_USEDEP}]
-                       dev-python/click[${PYTHON_USEDEP}]
-               ' "${CLI_COMPAT[@]}")
-       )
-"
-BDEPEND="
-       test? (
-               dev-python/pexpect[${PYTHON_USEDEP}]
-               >=dev-python/pytest-8[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               !!<dev-python/requests-toolbelt-0.10.1
-       )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-       # subtests are broken by warnings from random plugins
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       local -x PYTEST_PLUGINS=xdist.plugin,_hypothesis_pytestplugin
-       local -x HYPOTHESIS_NO_PLUGINS=1
-
-       # NB: paths need to be relative to pytest.ini,
-       # i.e. start with hypothesis-python/
-       local EPYTEST_DESELECT=()
-       case ${EPYTHON} in
-               pypy3)
-                       EPYTEST_DESELECT+=(
-                               # failing due to warnings from numpy/cython
-                               
hypothesis-python/tests/pytest/test_fixtures.py::test_given_plus_overridden_fixture
-                       )
-                       ;;
-       esac
-
-       epytest -o filterwarnings= tests/cover tests/pytest tests/quality
-}
-
-src_install() {
-       local HAD_CLI=
-
-       distutils-r1_src_install
-
-       if [[ ! ${HAD_CLI} ]]; then
-               rm -r "${ED}/usr/bin" || die
-       fi
-}
-
-python_install() {
-       distutils-r1_python_install
-       if use cli && has "${EPYTHON}" "${CLI_COMPAT[@]/_/.}"; then
-               HAD_CLI=1
-       else
-               rm -r "${D}$(python_get_scriptdir)" || die
-       fi
-}
-
-pkg_postinst() {
-       optfeature "datetime support" dev-python/pytz
-       optfeature "dateutil support" dev-python/python-dateutil
-       optfeature "numpy support" dev-python/numpy
-       optfeature "django support" dev-python/django dev-python/pytz
-       optfeature "pandas support" dev-python/pandas
-       optfeature "pytest support" dev-python/pytest
-}

diff --git a/dev-python/hypothesis/hypothesis-6.115.6.ebuild 
b/dev-python/hypothesis/hypothesis-6.115.6.ebuild
deleted file mode 100644
index f3d89f9d71ea..000000000000
--- a/dev-python/hypothesis/hypothesis-6.115.6.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-CLI_COMPAT=( pypy3 python3_{10..13} )
-PYTHON_COMPAT=( "${CLI_COMPAT[@]}" )
-PYTHON_REQ_USE="threads(+),sqlite"
-
-inherit distutils-r1 optfeature
-
-TAG=hypothesis-python-${PV}
-MY_P=hypothesis-${TAG}
-DESCRIPTION="A library for property based testing"
-HOMEPAGE="
-       https://github.com/HypothesisWorks/hypothesis/
-       https://pypi.org/project/hypothesis/
-"
-SRC_URI="
-       https://github.com/HypothesisWorks/hypothesis/archive/${TAG}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_P}/hypothesis-python"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-IUSE="cli"
-
-RDEPEND="
-       >=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]
-       >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
-       ' 3.9 3.10)
-       cli? (
-               $(python_gen_cond_dep '
-                       dev-python/black[${PYTHON_USEDEP}]
-                       dev-python/click[${PYTHON_USEDEP}]
-               ' "${CLI_COMPAT[@]}")
-       )
-"
-BDEPEND="
-       test? (
-               dev-python/pexpect[${PYTHON_USEDEP}]
-               >=dev-python/pytest-8[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               !!<dev-python/requests-toolbelt-0.10.1
-       )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-       # subtests are broken by warnings from random plugins
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       local -x PYTEST_PLUGINS=xdist.plugin,_hypothesis_pytestplugin
-       local -x HYPOTHESIS_NO_PLUGINS=1
-
-       # NB: paths need to be relative to pytest.ini,
-       # i.e. start with hypothesis-python/
-       local EPYTEST_DESELECT=()
-       case ${EPYTHON} in
-               pypy3)
-                       EPYTEST_DESELECT+=(
-                               # failing due to warnings from numpy/cython
-                               
hypothesis-python/tests/pytest/test_fixtures.py::test_given_plus_overridden_fixture
-                       )
-                       ;;
-       esac
-
-       epytest -o filterwarnings= tests/cover tests/pytest tests/quality
-}
-
-src_install() {
-       local HAD_CLI=
-
-       distutils-r1_src_install
-
-       if [[ ! ${HAD_CLI} ]]; then
-               rm -r "${ED}/usr/bin" || die
-       fi
-}
-
-python_install() {
-       distutils-r1_python_install
-       if use cli && has "${EPYTHON}" "${CLI_COMPAT[@]/_/.}"; then
-               HAD_CLI=1
-       else
-               rm -r "${D}$(python_get_scriptdir)" || die
-       fi
-}
-
-pkg_postinst() {
-       optfeature "datetime support" dev-python/pytz
-       optfeature "dateutil support" dev-python/python-dateutil
-       optfeature "numpy support" dev-python/numpy
-       optfeature "django support" dev-python/django dev-python/pytz
-       optfeature "pandas support" dev-python/pandas
-       optfeature "pytest support" dev-python/pytest
-}

diff --git a/dev-python/hypothesis/hypothesis-6.118.8.ebuild 
b/dev-python/hypothesis/hypothesis-6.118.8.ebuild
deleted file mode 100644
index f3d89f9d71ea..000000000000
--- a/dev-python/hypothesis/hypothesis-6.118.8.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-CLI_COMPAT=( pypy3 python3_{10..13} )
-PYTHON_COMPAT=( "${CLI_COMPAT[@]}" )
-PYTHON_REQ_USE="threads(+),sqlite"
-
-inherit distutils-r1 optfeature
-
-TAG=hypothesis-python-${PV}
-MY_P=hypothesis-${TAG}
-DESCRIPTION="A library for property based testing"
-HOMEPAGE="
-       https://github.com/HypothesisWorks/hypothesis/
-       https://pypi.org/project/hypothesis/
-"
-SRC_URI="
-       https://github.com/HypothesisWorks/hypothesis/archive/${TAG}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_P}/hypothesis-python"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-IUSE="cli"
-
-RDEPEND="
-       >=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]
-       >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
-       ' 3.9 3.10)
-       cli? (
-               $(python_gen_cond_dep '
-                       dev-python/black[${PYTHON_USEDEP}]
-                       dev-python/click[${PYTHON_USEDEP}]
-               ' "${CLI_COMPAT[@]}")
-       )
-"
-BDEPEND="
-       test? (
-               dev-python/pexpect[${PYTHON_USEDEP}]
-               >=dev-python/pytest-8[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               !!<dev-python/requests-toolbelt-0.10.1
-       )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-       # subtests are broken by warnings from random plugins
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       local -x PYTEST_PLUGINS=xdist.plugin,_hypothesis_pytestplugin
-       local -x HYPOTHESIS_NO_PLUGINS=1
-
-       # NB: paths need to be relative to pytest.ini,
-       # i.e. start with hypothesis-python/
-       local EPYTEST_DESELECT=()
-       case ${EPYTHON} in
-               pypy3)
-                       EPYTEST_DESELECT+=(
-                               # failing due to warnings from numpy/cython
-                               
hypothesis-python/tests/pytest/test_fixtures.py::test_given_plus_overridden_fixture
-                       )
-                       ;;
-       esac
-
-       epytest -o filterwarnings= tests/cover tests/pytest tests/quality
-}
-
-src_install() {
-       local HAD_CLI=
-
-       distutils-r1_src_install
-
-       if [[ ! ${HAD_CLI} ]]; then
-               rm -r "${ED}/usr/bin" || die
-       fi
-}
-
-python_install() {
-       distutils-r1_python_install
-       if use cli && has "${EPYTHON}" "${CLI_COMPAT[@]/_/.}"; then
-               HAD_CLI=1
-       else
-               rm -r "${D}$(python_get_scriptdir)" || die
-       fi
-}
-
-pkg_postinst() {
-       optfeature "datetime support" dev-python/pytz
-       optfeature "dateutil support" dev-python/python-dateutil
-       optfeature "numpy support" dev-python/numpy
-       optfeature "django support" dev-python/django dev-python/pytz
-       optfeature "pandas support" dev-python/pandas
-       optfeature "pytest support" dev-python/pytest
-}

Reply via email to