commit:     6c7ed25f6b1b5d178e273289147af9f3ce49be40
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 18 08:25:25 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 08:25:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7ed25f

dev-python/cerberus: Remove old

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

 dev-python/cerberus/Manifest              |  1 -
 dev-python/cerberus/cerberus-1.3.6.ebuild | 32 -------------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-python/cerberus/Manifest b/dev-python/cerberus/Manifest
index 6d6d2a79d47d..f33d3efa0845 100644
--- a/dev-python/cerberus/Manifest
+++ b/dev-python/cerberus/Manifest
@@ -1,2 +1 @@
-DIST cerberus-1.3.6.gh.tar.gz 920930 BLAKE2B 
168ca5e628448a4477f1aec7f1371cdf8c89c0e40c3e3f10bd3b6da1c7d78580e0db4403c8f2abe98baa7db5cbbe1b92241af725bacd9f3eced899397bafe8eb
 SHA512 
2ee32ade240198af6aa2927d80a24e00a5d4aac22486aa13b375f7235e5491a2c61910a16e1d965c0e57cf226a3865675f2037e281d1461b262c6cbb13cb6271
 DIST cerberus-1.3.7.gh.tar.gz 920947 BLAKE2B 
0cf9cb6fbb156007f7c44dfc427579649b8ed1e70cdf7f89f728b4d6071fda7073d5e5328be6e398744fa715dbc53ff8ea79195ef87e42f9b3bc4c838532c531
 SHA512 
69ed22089f3fb8c1869585abff39510f9a0bcf8dfbf82fa995177999e634e1a93bc535a2c7d330ec2491b01a0fe807d803144d3f08cdd6c9589c39e2aaec9235

diff --git a/dev-python/cerberus/cerberus-1.3.6.ebuild 
b/dev-python/cerberus/cerberus-1.3.6.ebuild
deleted file mode 100644
index 28688e714434..000000000000
--- a/dev-python/cerberus/cerberus-1.3.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A lightweight and extensible data-validation library for Python"
-HOMEPAGE="
-       https://docs.python-cerberus.org/
-       https://github.com/pyeve/cerberus/
-       https://pypi.org/project/Cerberus/
-"
-SRC_URI="
-       https://github.com/pyeve/cerberus/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-
-EPYTEST_DESELECT=(
-       # Require currently unpackaged pytest-benchmark, more useful
-       # to developers than to end users.
-       cerberus/benchmarks/
-)
-
-distutils_enable_tests pytest

Reply via email to