commit:     6cfe521975ac6bf787526290f73c318629dcc450
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 12:26:11 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 12:32:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cfe5219

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.110.2.ebuild | 103 ------------------------
 dev-python/hypothesis/hypothesis-6.111.1.ebuild | 103 ------------------------
 dev-python/hypothesis/hypothesis-6.112.0.ebuild | 103 ------------------------
 4 files changed, 312 deletions(-)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 2cd8689d3322..28b85d24987b 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,5 +1,2 @@
-DIST hypothesis-6.110.2.gh.tar.gz 9476926 BLAKE2B 
8fb0b250e9c49f56d9b0d077db6305ab86c21eed4739605d3a45423cc0d5695be0e27cab351263f7c3526b26453aee38d6b794464052be6154b4158a776cc873
 SHA512 
2386f75b91e42e20babf5fc78fcc1ed22391bfa144f318074b0efdb4a1575a6db597aa3c00e756ddea24b792f49d9d6269b6aebb8f8aa8c497e98d3bf2771749
-DIST hypothesis-6.111.1.gh.tar.gz 9475914 BLAKE2B 
90604318db1a47db4eea8376c943c077058f3158c6c5220aa5f60575cc85c8cf97ed2ad435c7351141939e5b6773d013cf27e4ef9ee64bea2705596b3e4fecc7
 SHA512 
40e73843ba4477a9bd75087b42f92b6e483beac72dc8684a3d20e90b764f2c0773479a44b6107b237bcf17d347aad45a0ecb23ec54e19da08860e1fa86e5e772
 DIST hypothesis-6.111.2.gh.tar.gz 9475843 BLAKE2B 
69a436586184a205fcb6b4c053e3c5f53a0c19344b2ffbe697d1cc8bcec62815e680783287f857cc64b9e9b66415670185b38405601a09f93e4c325561e567f2
 SHA512 
405d0a7545d216082f5b75d8b90bf53169481a96a23f8a40685165610dffe2fa2d47397abda98a90db4d281d274a35a201fbbae191fe264cba6be5deb0709042
-DIST hypothesis-6.112.0.gh.tar.gz 9476351 BLAKE2B 
1886389d51f09af3127fbeb81ff62618d67203f9ced47507a1c8fdcc90ea1331d37f6937f62f255b47b339c81f686eb1e3e4d9fd496c14565e692fec73b850bd
 SHA512 
9210a611bb5bd02b855057d72565fca1aae72807788433a03ebdddfbe9d44fc454ecd57ebeeb2a9f2d201580929aa44d585615465bde770ccb95aaf1ca1a4239
 DIST hypothesis-6.112.1.gh.tar.gz 9476397 BLAKE2B 
adee46d6a4cf56bbbd8e5a91afc8236b9d311aa18efeaf6b367fc32d5ff3d679e08c5a8c500cedb50ff2cda2bab567a56f5ed564067972bc2f63bd6f5f0b88e1
 SHA512 
60b68f50a5d8d7ec23b2632a1a3c7d412ecedef6e58ec9e2f0450b07add9ddaa25963cd08cfa1d60741ff54cc47996da02dab1176ab25b8e7ecd3154f1b0446d

diff --git a/dev-python/hypothesis/hypothesis-6.110.2.ebuild 
b/dev-python/hypothesis/hypothesis-6.110.2.ebuild
deleted file mode 100644
index f41c1bd0c012..000000000000
--- a/dev-python/hypothesis/hypothesis-6.110.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 ~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.111.1.ebuild 
b/dev-python/hypothesis/hypothesis-6.111.1.ebuild
deleted file mode 100644
index f3d89f9d71ea..000000000000
--- a/dev-python/hypothesis/hypothesis-6.111.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.112.0.ebuild 
b/dev-python/hypothesis/hypothesis-6.112.0.ebuild
deleted file mode 100644
index f3d89f9d71ea..000000000000
--- a/dev-python/hypothesis/hypothesis-6.112.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 ~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