commit:     66125ef8e5e6e777b1a98700f23b129d9274c9fa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 27 07:15:20 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 27 07:19:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66125ef8

dev-python/hypothesis: Remove old

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

 dev-python/hypothesis/Manifest                  |   3 -
 dev-python/hypothesis/hypothesis-6.104.1.ebuild | 103 ------------------------
 dev-python/hypothesis/hypothesis-6.108.0.ebuild | 103 ------------------------
 dev-python/hypothesis/hypothesis-6.108.2.ebuild | 103 ------------------------
 4 files changed, 312 deletions(-)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 1e5e3f928c75..27212bf84dfe 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,5 +1,2 @@
-DIST hypothesis-6.104.1.gh.tar.gz 9466716 BLAKE2B 
5ddefd5199bfb22ef8c2c2ae995de5353e7d067f044788f4cd9423cfa4674ff1c5a05760d686f4b4dd5fe9afb2b4ba1cdb38aa7d590575f79d75c460adde63ab
 SHA512 
a9eef39e3cc8fde806cb860f47190239a680c3203ca0228450a7c999ee9618964e201c05a994835e5513f7945b3a5f830fd9fa941d4cfdf4793e5e2fb266df47
 DIST hypothesis-6.107.0.gh.tar.gz 9470192 BLAKE2B 
721d9ee1281600bca8387e396c1d79316db3130061ac40635f8cb8ba3cf91ad0417debe1276efb21cadf5e5f8ae856d13b82fc674313a21549adff645ce07b1f
 SHA512 
13403073167d24e80fec4ed256a60e696b79b900a45dbd9f349b123fbefe3c7fa5daac6f35200d5198d4565033b65792cd1fd8a7816955aeddbbc0c7bb93d578
-DIST hypothesis-6.108.0.gh.tar.gz 9472307 BLAKE2B 
778c0c33b29fdf933d8321f0b5f0b7c14390ee5511da2290c398c47a9c787274430a3465ab0084aece7363112a7de2465bd1ab0e00984eca067ec672915079d0
 SHA512 
93b3028025a3c799a796b8781551b04d1eeb9ca41b924c17a275c394f25a552d33a0fd0fa28f24bf0d39eb8dc85d4af57979d9f3321b6901ddc0c56695deef5b
-DIST hypothesis-6.108.2.gh.tar.gz 9472513 BLAKE2B 
1d3175fe390699e503d1341274461b5855cbfb934760ce47f53a546193ac71b66f06dbb8089c6af7a623a2cc6c62416f35851bb69ef49f13f622b7cefea37c6c
 SHA512 
967b5f6372d5fd32aaf8258e03dca8d0f794908d34883295269ad271f8d0a89a5a433ba170d22a844d27c0145e74ee6c656577055b89aaa4e354955f93f5a55c
 DIST hypothesis-6.108.4.gh.tar.gz 9472674 BLAKE2B 
88983672fc7161ce44c88cd47cfb0fd44a66dcb6c6245e0f1d38e4811b11ff844022515e0655d61a40e9c0f195b930cc1c3ca0cee54a443e07b163bd276147d1
 SHA512 
cba9a16713ae4d646e4e9db0711191157580776327e590785be86d59863c843649a06535b3e3b766c4aef6344d6046879cf69e224d4a6c9fab0ec7dcda17063d

diff --git a/dev-python/hypothesis/hypothesis-6.104.1.ebuild 
b/dev-python/hypothesis/hypothesis-6.104.1.ebuild
deleted file mode 100644
index e5f588dc4dcf..000000000000
--- a/dev-python/hypothesis/hypothesis-6.104.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 ~ia64 ~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.108.0.ebuild 
b/dev-python/hypothesis/hypothesis-6.108.0.ebuild
deleted file mode 100644
index d401f55b2788..000000000000
--- a/dev-python/hypothesis/hypothesis-6.108.0.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 ~ia64 ~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.108.2.ebuild 
b/dev-python/hypothesis/hypothesis-6.108.2.ebuild
deleted file mode 100644
index d401f55b2788..000000000000
--- a/dev-python/hypothesis/hypothesis-6.108.2.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 ~ia64 ~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