commit:     d52993b7d0ef9f124cd0c74c0209abf84b1adcce
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 18:25:41 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 18:26:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52993b7

dev-python/deepdiff: Remove old

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

 dev-python/deepdiff/Manifest              |  2 --
 dev-python/deepdiff/deepdiff-6.6.1.ebuild | 39 -------------------------------
 dev-python/deepdiff/deepdiff-6.7.0.ebuild | 39 -------------------------------
 3 files changed, 80 deletions(-)

diff --git a/dev-python/deepdiff/Manifest b/dev-python/deepdiff/Manifest
index 384d32d0bb8f..423055824973 100644
--- a/dev-python/deepdiff/Manifest
+++ b/dev-python/deepdiff/Manifest
@@ -1,3 +1 @@
-DIST deepdiff-6.6.1.tar.gz 402840 BLAKE2B 
78fa059644d068fb0e6f16a81ba91d0e776f91eda6f049f73d57bd176a9bbca5fc60f301e8ac652ba1339be2474c9eb6912ce532d720328d2b017bfcc52196dc
 SHA512 
5a18bdb5d5dbc7b6de39d90fc3a740ddeeddd0742953f8618eefafbd0c086138219dbb3a515ead40b315c28590b642721b9350d2b9cc9e4a1e9ea8a8dbb25712
-DIST deepdiff-6.7.0.tar.gz 406189 BLAKE2B 
8425e96f7a427a6476ef3ec1ba3082c9f139658046e920cb90316e26951524d88e956bfc4cf85bb3a273349312cf96a91885cbef602ec07c494c1319babd1ede
 SHA512 
36f554839b5de5d9a75d39a53b214e50d10e6a0f9932dc7ec222f4f911c0d424359d4df3bae083b3766dc68ed9f62e3b6bd4e8eb981fb7fa537fc4298f5c682d
 DIST deepdiff-6.7.1.tar.gz 409107 BLAKE2B 
b52b95f166eb564a5357a5f8f2d8759f9931333b857f5cfc62ac99ffb67d8be9cc3972c76e16d9a28b752983db2903089e2bcc0702e768e07d49b5c7fada4bc7
 SHA512 
89cf198aeaa392e9609641a9bbc1331c8badf3d4b7cafb1afef00f6f6237524dec72467abf9a9afeba5dc08b8f7e8321827faec5b9a8c27ffff97bfc3fdb0db0

diff --git a/dev-python/deepdiff/deepdiff-6.6.1.ebuild 
b/dev-python/deepdiff/deepdiff-6.6.1.ebuild
deleted file mode 100644
index de71d5e0cadf..000000000000
--- a/dev-python/deepdiff/deepdiff-6.6.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A library for comparing dictionaries, iterables, strings and 
other objects"
-HOMEPAGE="
-       https://github.com/seperman/deepdiff/
-       https://pypi.org/project/deepdiff/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       >=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
-       >=dev-python/click-8.1.3[${PYTHON_USEDEP}]
-"
-
-DEPEND="
-       test? (
-               >=dev-python/jsonpickle-3.0.0[${PYTHON_USEDEP}]
-               >=dev-python/numpy-1.23.5[${PYTHON_USEDEP}]
-               dev-python/pydantic[${PYTHON_USEDEP}]
-               dev-python/python-dateutil[${PYTHON_USEDEP}]
-               dev-python/tomli-w[${PYTHON_USEDEP}]
-               $(python_gen_cond_dep '
-                       dev-python/tomli[${PYTHON_USEDEP}]
-               ' 3.10)
-       )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/deepdiff/deepdiff-6.7.0.ebuild 
b/dev-python/deepdiff/deepdiff-6.7.0.ebuild
deleted file mode 100644
index de71d5e0cadf..000000000000
--- a/dev-python/deepdiff/deepdiff-6.7.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A library for comparing dictionaries, iterables, strings and 
other objects"
-HOMEPAGE="
-       https://github.com/seperman/deepdiff/
-       https://pypi.org/project/deepdiff/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       >=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
-       >=dev-python/click-8.1.3[${PYTHON_USEDEP}]
-"
-
-DEPEND="
-       test? (
-               >=dev-python/jsonpickle-3.0.0[${PYTHON_USEDEP}]
-               >=dev-python/numpy-1.23.5[${PYTHON_USEDEP}]
-               dev-python/pydantic[${PYTHON_USEDEP}]
-               dev-python/python-dateutil[${PYTHON_USEDEP}]
-               dev-python/tomli-w[${PYTHON_USEDEP}]
-               $(python_gen_cond_dep '
-                       dev-python/tomli[${PYTHON_USEDEP}]
-               ' 3.10)
-       )
-"
-
-distutils_enable_tests pytest

Reply via email to