commit:     8443fbe536c58ae2ad0afd5d4f65e5e029dfe433
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 25 21:44:54 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 25 22:00:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8443fbe5

dev-python/hypothesis: Remove old

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

 dev-python/hypothesis/Manifest                 |  2 -
 dev-python/hypothesis/hypothesis-6.14.5.ebuild | 62 ------------------------
 dev-python/hypothesis/hypothesis-6.14.9.ebuild | 67 --------------------------
 3 files changed, 131 deletions(-)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 626fb383543..999a27d5d67 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,5 +1,3 @@
-DIST hypothesis-python-6.14.5.tar.gz 9135819 BLAKE2B 
2e42949f81024038b901231a8446203388c8052ebaacf4a87d21356265fd1c09c9aa8b191dcd65780d45cc52ed9d48bb16440fc553addb4671e0ad901213ef64
 SHA512 
d047eea19129d5855bee5f012f5c91fe1f0de40228600fadad9c76709f951c003450f613f59848064b58f9d0e559b54b44744ae0aae689687488b6506cc8fe1a
-DIST hypothesis-python-6.14.9.tar.gz 9138640 BLAKE2B 
3cda0edace7b3a1c373bdd61267013874fe78ae18aa7fda02759ac451f7e576614a61c3ce1d588e24afe4333f61680d89eb30f6f055e41fee91312c791b1af5d
 SHA512 
a32d4f09ae6a44354d136164a517ea53c653fccb3e21a39ac63df78ebdf695c887f13749d2f310ac67863b6645a85dca73ef0bfab077aefe0486e445f6a85dce
 DIST hypothesis-python-6.17.4.tar.gz 9144209 BLAKE2B 
b110e355b34f386c51e9edeb2589bf11e5d0b574ee7e97437f9eba9ec7d8e823e68ad1e4f5911a1e78f3d5a316f59056301b0238c4b6a8cdcb21e46ea434686c
 SHA512 
95eeadc1655d249008897035660af54f66e8ea78fea78d1069dbddb979505e003d1bdb971371769e90af4a7bc5f96ee0c42a6c14bc42e56677d4f89f39985d41
 DIST hypothesis-python-6.21.6.tar.gz 9166313 BLAKE2B 
19ac66c1674be30e14d54faa61244ac6da5b67678da4c5dbc728fefcac2e5f0a99c31f7cbe6fc4bc8738e1b072b4accba6f97863e6d601303d4fd69d4ccbd96a
 SHA512 
454434f37dfc3f171d1865ac72d58821173654fabdd880c1b699ea0ff281405644bb1b370129843d35368cd9b6eb06fa00458e0aa41b2b7dc0b7e05e7f659a5d
 DIST hypothesis-python-6.22.0.tar.gz 9166539 BLAKE2B 
386c7fd4f9ff0d4d199f686f25743793de4de9f2676cf7c36c16519f5fef007f6b677bd5ef84fa975389c5fea9989dffffc8a18923699c05fecc23ef2e4dc5e6
 SHA512 
92352a7ba13d8a06532c6fcdb965f156c43369f18ba7c46808d9b6dde1ccdd5b4f938c1ce575d5651835bfe981d22e7a68189c93a368420c915f5d1ce9b8a205

diff --git a/dev-python/hypothesis/hypothesis-6.14.5.ebuild 
b/dev-python/hypothesis/hypothesis-6.14.5.ebuild
deleted file mode 100644
index 9a316963749..00000000000
--- a/dev-python/hypothesis/hypothesis-6.14.5.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-PYTHON_REQ_USE="threads(+),sqlite"
-
-inherit distutils-r1 multiprocessing optfeature
-
-DESCRIPTION="A library for property based testing"
-HOMEPAGE="https://github.com/HypothesisWorks/hypothesis 
https://pypi.org/project/hypothesis/";
-SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz";
-S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
-IUSE="cli"
-
-RDEPEND="
-       >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
-       >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
-       cli? (
-               $(python_gen_cond_dep '
-                       dev-python/black[${PYTHON_USEDEP}]
-                       dev-python/click[${PYTHON_USEDEP}]
-               ' python3_{7..9})
-       )
-"
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/pexpect[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               !!dev-python/pytest-describe
-               !!<dev-python/typing-3.7.4.1
-       )
-"
-
-distutils_enable_tests --install pytest
-
-python_prepare() {
-       if ! use cli || ! has "${EPYTHON}" python3.{7..9}; then
-               sed -i -e '/console_scripts/d' setup.py || die
-       fi
-}
-
-python_test() {
-       distutils_install_for_testing
-       epytest tests/cover tests/pytest tests/quality \
-               -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")"
-}
-
-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.14.9.ebuild 
b/dev-python/hypothesis/hypothesis-6.14.9.ebuild
deleted file mode 100644
index 5a04d107e65..00000000000
--- a/dev-python/hypothesis/hypothesis-6.14.9.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-PYTHON_REQ_USE="threads(+),sqlite"
-
-inherit distutils-r1 multiprocessing optfeature
-
-DESCRIPTION="A library for property based testing"
-HOMEPAGE="https://github.com/HypothesisWorks/hypothesis 
https://pypi.org/project/hypothesis/";
-SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz";
-S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
-IUSE="cli"
-
-RDEPEND="
-       >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
-       >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
-       cli? (
-               $(python_gen_cond_dep '
-                       dev-python/black[${PYTHON_USEDEP}]
-                       dev-python/click[${PYTHON_USEDEP}]
-               ' python3_{7..9})
-       )
-"
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/pexpect[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               !!<dev-python/typing-3.7.4.1
-       )
-"
-
-distutils_enable_tests --install pytest
-
-python_prepare() {
-       if ! use cli || ! has "${EPYTHON}" python3.{7..9}; then
-               sed -i -e '/console_scripts/d' setup.py || die
-       fi
-}
-
-python_test() {
-       # disable autoloading pytest-asyncio in nested pytest calls
-       #local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       # since we disabled autoloading, load necessary plugins explicitly
-       #local -x PYTEST_PLUGINS=xdist.plugin
-
-       distutils_install_for_testing
-       epytest tests/cover tests/pytest tests/quality \
-               -p no:pytest-describe \
-               -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")"
-}
-
-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