commit:     c2feb948fcbbb373e66f26a818639c2fcad7442f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 15:00:03 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 15:47:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2feb948

dev-python/pydantic: Remove old

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

 dev-python/pydantic/Manifest              |  2 -
 dev-python/pydantic/pydantic-2.3.0.ebuild | 65 -------------------------------
 dev-python/pydantic/pydantic-2.5.0.ebuild | 55 --------------------------
 3 files changed, 122 deletions(-)

diff --git a/dev-python/pydantic/Manifest b/dev-python/pydantic/Manifest
index 63258f1d19f4..48bd77789393 100644
--- a/dev-python/pydantic/Manifest
+++ b/dev-python/pydantic/Manifest
@@ -1,5 +1,3 @@
 DIST pydantic-1.10.13.gh.tar.gz 766572 BLAKE2B 
3d4f4453469f960467ddf3512be8e97f0abf40406d441a1bc8909df1ebc0e7deaa5e84640d8614395e36d619e87f9d47327cd71526dae203046488d114ade49f
 SHA512 
7ae96c08080e9d3bf3b66ee8ee77efc0b89b6630d4f0c37679e27a28a6433b3628fd342991cf38412ff6d1034c4a907841f74759c2e6b4d51d413d76625d5bfd
-DIST pydantic-2.3.0.tar.gz 623866 BLAKE2B 
77fe2d9ce385946e13ffeb5827c29bc7473667af6b53b7b3ec2432380dc792f9ce54b1cb5af68f0a548880516c763ac8c29b129d821da074b63a9a50f9ebc5c3
 SHA512 
19c9c066a69c8406ccf5537e62b4b5112a5cf1c32bb68498bb73b739c4525fe115348c4c4e5ef9c074dc46fd2b51ca09bcb1d4fa792dbdd2387e51aadae9e528
 DIST pydantic-2.4.2.tar.gz 654020 BLAKE2B 
2f91b6bf89f87230976a2e777541bb7418382fb3534f5e61e1dc74a18e5e939508a2440d6bee9a09030beb5f2b6a60fd62c3bf30ee0ee2c7d3f71575920a47f3
 SHA512 
f0e0d90ead4ba754974b38f8e3d24bc017696674ca1ed3300104389d149baa41c495218a118f5e7f98bf20d34b3c17439921eaff0ccd7bf76cac96a16e592b4e
-DIST pydantic-2.5.0.tar.gz 677119 BLAKE2B 
5b53df61af19d64909313195a623cf30e3343fb5404853ec61ed56a87d9ba2b554a8c8f758c72f43f325fae75f64a1d3cc9489a67356fad28c2e4f4f4c95f222
 SHA512 
a31fd740e2272316cecb41477a1246d5555daa2897b13efbd79c002e46891283bb50a1fc653182e05039d5fbeb34f4a9b5d44c5c27c1ec60da3af30c333855bc
 DIST pydantic-2.5.1.tar.gz 651461 BLAKE2B 
4c52abec0f1fc52fdaa0bd820bbb649ffdc348c1b1537ca31b73bf4c4477055841c0cd08df5336e0388974ebe20c384349c4233af20149317d79f51ee98208c6
 SHA512 
5a3ca05a57297cded56a21f37e13a61e7abce3faa34b1d2f4ad1abab0205aa8b7f753b6e0ac630336ea398b9c5ebd4c7cab55df4fa0f9e965e07b5a7e9d49f3c

diff --git a/dev-python/pydantic/pydantic-2.3.0.ebuild 
b/dev-python/pydantic/pydantic-2.3.0.ebuild
deleted file mode 100644
index 58fbbf11435b..000000000000
--- a/dev-python/pydantic/pydantic-2.3.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Data parsing and validation using Python type hints"
-HOMEPAGE="
-       https://github.com/pydantic/pydantic/
-       https://pypi.org/project/pydantic/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc x86"
-
-RDEPEND="
-       >=dev-python/annotated-types-0.4.0[${PYTHON_USEDEP}]
-       ~dev-python/pydantic-core-2.6.3[${PYTHON_USEDEP}]
-       >=dev-python/typing-extensions-4.6.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       >=dev-python/hatch-fancy-pypi-readme-22.5.0[${PYTHON_USEDEP}]
-       test? (
-               dev-python/dirty-equals[${PYTHON_USEDEP}]
-               >=dev-python/email-validator-2.0.0[${PYTHON_USEDEP}]
-               >=dev-python/Faker-18.13.0[${PYTHON_USEDEP}]
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       sed -i -e '/benchmark/d' pyproject.toml || die
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       local EPYTEST_DESELECT=()
-       local EPYTEST_IGNORE=(
-               # require pytest-examples
-               tests/test_docs.py
-               # benchmarks
-               tests/benchmarks
-       )
-       case ${EPYTHON} in
-               python3.12)
-                       EPYTEST_DESELECT+=(
-                               
tests/test_abc.py::test_model_subclassing_abstract_base_classes_without_implementation_raises_exception
-                               
tests/test_computed_fields.py::test_abstractmethod_missing
-                               
tests/test_edge_cases.py::test_abstractmethod_missing_for_all_decorators
-                               
tests/test_generics.py::test_partial_specification_name
-                               
tests/test_model_signature.py::test_annotated_field
-                       )
-                       ;;
-       esac
-
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest -p pytest_mock
-}

diff --git a/dev-python/pydantic/pydantic-2.5.0.ebuild 
b/dev-python/pydantic/pydantic-2.5.0.ebuild
deleted file mode 100644
index c5a67e11a0ed..000000000000
--- a/dev-python/pydantic/pydantic-2.5.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Data parsing and validation using Python type hints"
-HOMEPAGE="
-       https://github.com/pydantic/pydantic/
-       https://pypi.org/project/pydantic/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86"
-
-RDEPEND="
-       >=dev-python/annotated-types-0.4.0[${PYTHON_USEDEP}]
-       ~dev-python/pydantic-core-2.14.1[${PYTHON_USEDEP}]
-       >=dev-python/typing-extensions-4.6.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       >=dev-python/hatch-fancy-pypi-readme-22.5.0[${PYTHON_USEDEP}]
-       test? (
-               dev-python/cloudpickle[${PYTHON_USEDEP}]
-               dev-python/dirty-equals[${PYTHON_USEDEP}]
-               >=dev-python/email-validator-2.0.0[${PYTHON_USEDEP}]
-               >=dev-python/Faker-18.13.0[${PYTHON_USEDEP}]
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       sed -i -e '/benchmark/d' pyproject.toml || die
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       local EPYTEST_DESELECT=()
-       local EPYTEST_IGNORE=(
-               # require pytest-examples
-               tests/test_docs.py
-               # benchmarks
-               tests/benchmarks
-       )
-
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest -p pytest_mock
-}

Reply via email to