commit:     6766f52666f9e8eed7e73b3e03436af896df3020
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 12:54:32 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 13:06:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6766f526

dev-python/pydantic: Remove old

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

 dev-python/pydantic/Manifest              |  4 ---
 dev-python/pydantic/pydantic-2.4.2.ebuild | 54 -----------------------------
 dev-python/pydantic/pydantic-2.5.2.ebuild | 55 -----------------------------
 dev-python/pydantic/pydantic-2.5.3.ebuild | 55 -----------------------------
 dev-python/pydantic/pydantic-2.6.1.ebuild | 57 -------------------------------
 5 files changed, 225 deletions(-)

diff --git a/dev-python/pydantic/Manifest b/dev-python/pydantic/Manifest
index 93a7542f48f3..e3f7a949155e 100644
--- a/dev-python/pydantic/Manifest
+++ b/dev-python/pydantic/Manifest
@@ -1,6 +1,2 @@
-DIST pydantic-2.4.2.tar.gz 654020 BLAKE2B 
2f91b6bf89f87230976a2e777541bb7418382fb3534f5e61e1dc74a18e5e939508a2440d6bee9a09030beb5f2b6a60fd62c3bf30ee0ee2c7d3f71575920a47f3
 SHA512 
f0e0d90ead4ba754974b38f8e3d24bc017696674ca1ed3300104389d149baa41c495218a118f5e7f98bf20d34b3c17439921eaff0ccd7bf76cac96a16e592b4e
-DIST pydantic-2.5.2.tar.gz 652158 BLAKE2B 
d3a7eeb4e1933d4893df69d2600437a4df1a640f4ec6564079669f8703b8d21bba548197277a373e5a653f4aea67de2336ea983906c2e96b514cdab3f8821dc1
 SHA512 
56753c9739759251004476620ca25d69bebc7743da911f69a09fcbffa6d6e5ec9b9fc22975e845599fcb2aed5cbbf081c3737d6eab55b9e1696818c4da405e6d
-DIST pydantic-2.5.3.tar.gz 651797 BLAKE2B 
9494bd7a243d5cda762d916b10120861870b5f3112f581aa33b888eab7b605adcd3eb861853467e2d021b88b1c2583bbaf6ace8e96154543c6946e13722ed345
 SHA512 
bfc2f9704688815dbf418e2a7c72e193de80f279ac578fdaefe763f7cd8a9dce6c9152bd950d013f7fa48ea743468ae588adf61e277924536637590b63792779
-DIST pydantic-2.6.1.tar.gz 679826 BLAKE2B 
d1915b20200a9a3a3e1c854ecc2c760eba7b672cb336b07426475072da08090a6adbe6d674019d314b01c92d69aa6caecb52f8f45bdf6d81bde1a1bff6230a3f
 SHA512 
89a202165950ab741eac8441eb6c014dab50474bd4d001f90a32cff55b1b6bf36433d4ae11df8ab5e51bbcf68efb9674cece9a512c1d85f428e13fb59e2ae2c0
 DIST pydantic-2.6.3.tar.gz 680427 BLAKE2B 
28d8d4edcfeeae4f0ba70ed09987e26ba569c38b2c511b6d0b4277b830173302228c964f4c086ac4412a331afa3fba16d9581bd31446fb1dfb43065eb29dfc59
 SHA512 
2eca898328beb1f33e343d3aa7edf8847baae0569d078507a58bbe0fcf355250c72b70a33f6b79cef697f41ced91eaeee1ffc4a7712fd6fd251fd64557e390d0
 DIST pydantic-2.6.4.tar.gz 680828 BLAKE2B 
264698f21e4d57656f5a28651019956349a018f16b11099d4afd796329a8ad12847e45250372e5c7b189493e9c73efa624006cb2e6b5a7d77b2c45973a0d813f
 SHA512 
9386c2e04ff71bc182be4892d1cdb910ca60ee68b7cc5c6e86a58529b51707094532dc5315bf152b147979bace3d2e4f6bb4fed546e16fe27b5ecd35c7d0541a

diff --git a/dev-python/pydantic/pydantic-2.4.2.ebuild 
b/dev-python/pydantic/pydantic-2.4.2.ebuild
deleted file mode 100644
index 712a3b60b715..000000000000
--- a/dev-python/pydantic/pydantic-2.4.2.ebuild
+++ /dev/null
@@ -1,54 +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.10.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/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
-}

diff --git a/dev-python/pydantic/pydantic-2.5.2.ebuild 
b/dev-python/pydantic/pydantic-2.5.2.ebuild
deleted file mode 100644
index 7661b4548612..000000000000
--- a/dev-python/pydantic/pydantic-2.5.2.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 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-       >=dev-python/annotated-types-0.4.0[${PYTHON_USEDEP}]
-       ~dev-python/pydantic-core-2.14.5[${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
-}

diff --git a/dev-python/pydantic/pydantic-2.5.3.ebuild 
b/dev-python/pydantic/pydantic-2.5.3.ebuild
deleted file mode 100644
index e84af876ff7d..000000000000
--- a/dev-python/pydantic/pydantic-2.5.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 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 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="
-       >=dev-python/annotated-types-0.4.0[${PYTHON_USEDEP}]
-       ~dev-python/pydantic-core-2.14.6[${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
-}

diff --git a/dev-python/pydantic/pydantic-2.6.1.ebuild 
b/dev-python/pydantic/pydantic-2.6.1.ebuild
deleted file mode 100644
index 7f854d373e55..000000000000
--- a/dev-python/pydantic/pydantic-2.6.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2024 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 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="
-       >=dev-python/annotated-types-0.4.0[${PYTHON_USEDEP}]
-       ~dev-python/pydantic-core-2.16.2[${PYTHON_USEDEP}]
-       >=dev-python/typing-extensions-4.6.1[${PYTHON_USEDEP}]
-"
-# pytest-8: https://github.com/pydantic/pydantic/issues/8674
-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-8[${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